MATLAB AppDesigner | Tutorial 6 | How to use a rocker/toggle switch

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025
  • ☑️ In this video:
    0:06 Introduction
    0:25 Starting the app development
    1:58 Code behind the app
    3:30Completed app
    3:52 Toggle and Rocker Switch
    ▶️ If you are finding my videos helpful please leave a like and subscribe to my channel.
    If you have any questions or topics that you are interested to learn about, let me know in the comments or on my discussion page : www.youtube.co....
    ⏭️ In the upcoming videos I'll teach how to use all the components in components library and how to connect AppDesigner to Simulink.
    ✉️ Get in touch:
    If you do need some one to one support feel free to drop an email via my contact page on my website. I will try my best to get back to you.
    Thanks for watching everyone!

Комментарии • 16

  • @himalshad5530
    @himalshad5530 3 года назад +1

    Thank you very much. Anyone can learn because of the way you teach. Perfect

  • @ronnyibrahim6655
    @ronnyibrahim6655 3 года назад +2

    Awesome, very concise video while also has explained the method well. Thank you!

  • @photon2724
    @photon2724 4 года назад +2

    Goddamn! these videos are so useful. Such a shame not many people learn Matlab APP developer to have more views on the video.

  • @mariebl538
    @mariebl538 2 года назад

    Thank u very much for your tutorials, they are very useful! :)

  • @hariputra8705
    @hariputra8705 4 года назад +1

    keep the good work brother

  • @Ibrahima-Ba
    @Ibrahima-Ba 3 года назад

    Thanks, this vidéo is very good

  • @ianbenedictpongcol5427
    @ianbenedictpongcol5427 5 лет назад +1

    I like your channel!

  • @Young_Nietzsche
    @Young_Nietzsche 3 года назад

    Thank you bro

  • @wizardboyyy
    @wizardboyyy 9 месяцев назад

    thanks

  • @tayoudjmohamed3489
    @tayoudjmohamed3489 3 года назад

    Hi Benito
    I have problem using dropdown button I want to choose options from the button and then watch the result(values) in a nother numeric text depending on the choose that Ihave made (dropdown option)
    Thank you.

  • @nathansabo2861
    @nathansabo2861 3 года назад

    Got a quick(ish) question. I am using the GUI switches to control a series of relays(via an Arduino). All works well except that I want one of them to be activated when one of my switches is off. The relay does not activate until the switch is toggled first. It seems to me that the value changed function does not get to the "else" part of the logic until the "If" part has already happened. I did get around this by initializing the relay during my startup function, but I would like to know if the problem can be solved within the value changed function logic. I don't have any real computer science background so I'm a bit slow with these things.

  • @kiranjojare8451
    @kiranjojare8451 4 года назад +1

    Is there any specific reason that you used string compare function to compare the input of switch?

    • @srushtikadam2156
      @srushtikadam2156 4 года назад

      Because the options on the either side of your switch button were strings, I guess.

  • @marcinsuperowy6514
    @marcinsuperowy6514 4 года назад +1

    is worse value == "On" instead of strcmp function?

    • @kasper3246
      @kasper3246 4 года назад

      In principle it's worse yes. Better to be using the efficient methods in any case