已回答
Can matlab read and write EEPROMs in atmel microcontroller on Arduino platform? Did anybody create library?
As far as I know the ability to write to EEPROM is not present as of now. --sreeram mohan

10 years 前 | 0

已回答
Realtime with Arduino Due
Hope this helps ! http://www.mathworks.in/matlabcentral/fileexchange/45071-simulink-support-package-for-arduino-due-hardware...

10 years 前 | 0

已回答
what is the script for highlight to source of a line when i know handle of a line.
model = 'your_model_name'; open_system(model); %Select the line whose source has to be traced port = get_param([model '/Ou...

11 years 前 | 1

| 已接受

已回答
How do I modify the standard Arduino build process?
Hi Nathan , Just to get more info from your end . Do you have the coders installed meaning the Simulink Coder. That shoul...

11 years 前 | 0

已回答
Matlab, Arduino, and XBee: does it work?
I have tried this combination for one of my hobby projects. The only thing to take care would be to configure the xbee pair firs...

12 years 前 | 0

已回答
Arduino, ADXL 335 real time data aqu
Just to make it more clear . Yes a real time (with some delay of course caused by the serial communication) one can interface ad...

12 years 前 | 0

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

12 years 前 | 0

已回答
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. ...

13 years 前 | 0

已回答
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...

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

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

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

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

13 years 前 | 1

已回答
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...

13 years 前 | 1

已回答
Simulink Subsystems
In the same lines one could also explore the possibility to use the Simulink Variant Subsystems feature that allows to switch ac...

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

13 years 前 | 0