Can GUI files share data?

조회 수: 2 (최근 30일)
María
María 2013년 4월 19일
Hello! I'm making an interface using GUI. It has to read some points and make a plot with it and, if I push a button it should move to another interface (another GUI file) and, using the same data, generate a different plot. My question is, is that possible? Can different files share a point and how do I send this point to the second file?
Sorry if it sound a bit far-fetched

답변 (2개)

Sabarinathan Vadivelu
Sabarinathan Vadivelu 2013년 4월 19일
Yes, You can do. Declare the variables which you need to plot as global. Then you just call the other file. There you can plot.
  댓글 수: 1
María
María 2013년 4월 19일
It isn't working. Where should I put the global declaration?

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


Image Analyst
Image Analyst 2013년 4월 19일
  댓글 수: 8
Image Analyst
Image Analyst 2013년 4월 21일
편집: Image Analyst 2013년 4월 21일
Please upload screenshots of both your GUIs to http://snag.gy. Click on your GUI to make it active. Type alt-Printscreen to capture the active window into the clipboard. Then go to snag.gy and type control-v. Repeat for your second GUI, and tell me the urls for both windows.
María
María 2013년 4월 22일
This is the first GUI and in the function in the left is the one osed in button "Posición", which has a callback to "interfaz_posicion" and should do the function "posicion(po,pf,t)"
This one is with the data on GUI1
And this one is when I push button "Posicion", it opens another GUI but with no function, and the command window doesn't show any message or error

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

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by