Call existent gui as a new project

3 ビュー (過去 30 日間)
Fayez Ferdos
Fayez Ferdos 2019 年 6 月 20 日
コメント済み: Fayez Ferdospanah 2019 年 6 月 28 日
I've created a gui program named msp. This program contains several edittexts. I now want to create a pushbutton that invokes msp every time it's clicked, and adds numbers to the edittext and saves it with a special name. I want to do this operation every time I click and save each time with a special name.Is there a possibility in gui that I can use it and store it with a gui call?
  5 件のコメント
Fayez Ferdospanah
Fayez Ferdospanah 2019 年 6 月 28 日
Yes, exactly ... 107 edittexts that are stored by pressing a push button. I'm trying to save the whole window as a .fig file. Of course, if you have a suggestion, tell me about the type to save.
Shameer Parmar
Shameer Parmar 2019 年 6 月 28 日
Ok here I will try to help you by creating gui with 107 edittext + push button, but once we will press the push button the entered data will be saved in excel file (filename will be the same as entered by user).. you can then modify it to save the data to fig file or image file.. let me try this first..

サインインしてコメントする。

回答 (1 件)

Shameer Parmar
Shameer Parmar 2019 年 6 月 28 日
Hello Fayez,
Here I have created Test GUI for you..
run attached 'TestingTool.m' file.. it will open gui...
You can enter the fileName and all 107 values.. then click on push button.. it will save the entered data into excel file and will open it..
If you change the data, then you need to change the filename as well to save the new data into new filename.. and so on..
I hope this will help you..
  1 件のコメント
Fayez Ferdospanah
Fayez Ferdospanah 2019 年 6 月 28 日
Thanks ... it works well and solves many of my problems.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMATLAB Report Generator についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by