Should Unity Value be Displayed when Multiplied by a symunit?
The following results look peculiar IMO. Shouldn’t a unit always be preceded by a value? I’ve never seen this convention before.
u = symunit;
mps = u.meter/u.sec;
x = 1*mps
x = reshape(1:4,2,2)*mpsThe following results look peculiar IMO. Shouldn’t a unit always be preceded by a value? I’ve never seen this convention before.
u = symunit;
mps = u.meter/u.sec;
x = 1*mps
x = reshape(1:4,2,2)*mps The following results look peculiar IMO. Shouldn’t a unit always be preceded by a value? I’ve never seen this convention before.
u = symunit;
mps = u.meter/u.sec;
x = 1*mps
x = reshape(1:4,2,2)*mps sympolic, unit MATLAB Answers — New Questions









