How to create a GUI in order to change the variables and parameters of a .m file?
조회 수: 4 (최근 30일)
이전 댓글 표시
Hello,
I have a .m file and I would like to create a GUI, which will have the interface of changing some variables or parameter values that are contained in that .m file. That means I will change it in GUI & it will be automatically changed in the .m file where these are located.
I know the basic stuffs of GUI, but do not know how to associate it with a different .m file.
Thanks
Malik.
댓글 수: 1
Sara
2014년 5월 22일
You want to write your new variable INTO the .m file? Why not writing it on file and read in that file in the .m file?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!