Thank you very much. Anyone can learn because of the way you teach. Perfect
@photon27244 жыл бұрын
Goddamn! these videos are so useful. Such a shame not many people learn Matlab APP developer to have more views on the video.
@ronnyibrahim66553 жыл бұрын
Awesome, very concise video while also has explained the method well. Thank you!
@mariebl5382 жыл бұрын
Thank u very much for your tutorials, they are very useful! :)
@hariputra87054 жыл бұрын
keep the good work brother
@ianbenedictpongcol54275 жыл бұрын
I like your channel!
@BenitoSebastian5 жыл бұрын
Thanks Ian! Hope I was able to help!
@Ibrahima-Ba3 жыл бұрын
Thanks, this vidéo is very good
@nathansabo28613 жыл бұрын
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.
@tayoudjmohamed34893 жыл бұрын
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.
@kiranjojare84514 жыл бұрын
Is there any specific reason that you used string compare function to compare the input of switch?
@srushtikadam21564 жыл бұрын
Because the options on the either side of your switch button were strings, I guess.
@Young_Nietzsche3 жыл бұрын
Thank you bro
@marcinsuperowy65144 жыл бұрын
is worse value == "On" instead of strcmp function?
@kasper32464 жыл бұрын
In principle it's worse yes. Better to be using the efficient methods in any case