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'))
|
3113 Solvers
Back to basics 23 - Triangular matrix
634 Solvers
141 Solvers
992 Solvers
Sum of the Multiplication of Vectors
202 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!