Hello,
I have got some problems with creating a graph with multiple X- and Y-axes in my gui. There is an easy way to create double axis graphs in a common figure:
http://www.mathworks.com/access/helpdesk/help/techdoc/creating_plots/axes_p13.html
But in my gui I can't define the...
Thanks for the advice.
Finally I have found some information about the mathematics behind these conversions. So I have written two small functions to do this work for me:
Function one:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% crate four 8bit values from...
Hi all,
I'm trying to send a double value (x) from Matlab to a 8bit microcontroller over the PC's serial port, but I dont't know how to make four 8 bit values out of my double. In the µC I can put the four 8bit values together to a 32bit float:
In C++ I would use a union:
union{
uint8_t...
Hi,
I would like to load different parameter sets into a mask like it is done in the DC Machine Dialog Box (see http://www.mathworks.com/access/helpdesk/help/toolbox/physmod/powersys/dcmachine.html)
Can anybody give me some advice, how i can select data sets by using a popup menu and assign...