Matlab - using a built in function within a function -


hi part of simulation assignment matlab want write input function. want ask user inputs , return them outputs. using built in function input. test tried following:

function x = testing x = input('what number?') end 

i got following error: attempt execute script input function doing wrong? many thanks


Comments

Popular posts from this blog

tcpdump - How to check if server received packet (acknowledged) -