Copying logical from one .m to another

1 Ansicht (letzte 30 Tage)
Cside
Cside am 11 Okt. 2019
Kommentiert: Cside am 12 Okt. 2019
Hi,
I have a logical from one .m file that i would like to transfer to another.m file. I have tried copying and pasting, but it does not seem to be valid.
Any advice?
  4 Kommentare
Walter Roberson
Walter Roberson am 11 Okt. 2019
Are you sure that it is in the form of commands in a .m file at the moment? And not data that you are displaying to the command window?
Cside
Cside am 11 Okt. 2019
i was copying the data prior, apologies. I have tried clicking on the logical in the other .m file and COPY, and pasted in the new .m file but the matlabimport tool popped up. Is there something i can type in the command window (in the new .m) to extract that logical in the old .m?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 11 Okt. 2019
mat2str(NameOfVariable)
Should give you a character vector that you can copy and paste

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by