how can I display the Command Windows within App Designer? I have a code that I am programming, I need it to be executable on another pc, for that I can use the compilation app or the disegner app. but I need everything that comes out in the windows command to appear in a window or be printed when executing the code, as if it were the matlab workspace
@gcepanel3 жыл бұрын
This is the best video ever! I will share with all my frieds
@shiprasuman4 жыл бұрын
I am using R2019b and unable to see component properties window which usually appears at the bottom right corner of the video. How can I set it to place? Please help. Thank you.
@nfcradio46229 ай бұрын
how to add my class file object in app designer?
@angelgabrielortiz-rodrigue29375 жыл бұрын
What other hardware can I connect to the computer and app designer is able to interact with them? I want to use it to make a UI for a WSI microscope. I need to be able to connect the app with the hardware from the microscope, which are a few motors and a camera. Can it be done? (theoretically)
@javierloaiza83756 жыл бұрын
Thanks!. This was a great video. You are very good teachers.
@EmreYavuzalp4 жыл бұрын
Can I do something like this: app.EditField.Value= classify(testneuralnet,A) A is the input the user puts in. It's a basic letter classification program I made but can't make the gui. I want to put the output of the neural network. But cannot do it. Can anyone help me?
@gcepanel3 жыл бұрын
Ideal, it helped me a lot. am trying to build a stand alone wed app using matlab that uses optimization
@anisaaftab81513 жыл бұрын
How to change column header font size of a table in MATLAB App designer? Please help. Thank you
@pro-finx60836 ай бұрын
great video. Really helpful
@sistemkendali6 жыл бұрын
how to fix this? Error using image While setting the 'Parent' property of 'Image': Functionality not supported with UIAxes. For more information, see Graphics Support in App Designer. Error in images.internal.basicImageDisplay (line 24) hh = image(cdata, ... Error in imshow (line 293) hh = images.internal.basicImageDisplay(fig_handle,ax_handle,...
@mdiqbal71684 жыл бұрын
Why not data source name not come in matlab query builder in matlab 2007b
@nikhilpatil423 жыл бұрын
Is any tutorial available to create a presentation from matlab with a default template ppt?
@daleshell13634 жыл бұрын
Is there a way to get a list of the code you entered so I can enter as you do when I re-run the youtube video?
@HabibTitas4 жыл бұрын
Hello, how to run a .m file using push button in app designer? Any hints?
@angelgabrielortiz-rodrigue29375 жыл бұрын
App designer gives me this error: Undefined function 'videoinput' for input arguments of type 'char'. Error in app1 (line 87) runStartupFcn(app, @startupFcn)
@angelgabrielortiz-rodrigue29375 жыл бұрын
What does it mean?? I wrote exact code that appears on the video.
@ercumentkalkan62535 жыл бұрын
I wonder how i can manage to make two or more applications share data and variables in MATLAB R2017a. Does anybody have an idea about it?
@nikosnikolaou64544 жыл бұрын
This is beyond awesome ! Thanks for the vid :)
@hungdoan91486 жыл бұрын
Great video guys!
@user-kl8vj2qy9w4 жыл бұрын
Lol I read "building MATLAB using appdesigner" multiple times scrolling into this video
@ahmershahid48186 жыл бұрын
How can I use the webcam on an axis in app designer?
@shilpachaman64094 жыл бұрын
How to do package app in MATLAB ONLINE
@tanlun43176 жыл бұрын
Hi, is there a way to put the webcam preview into the gui interface?
@roboticseabass6 жыл бұрын
Not with the "single-line" preview command, but you can definitely read in the images and display them on axes inside your app. www.mathworks.com/matlabcentral/answers/304563-imshow-in-appdesigner
@tanlun43176 жыл бұрын
Hey! Thanks. I got it working about a week ago. cam= ipcam('192.168.43.128:8080/video') fig = app.UIAxes; frame = snapshot(cam); im = image(fig, zeros(size(frame), 'uint8')); axis(fig, 'image'); preview(cam, im) setappdata(fig, 'cam', cam);
@johnthedy77554 жыл бұрын
Great! It help me a lot. Thanks
@ArunGupta-wn9sc4 жыл бұрын
Great information to prepare APP.
@AbhishekKumar-mq1tt7 жыл бұрын
Thank u for this awesome video
@mdiqbal71684 жыл бұрын
How to make database app in matlab 2007b
@utkarsh22smart5 жыл бұрын
Make another video please, about inheritance in app design, Thanks
@TechnicallyExplained4 жыл бұрын
nice sir
@GlamNoir5 жыл бұрын
great video, Thank you.
@User_User_266o6 жыл бұрын
Is it possible to run this app on mobile¿
@keirthkilat48796 жыл бұрын
hello i need some help on how to edit cells using the app designer in matlab
@roboticseabass6 жыл бұрын
Feel free to ask the community on MATLAB Answers! www.mathworks.com/matlabcentral/answers/
@sssleyer5 жыл бұрын
28 min video that could be done in 5 min, 9 min into the video nothing happens... cammon
@roboticseabass5 жыл бұрын
Indeed, we're working on cutting down our video lengths to be more "demo", less "tutorial"!