MATLAB GUI Tutorial - import parameters into and pass data within GUI

preview_player
Показать описание


*************************************
"Best engineering service at a low price"

We provide low cost and high quality engineering services to help you, your research team or your company increasing productivity and improving quality. If your company needs fast technical solutions, please contact us.

No matter the scale of your project, we welcome your business. You can see different sizes and types of projects we did in our recent projects page.

**Recent Projects
Рекомендации по теме
Комментарии
Автор

@eeprogrammer ok i'll have to try and research a workaround then. I thought you created a good tutorial though, in spite of the error it was very helpful.

dragonbalzy
Автор

Hi! Thx for the video. Helped me a lot!

faverosantos
Автор

How to add all current data in previous data and show using to three edit text boxes and pushbutton for total data values saving in matlab GUI

mdiqbal
Автор

Can you explain what "guidata(hObject, handles);" does in more detail? Does it update all of the handles, or does it activate all of the handles, or something else?

absojake
Автор

I have a very urgent question. What if I have to display a certain value in GUIDE build GUI that is imported via serial communication from a microcontroller. I am able to display it on command window..but not in the Guide GUI textfield itself. Can you please help me in this regard?

danyk
Автор

when i try to run this program in MATLAB 2008b I get the following error message

??? Index exceeds matrix dimensions.

Error in ==> guitest>guitest_OpeningFcn at 57
handles.initial_parameter = varargin{1};

Error in ==> gui_mainfcn at 221
feval(gui_State.gui_OpeningFcn, gui_hFigure, [],
guidata(gui_hFigure), varargin{:});

Error in ==> guitest at 42
gui_mainfcn(gui_State, varargin{:});


Can you suggest a solution?

dragonbalzy
Автор

How can I assign keys to a certain code to run in background... So that the user only have to press key and enter function to get the output...?

aasherellahi
Автор

Hey, can you maybe help me with my problem, I've illustrated it on this video: (search for that)

Illustration to a matlab problem, need my gui editbox to update my iterative calculations.

What I want to do is to make my iterative calculation numbers appear in my editbox, like my mouse curser show.

HrMikkelIbsen
Автор

@dragonbalzy The code is available in our site. Have you downloaded it from there? You may want to download it; and then following the video step by step. The code in our site should not have error because it was exactly the one we used in this video. And the video shows it was working.

The other suggestion is that you may want to watch other OUR GUI tutorial videos in youtube if you are new in creating GUI. This may help you problem solve too. Thanks for your support.

eeprogrammer
Автор

@dragonbalzy We used MATLAB2009b in this tutorial. It may be the reason why you get the error.

eeprogrammer
Автор

Can you explain how to show variable variation with respect to time in graph or else(gui)
that should show real time behaviour, means as the time changes the value get changes.


BrijeshKumar
Автор

do you run it like program('somevalue')
the programm is expecting that you enter a value, if u run it like program() or directly presing the run button it will give u this error.
Maybe this was the reason... hope to have helped!

avavaval
Автор

Can you do a project for me? How much would it cost? I really need you.

luputimber
Автор

it would be helpful if you could show how to use the "get" functions instead of just "set"

ggck.sounds
Автор

did you record the vid in a coffe shop? ;)

WillMoto
Автор

hye ..i want to make a table according to the number entered in a table ....the number of column is fixed but rows edited according to the entered value ...e.g if the number entered is 8 then the rows become 8 and column is 5 and if entered value is 4 then row will be 4 n remaining will become hidden anyone solve my problem....

kiransaroha
Автор

It depends on what MATLAB topic you want to study

eeprogrammer
Автор

Remove the logo from the video. It bothers. But it is great video thanks

LittleantThe
Автор

what is code for count and pause button pls tell

hardiksanghvi
Автор

Inventory management system in matlab GUI

mdiqbal