Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
G_correct = [1 2 3; 8 8 8; 7 8 9];
assert(isequal(your_fcn_name(x),G_correct))
G =
1 2 3
8 8 8
7 8 9
|
How to find the position of an element in a vector without using the find function
2477 Solvers
819 Solvers
2314 Solvers
2099 Solvers
Matlab Basics - Pick out parts of a vector
198 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!