arceegomes
New member
- Joined
- Dec 24, 2009
- Messages
- 1
- Programming Experience
- 1-3
Hello,
I am working on a project, in which I have to run a MATLAB program in VB.NET
In the project there is a VB.NET GUI, which contains a browse button. The user has to click on the browse button and select an image for processing. The user then has to click on the Process button for processing the image.
After clicking the process button the image selected by the user has to go as input to the MATLAB program.
Q1) I want to know how to give the image selected by the browse button of VB.NET, as input to the MATLAB program for processing?
Also while the image is being processed in MATLAB, a message such as "The image is being processed" must be displayed on the VB.NET GUI.
Q2) Please tell me how to display the message "The image is being processed" on the VB.NET GUI, while the image is being processed in MATLAB?
After the image has been processed in MATLAB, the image must be displayed on the VB.NET GUI.
Q3) Please tell me how to display the image from MATLAB program in VB.NET GUI?
I hope you will provide a solution to my problem as soon as possible.
Thanking you in advance !!!
I am working on a project, in which I have to run a MATLAB program in VB.NET
In the project there is a VB.NET GUI, which contains a browse button. The user has to click on the browse button and select an image for processing. The user then has to click on the Process button for processing the image.
After clicking the process button the image selected by the user has to go as input to the MATLAB program.
Q1) I want to know how to give the image selected by the browse button of VB.NET, as input to the MATLAB program for processing?
Also while the image is being processed in MATLAB, a message such as "The image is being processed" must be displayed on the VB.NET GUI.
Q2) Please tell me how to display the message "The image is being processed" on the VB.NET GUI, while the image is being processed in MATLAB?
After the image has been processed in MATLAB, the image must be displayed on the VB.NET GUI.
Q3) Please tell me how to display the image from MATLAB program in VB.NET GUI?
I hope you will provide a solution to my problem as soon as possible.
Thanking you in advance !!!