How do I publish results with an input command?
Ältere Kommentare anzeigen
When I publish my code, I get an error saying there is no value for n. This is correct,so I'm wondering if there is a way to publish while saying n =8. I'm trying to make a random number column vector nx1 then sort it by descending values.
here is my code:
n=input(' enter an integer:');
v=randn(n,1)
w=sort(v,'descend')
Akzeptierte Antwort
Weitere Antworten (1)
San N
am 16 Dez. 2020
2 Stimmen
IF I want to publish the outputs after getting an input from user, how can I do it ?
Kategorien
Mehr zu Shifting and Sorting Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!