Feeds
質問
Variable Time Step Solver
I'm trying to figure out the time steps used in my model when it is set on variable time step. So far I have been looking at the...
13年弱 前 | 2 件の回答 | 0
2
回答質問
MATLAB GUI Pre-Selected button
Hi, I have added some toolbar buttons on my GUI but as usual they are by default deselected. However, I would like to set one...
13年弱 前 | 1 件の回答 | 0
1
回答質問
Guide not generating callbacks
Hi, I have a GUI that is made with GUIDE. The GUI works but when I have to modify the GUI with an extra button or something, ...
13年弱 前 | 1 件の回答 | 0
1
回答回答済み
Measure compile time and run time separately in Simulink
Thanks for the help Kaustubha. It was exactly what I was looking for. But is there a way to do this without hte profiler? The...
Measure compile time and run time separately in Simulink
Thanks for the help Kaustubha. It was exactly what I was looking for. But is there a way to do this without hte profiler? The...
13年以上 前 | 0
回答済み
Measure compile time and run time separately in Simulink
By compile time, I mean this: When I click run on simulink, there is a green loading bar. Once the green loading bar is done,...
Measure compile time and run time separately in Simulink
By compile time, I mean this: When I click run on simulink, there is a green loading bar. Once the green loading bar is done,...
13年以上 前 | 0
質問
Measure compile time and run time separately in Simulink
Hi, I would like to measure compile time and run time separately in Simulink. If I use tic; sim('model.mdl'); toc, then I get...
13年以上 前 | 4 件の回答 | 1
4
回答質問
Simulink performance regarding virtual and non-virtual buses
Hi, I would like to use non-virtual bus objects in Simulink because it gives me a very organized way to duplicate objects mul...
13年以上 前 | 1 件の回答 | 1
1
回答質問
Using set_param on parameter 'ProdHWDeviceType'
I need to use set_param on parameter 'ProdHWDeviceType' but it just doesn't work. I've tried it on other parameters and it works...
13年以上 前 | 1 件の回答 | 0
1
回答回答済み
Is it possible to make input or output ports in Simulink to automatically take the name of the signal?
How do I set the port name using set_param? Apparently set_param(port_handle, 'Name', 'test_name') doesn't work "Invalid s...
Is it possible to make input or output ports in Simulink to automatically take the name of the signal?
How do I set the port name using set_param? Apparently set_param(port_handle, 'Name', 'test_name') doesn't work "Invalid s...
13年以上 前 | 0
質問
Is it possible to make input or output ports in Simulink to automatically take the name of the signal?
Is it possible to make input or output ports in Simulink to automatically take the name of the signal? So for example, I have...
13年以上 前 | 2 件の回答 | 1
