Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. condorrr

    Double Axis Graphs in GUI

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

    How to convert float to four uint8 values in Matlab?

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

    How to convert float to four uint8 values in Matlab?

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

    How to load parameter sets into mask

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

Part and Inventory Search

Back
Top