suggestion: please change the testsuite line that reads "assert(isequal(your_fcn_name(x),y_correct))" to [Time,a,b,c,d,e]=your_fcn_name(X); assert(isequal([Time;a;b;c;d;e],y_correct));
Done. Many Thanks.
I believe you still would need to add back the line "y_correct=[Time;a;b;c;d;e];" right before the line "[Time,a,b,c,d,e]=your_fcn_name(X);" for the testsuite to work?
Sorry, my mistake.Thanks.
Find all elements less than 0 or greater than 10 and replace them with NaN
13265 Solvers
Read a column of numbers and interpolate missing data
1282 Solvers
48 Solvers
Combinations without using nchoosek
68 Solvers
Determine if input is a Narcissistic number
122 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!