Question: MatLab Help on syntax. 1)Typecast character X into 64-bit integer type 2) Typecast character X into single-precision real type I tried typing in X==uint8(255). typecast(X,'int64');
MatLab Help on syntax.
1)Typecast character X into 64-bit integer type 2) Typecast character X into single-precision real type
I tried typing in
X==uint8(255).
typecast(X,'int64'); for #1 and typecast(X,single); for part #2. Yet I keep getting an error. Help?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
