Prev: help
Next: Read - serial port
From: Dario Chiarlone on 13 May 2010 10:25 Hi, I'm writing an .m file for the denoising and composition of a signal for strain gage acquisition. During the writing I need to use an if else function to make the program return to a specific line and and make a new denoising. or end the program there. There's a way to make this??
From: David Young on 13 May 2010 10:36 I'd suggest being a bit more flexible and allowing yourself to use something other than if-else. From what you say, it sounds like a loop (using while, for example) would be appropriate. Look at some introductory coding examples, in the Matlab documentation, or in a textbook, to get the idea.
|
Pages: 1 Prev: help Next: Read - serial port |