Call part of a .m file

1 view (last 30 days)
FarhadDay
FarhadDay on 2 May 2018
Commented: FarhadDay on 5 May 2018
Hi! Is there any way I can call just few lines of a .m file in another .m file? For instance, if there is a 500 lines .m file, how can I call the first 25 lines in another file? Or is there any way I can write a program that it goes and copy/paste the first 25 lines itself? Thanks.
  6 Comments
Stephen23
Stephen23 on 4 May 2018
Edited: Stephen23 on 4 May 2018
"managed it with using 'save' and 'load' instead."
How is that related to the original question? Perhaps this might be relevant:
FarhadDay
FarhadDay on 5 May 2018
I wanted to read defined variables from another .m file but I realised it is wrong and used save load. Thanks for your help.

Sign in to comment.

Answers (1)

Yuvaraj Venkataswamy
Yuvaraj Venkataswamy on 3 May 2018
Edited: Stephen23 on 3 May 2018

Categories

Find more on Manage Products in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!