Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

13 years ago

Answered
About area & perimeter calculation
Have u considered saving the data out in a MAT file ? --sreeram

13 years ago | 0

Answered
Displaying error messages on a MATLAB GUI
Using try catch E end and using message ID from 'E' or message would give more control on error management. ...

14 years ago | 0

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

14 years ago | 1

Answered
Get names of current Simulink block input signal
Hi Joris, You could try a = get_param9gcb, 'portconnectivity') this should return the handles for the srcblocks and dest...

14 years ago | 1

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

16 years ago | 1 download |

0.0 / 5

Submitted


Arduino meets MATLAB
Matlab Linked to Arduino

16 years ago | 1 download |

3.0 / 5
Thumbnail