WICHTIG: Der Betrieb von goMatlab.de wird privat finanziert fortgesetzt. - Mehr Infos...

Mein MATLAB Forum - goMatlab.de

Mein MATLAB Forum

 
Gast > Registrieren       Autologin?   

Partner:




Forum
      Option
[Erweitert]
  • Diese Seite per Mail weiterempfehlen
     


Gehe zu:  
Neues Thema eröffnen Neue Antwort erstellen

How to change a variable with in the GUI

 

manfredbeluga

Gast


Beiträge: ---
Anmeldedatum: ---
Wohnort: ---
Version: ---
     Beitrag Verfasst am: 11.12.2017, 21:18     Titel: How to change a variable with in the GUI
  Antworten mit Zitat      
Hello,

I am struggling with the GUI of MATLAB. I am trying to implement a GUI which allows me to change a variable in my code. My code is simulating a binomial distribution. Therefore I want to change the X in this code. Could you help me indicating how I can set up the GUI that I can choose the X e.g. between 1 and 10'000?

Code:
%
for n=1:X           % Run the simulation n-times with a for loop
X=round(rand(1,k)); % flip a coin k-times with the probability of 50% and
                      we get uniformly distributed random numbers between 0 and 1
y(n)=sum(x==1)/k;   % Probability for 1=Head of flipping k-times a coin
end                 % of for loop
hist                % plot a histogram
 

Thank you very much for your help.

Best,
Manfred


Neues Thema eröffnen Neue Antwort erstellen



Einstellungen und Berechtigungen
Beiträge der letzten Zeit anzeigen:

Du kannst Beiträge in dieses Forum schreiben.
Du kannst auf Beiträge in diesem Forum antworten.
Du kannst deine Beiträge in diesem Forum nicht bearbeiten.
Du kannst deine Beiträge in diesem Forum nicht löschen.
Du kannst an Umfragen in diesem Forum nicht mitmachen.
Du kannst Dateien in diesem Forum posten
Du kannst Dateien in diesem Forum herunterladen
.





 Impressum  | Nutzungsbedingungen  | Datenschutz | FAQ | goMatlab RSS Button RSS

Hosted by:


Copyright © 2007 - 2024 goMatlab.de | Dies ist keine offizielle Website der Firma The Mathworks

MATLAB, Simulink, Stateflow, Handle Graphics, Real-Time Workshop, SimBiology, SimHydraulics, SimEvents, and xPC TargetBox are registered trademarks and The MathWorks, the L-shaped membrane logo, and Embedded MATLAB are trademarks of The MathWorks, Inc.