I have this doubt.. I need to append the array of string in Matlab. Please suggest me how to do it..
I would like to append the string column wise on each iteration..
Here is a small code snippet which i am handling
<CODE>:
for_loop
filename = 'string';
name=[name; filename]
end
Thanks
Kiran
No comments:
Post a Comment