Is there any way to start from an excel file to GUI.
I have already designed a GUI which has a select button to select/import the data.
However, I want the user to start from the excel sheet and from there get a GUI. is that possible to do?
On Jul 27, 5:26 pm, "helena raz" <helena....@gmail.com> wrote:
> Is there any way to start from an excel file to GUI.
> I have already designed a GUI which has a select button to select/import the data.
> However, I want the user to start from the excel sheet and from there get a GUI. is that possible to do?
>
> Thanks,
> heli
To summarize, you want the user to begin by launching an Excel
workbook and then running an Excel macro to have it run your MATLAB
macro, which has a GUI. You'd have to look into the Excel macro
language to see if they can launch a program. I'm pretty sure it can
since it's macro language is in Visual Basic. But you might have to
compile your MATLAB GUI into a stand alone executable that Excel can
launch.
Regards,
ImageAnalyst
"ImageAnalyst" <imageanalyst@mailinator.com> wrote in message
news:1185634241.857788.275650@z24g2000prh.googlegroups.com...
> On Jul 27, 5:26 pm, "helena raz" <helena....@gmail.com> wrote:
>> Is there any way to start from an excel file to GUI.
>> I have already designed a GUI which has a select button to select/import
>> the data.
>> However, I want the user to start from the excel sheet and from there get
>> a GUI. is that possible to do?
>
> To summarize, you want the user to begin by launching an Excel
> workbook and then running an Excel macro to have it run your MATLAB
> macro, which has a GUI. You'd have to look into the Excel macro
> language to see if they can launch a program. I'm pretty sure it can
> since it's macro language is in Visual Basic. But you might have to
> compile your MATLAB GUI into a stand alone executable that Excel can
> launch.
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Disclaimer prior to use.