Feeds
질문
Global variables in embedded Matlab function
Hi @ all, I would like to use some variables defined in a m-file into embedded Matlab block in Simulink. I would like to do t...
11년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
create Executable file from simulink model
How I can do this? Maybe in the first question I have not been clear Let me shown a simple example : I have a simulink ...
create Executable file from simulink model
How I can do this? Maybe in the first question I have not been clear Let me shown a simple example : I have a simulink ...
거의 12년 전 | 1
질문
create Executable file from simulink model
Hi @ all, I would like to ask you how I can build a model , using the Simulink Coder. I would like to call the so generated ...
거의 12년 전 | 답변 수: 3 | 1
3
답변답변 있음
matlab simulink error help me
Hi, You use a for statement but I cant see no one indexed variable inside the loop. Maybe you would like to to this : nu...
matlab simulink error help me
Hi, You use a for statement but I cant see no one indexed variable inside the loop. Maybe you would like to to this : nu...
거의 12년 전 | 0
답변 있음
Extracting data from .mat file
Sorry i dont understand well your question to extract the data you can try to use getEntry, documentation are reported in the...
Extracting data from .mat file
Sorry i dont understand well your question to extract the data you can try to use getEntry, documentation are reported in the...
거의 12년 전 | 0
| 수락됨
답변 있음
mean and standard deviation code
Hi, From your post i suppose that you would like the mean rows by rows, and you want the standard deviation columns by column...
mean and standard deviation code
Hi, From your post i suppose that you would like the mean rows by rows, and you want the standard deviation columns by column...
거의 12년 전 | 0
답변 있음
Extracting data from .mat file
Hi, You can use the reshape function. Example : data=rand(8760,1) B = reshape(data,24,365); B=B'; Regards M...
Extracting data from .mat file
Hi, You can use the reshape function. Example : data=rand(8760,1) B = reshape(data,24,365); B=B'; Regards M...
거의 12년 전 | 0
답변 있음
I have a problem with plotting a summation equation
Hi, you mean something like that ? y=0:0.025:1; x=0:0.05:0.7; n=1:1:50; [X,Y]=meshgrid(x,y); for i=1:size(n,2) ...
I have a problem with plotting a summation equation
Hi, you mean something like that ? y=0:0.025:1; x=0:0.05:0.7; n=1:1:50; [X,Y]=meshgrid(x,y); for i=1:size(n,2) ...
거의 12년 전 | 1
| 수락됨
질문
Fully standalone executable file
Hi @ all, I'm not an expert in compiler. I would like to ask if someone tried to create, starting from matlab m file, a compl...
대략 12년 전 | 답변 수: 3 | 0
3
답변질문
Import data in Simulink
Hi I would like to import in Simulink about 30 variables (with constant value) declared in .m file and the use these in one ...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
Simulink Multiplot graph
Hi @ all, I would like to ask if someone can explain me how I can add labels and titles in the simulink block multi graphplot...
12년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
equation with multiple X
Hi If you want the division element by element you must put the dot in the right position: y = ((x*20000)./(x+20000))/...
equation with multiple X
Hi If you want the division element by element you must put the dot in the right position: y = ((x*20000)./(x+20000))/...
대략 13년 전 | 1
| 수락됨
답변 있음
operations on specific row
Hi, for your first question you can use : p = polyfit(A(:,3),A(:,2),1); Pay attention to use one like degree . For the sec...
operations on specific row
Hi, for your first question you can use : p = polyfit(A(:,3),A(:,2),1); Pay attention to use one like degree . For the sec...
대략 13년 전 | 0
| 수락됨
질문
Ode option
Hi at all, I would like to ask you if there is a way,using standard matlab ode function, to stop the calculation before the f...
대략 13년 전 | 답변 수: 1 | 0
1
답변질문
Simulink model in a for loop
Hi at all, I have a problem when I run a simulink model inside a for loop. More in detail when I run the model with the comm...
대략 13년 전 | 답변 수: 1 | 0
1
답변답변 있음
legend
Try * if b is a numerical vector with: legend(num2str(b(:))) * If b is a string vector : legend(b)
legend
Try * if b is a numerical vector with: legend(num2str(b(:))) * If b is a string vector : legend(b)
대략 13년 전 | 0
| 수락됨
답변 있음
problem with code
the problem is in the eval,try to put a blank after 'package.' : eval(['package.' inputfield])
problem with code
the problem is in the eval,try to put a blank after 'package.' : eval(['package.' inputfield])
대략 13년 전 | 0
| 수락됨
질문
Hyperlink
Hi @ all I would like if it is possible to create a hyperlink to a web site using standard browser ( explorer,mozilla,safari ...
대략 13년 전 | 답변 수: 1 | 0
1
답변질문
Syntax error of old version ???
Hi @ all I see the last Matlab contest and I try to download the winner file... I Run this file and I have an error in this co...
대략 13년 전 | 답변 수: 2 | 0