values in the array editor? I need to reused it again

I have column vectors with length 33 in the array editor how can copy the value from array editor to new m-file ?

 Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 27 de Nov. de 2013
It's preferable to save them in a mat file (right click and choose save)

7 comentarios

there is no save option in right click
right click on your variable then click save as
Mary Jon
Mary Jon el 27 de Nov. de 2013
If I have matrix in array editor how can extract first column only and past it in new m-file
select the row then right click and choose new variable from selection, then save this variable in a mat file
Mary Jon
Mary Jon el 27 de Nov. de 2013
I do it, but its open in array editor again when copy this column or row and past in new m-file number of column or row increasing so much about its real elements?
Don't copy in an m file, if A is your matrix, type
save filename A
to call your variable
load filename
Look at
doc save
doc load
Mary Jon
Mary Jon el 27 de Nov. de 2013
thank you Mr. Azzi so much ,Really

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Environment and Settings en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 27 de Nov. de 2013

Comentada:

el 27 de Nov. de 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by