Hello all ;)
I'm writing code to automate dipole fits for evoked responses in EEG. To do this, I have to run an executable dos file that opens a console, send it parameters (it prompts the user to input parameters), and then automate other some other things that I already know how to do.
So...
Hi, I apologize for the simplicity of my question, but I'm just learning to use matlab. I'm currently making a script to print out commands.
I was wondering how to properly display set characters
i.e.: disp 'Hello'
but then have a changing variable in the same line. Every time I try to use a...