How to declare function?
1 view (last 30 days)
Show older comments
Mustafa Alper YILDIZ
on 21 Oct 2013
Commented: Mustafa Alper YILDIZ
on 21 Oct 2013
I'm trying to understand declaration of functions in Matlab. I want to compute
y(x)=x(sqrt(x)-sqrt(x-1)) for x= 10; 100; 1000;
And after declaring it as a function(.m) how can I call this function?
Thanks in advance
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!