Call existent gui as a new project

2 Ansichten (letzte 30 Tage)
Fayez Ferdos
Fayez Ferdos am 20 Jun. 2019
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 Kommentare
Fayez Ferdospanah
Fayez Ferdospanah am 28 Jun. 2019
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 am 28 Jun. 2019
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..

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Shameer Parmar
Shameer Parmar am 28 Jun. 2019
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 Kommentar
Fayez Ferdospanah
Fayez Ferdospanah am 28 Jun. 2019
Thanks ... it works well and solves many of my problems.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu MATLAB Report Generator finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by