Building MATLAB Apps with App Designer

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2025

ความคิดเห็น • 48

  • @gcepanel
    @gcepanel 3 ปีที่แล้ว

    This is the best video ever! I will share with all my frieds

  • @javierloaiza8375
    @javierloaiza8375 6 ปีที่แล้ว +5

    Thanks!. This was a great video. You are very good teachers.

  • @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

  • @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)

  • @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.

  • @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?

  • @pro-finx6083
    @pro-finx6083 6 หลายเดือนก่อน

    great video. Really helpful

  • @gcepanel
    @gcepanel 3 ปีที่แล้ว +1

    Ideal, it helped me a lot. am trying to build a stand alone wed app using matlab
    that uses optimization

  • @user-kl8vj2qy9w
    @user-kl8vj2qy9w 4 ปีที่แล้ว

    Lol I read "building MATLAB using appdesigner" multiple times scrolling into this video

  • @nikhilpatil42
    @nikhilpatil42 3 ปีที่แล้ว

    Is any tutorial available to create a presentation from matlab with a default template ppt?

  • @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,...

  • @hungdoan9148
    @hungdoan9148 6 ปีที่แล้ว

    Great video guys!

  • @utkarsh22smart
    @utkarsh22smart 5 ปีที่แล้ว +1

    Make another video please, about inheritance in app design, Thanks

  • @HabibTitas
    @HabibTitas 4 ปีที่แล้ว

    Hello, how to run a .m file using push button in app designer? Any hints?

  • @nikosnikolaou6454
    @nikosnikolaou6454 4 ปีที่แล้ว

    This is beyond awesome ! Thanks for the vid :)

  • @nfcradio4622
    @nfcradio4622 9 หลายเดือนก่อน

    how to add my class file object in app designer?

  • @ahmershahid4818
    @ahmershahid4818 6 ปีที่แล้ว

    How can I use the webcam on an axis in app designer?

  • @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 ปีที่แล้ว +1

      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);

  • @anisaaftab8151
    @anisaaftab8151 3 ปีที่แล้ว

    How to change column header font size of a table in MATLAB App designer? Please help. Thank you

  • @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?

  • @mdiqbal7168
    @mdiqbal7168 4 ปีที่แล้ว

    Why not data source name not come in matlab query builder in matlab 2007b

  • @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)

  • @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?

  • @ArunGupta-wn9sc
    @ArunGupta-wn9sc 4 ปีที่แล้ว

    Great information to prepare APP.

  • @johnthedy7755
    @johnthedy7755 4 ปีที่แล้ว

    Great! It help me a lot. Thanks

  • @AbhishekKumar-mq1tt
    @AbhishekKumar-mq1tt 7 ปีที่แล้ว

    Thank u for this awesome video

  • @shilpachaman6409
    @shilpachaman6409 4 ปีที่แล้ว

    How to do package app in MATLAB ONLINE

  • @morganivey4903
    @morganivey4903 4 ปีที่แล้ว

    Who is Sebastian? 10:58.

  • @GlamNoir
    @GlamNoir 5 ปีที่แล้ว

    great video, Thank you.

  • @User_User_266o
    @User_User_266o 6 ปีที่แล้ว +1

    Is it possible to run this app on mobile¿

  • @mdiqbal7168
    @mdiqbal7168 4 ปีที่แล้ว

    How to make database app in matlab 2007b

  • @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/

  • @TechnicallyExplained
    @TechnicallyExplained 4 ปีที่แล้ว

    nice sir

  • @sssleyer
    @sssleyer 5 ปีที่แล้ว +1

    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

  • @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 ?