Feeds
질문
PV system simulink model
if there any possible way in matlab simulink to apply different scenarios for pv panles potential failure types like cracks in P...
거의 6년 전 | 답변 수: 0 | 0
0
답변질문
How to solve three complex equations
please find the attached file for an example of the system Thanks in advance
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
plot the relationship between function and specific variable
Want to see the plot between t and thada. In this script is not showing, what is going wrong? please help a=0.2; b=0.3; f...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
Plotting equation with specific input range
I want to plot the equation for x=1-10. However, the plot should just include the out put values less or equale to one and if ...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
plot two figures in two different windows
I have this code and I wanted to plot two different figures in different windows, but in my script it gave them in one windows. ...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
want the Negative data be ignored and become postive
I have for loop and I want to ignore the negative values in y-axis plot(x+k,y+k,'Color');end
거의 8년 전 | 답변 수: 2 | 0
2
답변질문
Elemination in for loop
I have Loop from 0.1:0.1:0.1 and I want to skip some cases in this loop like 0.3, 0.7 0.9
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
Plotting the case of iteration
in the code below I want to see the plot has the names of all the cases of "0.1 to 1" each line indicates case; feature (0.1),...
거의 8년 전 | 답변 수: 2 | 0
2
답변질문
manipulate matrix dimension (ignoring lines)
I have number of matrices sized (203*12),however Matlab doesn't read the first two lines because they are texts. Therefore, I wa...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
Loops in sub folders
I have 10 folders and each one has subfolder which has the same name of all 10 called test. under test folders have subfolders n...
거의 8년 전 | 답변 수: 2 | 0
2
답변질문
Converting integer values to logical array
I have a vector (160,1) in size which include integer number from 1 to 4, I want to convert in logical array by replacing 1 to...
대략 9년 전 | 답변 수: 4 | 0
4
답변질문
combination of two matrices
I have two matrices (160,12) in size. I want to put them in one matrix (320,12)by making the first 40 rows in matrix 1 following...
대략 9년 전 | 답변 수: 2 | 0
