Building MATLAB Apps with App Designer

  Рет қаралды 98,861

MATLAB

MATLAB

Күн бұрын

Пікірлер
@vlogdavidalejandro
@vlogdavidalejandro 3 жыл бұрын
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
@gcepanel
@gcepanel 3 жыл бұрын
This is the best video ever! I will share with all my frieds
@shiprasuman
@shiprasuman 4 жыл бұрын
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.
@nfcradio4622
@nfcradio4622 9 ай бұрын
how to add my class file object in app designer?
@angelgabrielortiz-rodrigue2937
@angelgabrielortiz-rodrigue2937 5 жыл бұрын
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)
@javierloaiza8375
@javierloaiza8375 6 жыл бұрын
Thanks!. This was a great video. You are very good teachers.
@EmreYavuzalp
@EmreYavuzalp 4 жыл бұрын
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?
@gcepanel
@gcepanel 3 жыл бұрын
Ideal, it helped me a lot. am trying to build a stand alone wed app using matlab that uses optimization
@anisaaftab8151
@anisaaftab8151 3 жыл бұрын
How to change column header font size of a table in MATLAB App designer? Please help. Thank you
@pro-finx6083
@pro-finx6083 6 ай бұрын
great video. Really helpful
@sistemkendali
@sistemkendali 6 жыл бұрын
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,...
@mdiqbal7168
@mdiqbal7168 4 жыл бұрын
Why not data source name not come in matlab query builder in matlab 2007b
@nikhilpatil42
@nikhilpatil42 3 жыл бұрын
Is any tutorial available to create a presentation from matlab with a default template ppt?
@daleshell1363
@daleshell1363 4 жыл бұрын
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?
@HabibTitas
@HabibTitas 4 жыл бұрын
Hello, how to run a .m file using push button in app designer? Any hints?
@angelgabrielortiz-rodrigue2937
@angelgabrielortiz-rodrigue2937 5 жыл бұрын
App designer gives me this error: Undefined function 'videoinput' for input arguments of type 'char'. Error in app1 (line 87) runStartupFcn(app, @startupFcn)
@angelgabrielortiz-rodrigue2937
@angelgabrielortiz-rodrigue2937 5 жыл бұрын
What does it mean?? I wrote exact code that appears on the video.
@ercumentkalkan6253
@ercumentkalkan6253 5 жыл бұрын
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?
@nikosnikolaou6454
@nikosnikolaou6454 4 жыл бұрын
This is beyond awesome ! Thanks for the vid :)
@hungdoan9148
@hungdoan9148 6 жыл бұрын
Great video guys!
@user-kl8vj2qy9w
@user-kl8vj2qy9w 4 жыл бұрын
Lol I read "building MATLAB using appdesigner" multiple times scrolling into this video
@ahmershahid4818
@ahmershahid4818 6 жыл бұрын
How can I use the webcam on an axis in app designer?
@shilpachaman6409
@shilpachaman6409 4 жыл бұрын
How to do package app in MATLAB ONLINE
@tanlun4317
@tanlun4317 6 жыл бұрын
Hi, is there a way to put the webcam preview into the gui interface?
@roboticseabass
@roboticseabass 6 жыл бұрын
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
@tanlun4317
@tanlun4317 6 жыл бұрын
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);
@johnthedy7755
@johnthedy7755 4 жыл бұрын
Great! It help me a lot. Thanks
@ArunGupta-wn9sc
@ArunGupta-wn9sc 4 жыл бұрын
Great information to prepare APP.
@AbhishekKumar-mq1tt
@AbhishekKumar-mq1tt 7 жыл бұрын
Thank u for this awesome video
@mdiqbal7168
@mdiqbal7168 4 жыл бұрын
How to make database app in matlab 2007b
@utkarsh22smart
@utkarsh22smart 5 жыл бұрын
Make another video please, about inheritance in app design, Thanks
@TechnicallyExplained
@TechnicallyExplained 4 жыл бұрын
nice sir
@GlamNoir
@GlamNoir 5 жыл бұрын
great video, Thank you.
@User_User_266o
@User_User_266o 6 жыл бұрын
Is it possible to run this app on mobile¿
@keirthkilat4879
@keirthkilat4879 6 жыл бұрын
hello i need some help on how to edit cells using the app designer in matlab
@roboticseabass
@roboticseabass 6 жыл бұрын
Feel free to ask the community on MATLAB Answers! www.mathworks.com/matlabcentral/answers/
@sssleyer
@sssleyer 5 жыл бұрын
28 min video that could be done in 5 min, 9 min into the video nothing happens... cammon
@roboticseabass
@roboticseabass 5 жыл бұрын
Indeed, we're working on cutting down our video lengths to be more "demo", less "tutorial"!
@HeyEveryoneHi
@HeyEveryoneHi 4 жыл бұрын
Yes but it is a very educational video
@morganivey4903
@morganivey4903 4 жыл бұрын
Who is Sebastian? 10:58.
@roboticseabass
@roboticseabass 4 жыл бұрын
hi.
@camilohernandezruiz7815
@camilohernandezruiz7815 5 жыл бұрын
CARECT CARECT
@aalizwel2061
@aalizwel2061 7 жыл бұрын
Yoo
@superrogin
@superrogin 6 жыл бұрын
Never use app designer. It's just a pretty shit.
@nosleep1870
@nosleep1870 3 жыл бұрын
lol care to explain ?
Deploying ROS Node on Raspberry Pi
9:19
MATLAB
Рет қаралды 6 М.
MATLAB AppDesigner | Tutorial 1 | Getting Started and Hello World app
7:17
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
App Designer for Beginners | @MATLABHelper Blog
11:33
MATLAB Helper ®
Рет қаралды 10 М.
Demo: Creating a MATLAB App
23:27
DoctorBear
Рет қаралды 883
Getting Started with App Designer
4:50
MATLAB
Рет қаралды 57 М.
Most overpowered way to build mobile apps?
8:33
Beyond Fireship
Рет қаралды 866 М.
Power Apps Gallery Design Tutorial | Gallery UI styles
16:21
Reza Dorrani
Рет қаралды 99 М.
Basic System Design for Uber or Lyft | System Design Interview Prep
16:18
How To Create An App With CHATGPT For Free In Minutes
8:03
AI Made Easy
Рет қаралды 376 М.
App Design in MATLAB
54:04
CES - MATLAB in the Middle East
Рет қаралды 21 М.
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН