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 ?

 채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 11월 27일

1 개 추천

It's preferable to save them in a mat file (right click and choose save)

댓글 수: 7

there is no save option in right click
right click on your variable then click save as
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
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
thank you Mr. Azzi so much ,Really

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Environment and Settings에 대해 자세히 알아보기

제품

태그

질문:

2013년 11월 27일

댓글:

2013년 11월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by