Prev: random seeds
Next: Transparency with -nodisplay option
From: mo on 6 Aug 2010 08:00 hi .. this is an example from the matlab help files.. could anyone please covert it to simulink block and show me how this is done ? espacily, how would i send a string over the rs232 with Simulink . s = serial('COM1'); fopen(s) fprintf(s,'*IDN?') idn= fscanf(s) fclose(s) delete(s) clear s thanks in advance
|
Pages: 1 Prev: random seeds Next: Transparency with -nodisplay option |