interaction between .m files.

조회 수: 9 (최근 30일)
akshay raj
akshay raj 2015년 1월 24일
편집: per isakson 2015년 2월 4일
Hi,
I am new to matlab scripting this may sound stupid.
so I have a .m file (test2.m) which is a GUI file and then one more file which is also a guy file (test.m).
so test.m has a function which gives out 128x14 matrix every second.
I can write the same function here in test2.m but it would use more memory so can i use the same variable here (the data).
thanks in advance.
  댓글 수: 2
Geoff Hayes
Geoff Hayes 2015년 2월 2일
Akshay - please clarify what you are attempting to do. Do you have two GUIs running simultaneously and you want to pass the data from one GUI to the other? If so, please see
per isakson
per isakson 2015년 2월 2일
편집: per isakson 2015년 2월 4일
  • "use more memory" &nbsp Don't worry about memory use until you know it might become a problem.
  • The first solution I come to think of is based on event ( "gives out 128x14 matrix every" ), notify and a listener in test2
However, that might not be what you need.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Whos에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by