Community Profile

photo

Horace


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

11 years ago | 2 answers | 0

2

answers

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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, ...

11 years ago | 1 answer | 0

1

answer

Answered
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...

11 years ago | 0

Answered
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,...

11 years ago | 0

Question


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...

11 years ago | 4 answers | 1

4

answers

Question


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...

11 years ago | 1 answer | 1

1

answer

Question


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...

11 years ago | 1 answer | 0

1

answer

Answered
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...

12 years ago | 0

Question


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...

12 years ago | 2 answers | 1

2

answers