Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
A = 2.34;
assert(isequal(class(A),'double'))
|
2 | Pass |
B = int64(17);
assert(isequal(class(B),'int8')||isequal(class(B),'int16')||isequal(class(B),'int32')||isequal(class(B),'int64'))
|
3 | Pass |
C = 'hello';
assert(isequal(class(C),'char'))
|
28006 Solvers
1310 Solvers
614 Solvers
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
298 Solvers
359 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!