Please who has heard about MATLAB?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Please who has heard about MATLAB??

I might need some help...

24th Aug 2019, 3:31 PM
Kayode Adedayo
Kayode Adedayo - avatar
3 Answers
+ 2
Please post the actual question directly.
24th Aug 2019, 4:05 PM
Hatsy Rei
Hatsy Rei - avatar
+ 2
Okay. How do you construct a function using MATLAB
24th Aug 2019, 4:15 PM
Kayode Adedayo
Kayode Adedayo - avatar
+ 2
As in https://www.mathworks.com/help/matlab/ref/function.html function retValue = funcName(param) retValue = param end This is a dummy function which returns the argument passed to it. You can call this function on the command line as: funcName(39)
24th Aug 2019, 4:20 PM
Hatsy Rei
Hatsy Rei - avatar