Copying logical from one .m to another
Show older comments
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 Comments
Walter Roberson
on 11 Oct 2019
So if you have a line of code such as
abc = [true, false, false, true, true];
and you copy the line and paste it into the other .m file, then you would not get the same line output? What would you get instead?
Cside
on 11 Oct 2019
Walter Roberson
on 11 Oct 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
on 11 Oct 2019
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!