MATLAB: I have some problem in the code as call function and other syntax error …. anyone can help me to run the code correctly ….. the attachment files below

call function

please i applied the step to call function but doesnt success …. help me please

Best Answer

You have
Y lable (['Temperature\T_',num2str(jdx),' (c)'])
x lable ('Time')
Those are not valid commands. The commands are ylabel() and xlabel()
Related Question