Abhishek M
Private Sector
2013년부터 활동
Followers: 0 Following: 0
Feeds
질문
Data dependency violation error with many subsystems!!!
Helloo guys, I am trying to simulate a model through a .m file. My model consists of 5 subsystems. One of the subsystem in de...
11년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
How to use for loop to get the minimum number in an array
Hi Grace, I guess this is what you are expecting. Please find the demo example below. a=[1:2:10]; b=4; for i=1:5 ...
How to use for loop to get the minimum number in an array
Hi Grace, I guess this is what you are expecting. Please find the demo example below. a=[1:2:10]; b=4; for i=1:5 ...
11년 초과 전 | 0
답변 있음
How to store data while simulating a model?
Hi, I guess this is what your are looking for. http://www.mathworks.in/matlabcentral/answers/124944-how-can-i-save-after-eac...
How to store data while simulating a model?
Hi, I guess this is what your are looking for. http://www.mathworks.in/matlabcentral/answers/124944-how-can-i-save-after-eac...
11년 초과 전 | 0
답변 있음
Event base simulation in matlab
Hi Aftab, I insist you to use stateflow for this logic. You can create your events and trigger the output based on your logic.
Event base simulation in matlab
Hi Aftab, I insist you to use stateflow for this logic. You can create your events and trigger the output based on your logic.
11년 초과 전 | 0
| 수락됨
답변 있음
how can i make an infinitely simulating model in simulink?
Hi Rani, You can simulate your Simulink model by using "simout" command through the code.
how can i make an infinitely simulating model in simulink?
Hi Rani, You can simulate your Simulink model by using "simout" command through the code.
11년 초과 전 | 1
질문
Usage of sturctures inside parfor!!
Hi, I have a code which I am using to simulate a model 'n' number of times using parallel computation toolbox. Some of the in...
11년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
simulink in parfor and for: different results
Hi Arco, This problem arises when you aren't doing anything to save the results of the parfor loop iterations. You need introdu...
simulink in parfor and for: different results
Hi Arco, This problem arises when you aren't doing anything to save the results of the parfor loop iterations. You need introdu...
11년 초과 전 | 0
답변 있음
How can i save after each loop the variable in the same vector?
Hi Chris, Try this A=10; b=10; for i=1:b A(i)=%%logic; end for l=1:b matA{l,:}=A; %%%% responsible for ...
How can i save after each loop the variable in the same vector?
Hi Chris, Try this A=10; b=10; for i=1:b A(i)=%%logic; end for l=1:b matA{l,:}=A; %%%% responsible for ...
11년 초과 전 | 0
답변 있음
call a function within another function
Hi, What I understood is that you are trying to call a m-file through another m-file, if that's what you are trying, then pla...
call a function within another function
Hi, What I understood is that you are trying to call a m-file through another m-file, if that's what you are trying, then pla...
11년 초과 전 | 1
질문
Parfor Closed loop variable
Hi, Is it possible to have a closed loop model design which uses the initial value of inputs and later on the inputs are comput...
거의 12년 전 | 답변 수: 1 | 0
1
답변질문
Image Insertion in a simulation
Hi I have code which runs a few simulink models and simulates the response of it in a GUI Display file. The output of the simul...
대략 12년 전 | 답변 수: 0 | 0
0
답변질문
Error: Transparency violation error.
Hi I have a mfile(mfileinmfile_trial.m) in which i am calling another mfile(for_example.m) which inturn runs 2 simulink models....
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
How many workspaces are present in matlab??
Hi I would like to know How many workspaces are present in matlab??. I know about the base workspace which is the one that is p...
대략 12년 전 | 답변 수: 1 | 1
1
답변질문
Difference between unit delay block and memory block
Could anybody over here please explain me the difference in working and application between unit delay block and memory block.
대략 12년 전 | 답변 수: 1 | 0



