simulink
MATLAB: How to get variables from GUI m-file into Simulink Model
Hey guys, I dont know if I\'m wording my problem开发者_StackOverflow社区 right but I have created a GUI, an m-file and a simulink. Initially I had the variables going from the m-file into the Simulink[详细]
2023-01-27 02:41 分类:问答Looking for solution in Simulink
I looking for block in Simulink to make some recursion, for example: I want calculate A_(k+1) = 2 * A开发者_JAVA技巧_(k) , where k = 1,2,3,4 and A_(1) = 3.[详细]
2023-01-20 22:06 分类:问答Failed to find library 'powerlib' matlab. Simulink program executing
W开发者_如何学Chen I tried to run a Simulink program under my R2009a Matlab, it showed an error message as follows: Failed to find library \'powerlib\' referenced by \'dcmotor_openloop/Armature Curren[详细]
2023-01-20 18:10 分类:问答How does Simulink simulation engine work?
I would like to understand how Simulink simulation engine works. Does it use a discrete event simu开发者_JAVA技巧lation mecanism (then how continous time is handled ?) ? Does it rely on a static cycle[详细]
2023-01-19 07:10 分类:问答Model in the loop testing of C code in Matlab/Simulink
I make a distributed embedded application that will make use of several micro-controllers. The unit under control is a mechanical unit that I do not have, but I have a Simulink model of it. What are t[详细]
2023-01-18 19:52 分类:问答Loading the data for a Simulink Lookup Table from a file
I\'ve built a Matlab/Simulink model that I\'m using to simulate the performance of an underwater robotic vehicle that uses acoustics for various key navigation and localisation functions.[详细]
2023-01-17 18:23 分类:问答How do interface a LIDAR device with MATLAB?
I have a Hokuyo USB LADAR/LIDAR. I have problem with interfacing or connecting it to MATLAB/Simulink, such that I can do all the processing in those software packages.[详细]
2023-01-14 02:03 分类:问答Why is simulink data type conversion block altering the data when it should be typecasting?
I am attempting to typecast some data from int32 to single.I first tried using the \'Data Type Conversion\' block with single output data type and the Stored Integer option.However, I found that the d[详细]
2022-12-31 23:51 分类:问答Simulink: Specifying trajectory
I would like to use jtraj to specify a tra开发者_开发问答jectory in a Simulink model. Below are what I attempted to retrieve in the command prompt:[详细]
2022-12-28 01:42 分类:问答Gaining Reference to the Dialog from Dialog content
Here\'s my scenario: I\'ve got a div on Page A. When an event happens (whatever I define, a click, whatever), I do a div.Dialog, set its properties and open it[详细]
2022-12-27 11:35 分类:问答