Azzera filtri
Azzera filtri

User defined function for three scripts

1 visualizzazione (ultimi 30 giorni)
matlabgod
matlabgod il 22 Ott 2018
Commentato: matlabgod il 22 Ott 2018
So I have three scripts that each create a different wave plot using the same inputs. How can I make a program that asks the user for the three inputs first, then asks which type of wave then displays the plot?

Risposta accettata

Stephan
Stephan il 22 Ott 2018
Hi,
read about input and case/switch/otherwise. Then save your three different functions with the corresponding name in your Matlab Path and call them in dependence of the user choice (by input) with the arguments given by the user. - Thats it.
Best regards
Stephan

Più risposte (0)

Categorie

Scopri di più su Graphics Objects in Help Center e File Exchange

Tag

Prodotti


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by