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 years 前 | 0 个回答 | 0
0
个回答提问
How to solve three complex equations
please find the attached file for an example of the system Thanks in advance
6 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0
