Getting Started with App Designer

  Рет қаралды 57,286

MATLAB

MATLAB

Күн бұрын

Пікірлер: 16
@agrxdrowflow958
@agrxdrowflow958 5 жыл бұрын
OMG, infinitely better than guide.
@qfourr
@qfourr 2 жыл бұрын
Minute 1:10, you forgot to add 72 buttons
@gabrielarabelo4962
@gabrielarabelo4962 4 жыл бұрын
Thanks for the video! I've got a problem running it on my version (2019b), as Gender is a cell array. I got it to work by adapting the function to the following: function PlotButtonPushed(app, event) % load patient data load patients.mat % check blood pressure type bp = string(app.BloodPressureSwitch.Value); % check gender and find rows related to the chosen Gender if app.FemaleButton.Value == true G = find(strcmp(Gender,'Female')); else G = find(strcmp(Gender,'Male')); end % gather Systolic or Diastolic data if bp == 'Systolic' x = Weight(G); y = Systolic(G); else x = Weight(G); y = Diastolic(G); end % create a scatterplot scatter(app.UIAxes,x,y) end Hope it helps. Thanks again for the video. Cheers!
@hassannawazish9300
@hassannawazish9300 5 жыл бұрын
The compiler of App inventor is very poor.It is difficult to find errors in code.But overall it's very Good.I love to work on this.
@TechnicallyExplained
@TechnicallyExplained 4 жыл бұрын
nice video..very informative
@eggonlyegg
@eggonlyegg 5 жыл бұрын
We love Matlab!
@akahn8311
@akahn8311 5 жыл бұрын
Thanks for the video. I have a specific question related to Matlab App Designer. Is it possible to add customized symbols in the Component Library of Matlab App Designer. I need to design an application that describes a manufacturing process. For this application I need symbols like products (inputs/outputs), process, resources and energies. These symbols have different shapes. The symbols have to be user defined and are combined per drag and drop from Component Library to display the manufacturing process. There are user defined rules on how to connect the symbols to eachother. Can I use Matlab App Designer for this Application ? Thanks a lot for the time and your response.
@felixamantillo7870
@felixamantillo7870 3 жыл бұрын
I like it .,😱😱😱😘😘😘🤗🤗
@aykutsirma4260
@aykutsirma4260 4 жыл бұрын
Unrecognized function or variable 'Gender'. I am getting this error, do you know how to fix it? thank you.
@machettsquad3741
@machettsquad3741 2 жыл бұрын
Thanks
@alexandrufilipescu1301
@alexandrufilipescu1301 4 жыл бұрын
Where to get the patients data?
@sachinmotwani2905
@sachinmotwani2905 4 жыл бұрын
I always phase this problem. They teach to take a data from outside environment and not inbuilt.
@sudharsankannan4505
@sudharsankannan4505 5 жыл бұрын
Can we use this with android my any means??
@sudharsankannan4505
@sudharsankannan4505 5 жыл бұрын
By*
@alejandropalacios8238
@alejandropalacios8238 4 жыл бұрын
I think you can´t but app designer is available in the online version of Matlab
@christoph8630
@christoph8630 4 жыл бұрын
Best part when he shows that there are only two genders