Hi,
I have z='name';
so z is a char array.
and i would like to make a variable name = 6; without writing "name = 6" in the command window.
so it should be smth like num2str(z) = 6 ; (that doesn't work)
is there a function which make that ?
thanks
I'm glad you're answering your own questions, given that:
> you don't say what program you're even talking about
> You don't explain clearly what you think you're trying to do