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
save
mat_1
workspace.txt
file. tried usualload
/save
/dlmwrite
, , didn't work. problem new lines not created or it's chunk no delimiters (i've tried these didn't work well)my
mat_1
array contains characters such[
,]
replace blank spaces. think replacing, i've realized it's annoying.also possible add few lines of text before
mat_1
saved.txt
file?
could code particular mat_1
example? thanks
Comments
Post a Comment