![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9943461_1522134705607_DEF.jpg)
User_in_Gim
2017 年からアクティブ
Followers: 0 Following: 0
Feeds
回答済み
load excel file into matlab
Hi, What are you exactly trying to do ? Maybe you can find your answer <https://fr.mathworks.com/matlabcentral/answers/330...
load excel file into matlab
Hi, What are you exactly trying to do ? Maybe you can find your answer <https://fr.mathworks.com/matlabcentral/answers/330...
8年弱 前 | 0
回答済み
[Simulink] "virtual" algebraic loop vectorizing a block
Hi Fabien, You are using the previous value to find your current value so yes, there is an algebric loop. The most effici...
[Simulink] "virtual" algebraic loop vectorizing a block
Hi Fabien, You are using the previous value to find your current value so yes, there is an algebric loop. The most effici...
8年弱 前 | 0
回答済み
How can we create simulink block using .m file ?
Maybe you can find what you want with S-Function or Matlab function in the User-definied Functions library.
How can we create simulink block using .m file ?
Maybe you can find what you want with S-Function or Matlab function in the User-definied Functions library.
8年弱 前 | 0
| 採用済み
回答済み
Why Embedded coder generates include to standard C library (<stddef.h> and <string.h>)? How to remove theese includes?
I know it's an old question, but I faced with this problem 2 days ago. When I wanted to generate my simulink model with ert targ...
Why Embedded coder generates include to standard C library (<stddef.h> and <string.h>)? How to remove theese includes?
I know it's an old question, but I faced with this problem 2 days ago. When I wanted to generate my simulink model with ert targ...
8年弱 前 | 2
回答済み
how to run simulink simulation from matlab script
Hi, You can use *sim* command line to simulate your model : doc sim. sim('Model_Name',Simulation_Time) % most basic way ...
how to run simulink simulation from matlab script
Hi, You can use *sim* command line to simulate your model : doc sim. sim('Model_Name',Simulation_Time) % most basic way ...
8年弱 前 | 25
| 採用済み
回答済み
I'm trying to select out rows with strings from a spreadsheet that agree with certain conditions.
So, on your two row, you want two have 2 variables, the first one fill with the title, and the second one with your data ? Yo...
I'm trying to select out rows with strings from a spreadsheet that agree with certain conditions.
So, on your two row, you want two have 2 variables, the first one fill with the title, and the second one with your data ? Yo...
8年弱 前 | 1
| 採用済み
回答済み
Reset a simulink function does not work
Hi, I have found a way to solve my problem which is related to the scope of the Simulink function-call. I have to duplica...
Reset a simulink function does not work
Hi, I have found a way to solve my problem which is related to the scope of the Simulink function-call. I have to duplica...
8年弱 前 | 0
| 採用済み
質問
Reset a simulink function does not work
Hi everyone, I experience difficulties when I try to use some Simulink Function in my stateflow. Actually, I have encountere...
8年弱 前 | 1 件の回答 | 2