How to use switch statement
Mostra commenti meno recenti
I need to create a function through switch statements that are from one bound to the next bound. How would i use the case to display bound1 through bound2. Every variable falling within the bounds is included in the case.
i have
switch n
case {bound1 through bound2}
Risposta accettata
Più risposte (1)
Walter Roberson
il 14 Ott 2022
0 voti
https://www.mathworks.com/help/matlab/ref/double.discretize.html and switch on the bin number.
Categorie
Scopri di più su Loops and Conditional Statements in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!