已回答 how to link gui and simulink?
Hi Antriksh,
Can u see if this file submission in fileexchange helps ?
http://www.mathworks.in/matlabcentral/fileexchange/2...
14 years 前 | 1
已回答 how to link gui and simulink?
You could just simulate the model using the command
sim
and then pass the returned results on to a edit field on a GUI us...
14 years 前 | 0
已回答 print a figure into PDF
Have u tried out the file submission here ?
Seems like there is a programmatic way of achieving this
http://www.mathworks....
14 years 前 | 0
已回答 How to read Facebook information in MATLAB?
I just tried a thing quickly !
[Object Status] = urlread('https://graph.facebook.com/Mathworks')
The Object should contain ...
14 years 前 | 2
| 已接受
已回答 How to read Facebook information in MATLAB?
Here is an API published by facebook
http://developers.facebook.com/docs/reference/api/
You should combine the calls with t...
已回答 Simulink Subsystems
In the same lines one could also explore the possibility to use the Simulink Variant Subsystems feature that allows to switch ac...
14 years 前 | 1
已回答 Saving successive simulations in Simulink
By Saving what do u expect ?
If you are fine with storing the simulation results in variable them you could say
SimOut_R...
14 years 前 | 0
已提交
Matlab Link to Quartus II
Uses Tcl script utility of the quartus II EDA tool to automate the design flow from a matlab GUI