Answered 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 ago | 1
Answered 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 ago | 0
Answered 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 ago | 0
Answered 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 ago | 2
| accepted
Answered 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...
Answered 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 ago | 1
Answered 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 ago | 0
Submitted
Matlab Link to Quartus II
Uses Tcl script utility of the quartus II EDA tool to automate the design flow from a matlab GUI