An open exchange for the MATLAB and Simulink user community |
Hosted by The MathWorks |
|
| Related Topics |
| New Products | Support | Documentation | Training | Webinars | Jobs | Newsletters |
| Problems? Suggestions? Contact us at files@mathworks.com | © 1994-2008 The MathWorks, Inc. Trademarks Privacy Policy |
Nice video as usual. You need a nickname of some sorts . . . I was thinking “The MATLAB Evangelist” might a good one.
But seriously, good videos. I want to start linking them from blinkdagger because I think the tutorials supplement each other very well.
Doug,
Can you explain about guidata(hObject,handles)? I thought this was necessary after any change to handles.
Thanks
Quan,
We actually had “MATLAB Evangelist” as a title for while when Scott was looking for people. Looks like we took that out of the title, but there are plenty of jobs like that for MATLAB geeks.
http://www.mathworks.com/company/jobs/opportunities/ApplicationEngineering.html
Send me a resume, we will see what we can do.
Doug
Naor,
About GUIDATA: That is a a different way of interacting with handles. I prefer handles to be more of a read-only type of structure. If I want to store data, then I advocate SETAPPDATA. See my video on this:
http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=8616&objectType=FILE
Doug
Quan,
There’s actually 6 of us at The MathWorks with an internal title of “LTC Evangelist” (LTC = Language of Technical Computing = MATLAB). I am one of them, and Doug used to be in this group as well.
Hello, Can we output data entered by user in dialogbox to command window?
thanks in advance.
Amir,
You would simply modify the callback to use the DISP command to display any data you want.
Doug
thanks for the idea. it is working.
ıt is very good video. I learn a lot of new things about gui