Community Profile

photo

Ricardo López


Last seen: 11 months ago|Active since 2020

Statistics

  • Thankful Level 3

查看徽章

Content Feed

查看

Question


Unable to resolve the name comm.AWGNChannel
大家好,我最近将MATLAB升级到R2020B,由于某种原因,它无法运行高斯噪声信号C ...

1 year ago | 1 answer | 0

1

answer

Question


Optimization function with a summation
Good afternoon, I have the following code: C_H = [C_H1 C_H2 C_H3 C_H4 C_H5]; PV = reshape(PV_SAM,[52560,1]); j = 144; fun ...

1 year ago | 1 answer | 0

1

answer

Question


优化客观功能包含总和
Good afternoon, I am writing a MATLAB code to minimize the following equation: Both C_H and PV are matrices already calcul...

1 year ago | 1 answer | 0

1

answer

Question


使用相同的算法进行不同的数据
Good morning people, I have a big algorithm and I would like to use different data without having to repeat the algorithm (for...

1 year ago | 1 answer | 0

1

answer

Question


Build a relay on code
Good afternoon I want to build a thermostat code in an existing building. I want to start the heater when the inside temperatur...

1 year ago | 1 answer | 0

1

answer

Question


Delete rows from an array
Good afternoon I have a long array of numbers, CEC (52560x1) and I would like to delete the rows in the following way: r = 1:...

1 year ago | 2 answers | 0

2

answers

Question


Adding noise to my data set
Good afternoon, I am trying to turn a 1 hour consumption signal into a 10 min consumption signal. To achive this, I am trying ...

1 year ago | 1 answer | 0

1

answer

Question


How to plot a range with stackedplot()
早上好,我想在堆栈()上绘制一系列数据(19:42),但我一直遇到错误。我试图创建一个...

1 year ago | 1 answer | 0

1

answer

Question


Merge data by date
Good afternoon, I have a big matrix of an hourly consumption of 5 houses for 2 years. The matrix has two columns: one with dat...

1 year ago | 2 answers | 0

2

answers

Question


将不同的Excel文件合并为一个循环的一个大矩阵
Good morning, I have 10 big excel files containing hourly data for 2 years and I would like to merged them all into one table ...

1 year ago | 1 answer | 0

1

answer

Question


how do i substract the first value from the last one on an array taking out zero values?
早上好,我如何缩提出第一个价值减去阵列的非零值中的最后一个值?H...

1 year ago | 2 answers | 0

2

answers

Question


Optimize an if loop
Good night people, I have a question regarding the optimization of the following loop: for i=1:length(PV) if i>3 ...

1 year ago | 2 answers | 0

2

answers

Question


Building a big matrix
Hello people, Does anyone know how to build a matrix like this one? Thank you!

1 year ago | 1 answer | 0

1

answer

Question


The number of rows in A must be the same as the number of elements of b.
% %离散modelling Ae=(1-(K*ts)/Cth); Be=(ts*COP*HP)/Cth; D=ts*K/Cth; Tin=zeros(1,i); u=zeros(1,i); for j=1:i ...

1 year ago | 1 answer | 0

1

answer

Question


LINPROG requires the following inputs to be of data type double: 'f'.
% %离散modelling Ae=(1-(K*ts)/Cth); B=(ts*COP*HP)/Cth; D=ts*K/Cth; u=zeros(1,i); Tin=zeros(1,i); x=zeros(3,i); cost...

1 year ago | 1 answer | 0

1

answer

Question


How can I write summationn constraints for an optimization problem?
早上好,我想优化以下方程式:最小与以下相反:x> 0在哪里...

1 year ago | 2 answers | 0

2

answers

Question


您如何创建具有已经拥有的值的3D图?
下午好,我想绘制我在8760x19的矩阵中拥有的数据。有人知道该怎么做吗?谢谢...

2 years ago | 0 answers | 0

0

answers

Question


Simple version of creating a matrix
Hello people, I would like to know if someone has a quick way of writing this matrix using 'ones' and 'zeros': Aeq=[1,1,1,1,...

2 years ago | 2 answers | 0

2

answers