This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
%%
x = 1;
y_correct = [exp(7) log(e^7) log10(10^5)];
assert(isequal(your_fcn_name(x),y_correct))
[Warning: Function horzcat has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
|
197 Solvers
205 Solvers
Matlab Basics II - Extract last 3 elements of a vector
110 Solvers
164 Solvers
236 Solvers