Saving integer matrices into a text file in matlab -


i have matrix mat_1 matrix of size 400 x 3 containing symbolic variables.

i accomplish following

  1. save mat_1 workspace .txt file. tried usual load/save/dlmwrite, , didn't work. problem new lines not created or it's chunk no delimiters (i've tried these didn't work well)

  2. my mat_1 array contains characters such [, ] replace blank spaces. think replacing, i've realized it's annoying.

  3. also possible add few lines of text before mat_1 saved .txt file?

could code particular mat_1 example? thanks


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -