how assign array in structure
[Sis.Slippage]
K>> [Sis.Slippage]
ans =
Columns 1 through 12
3 3 3 3 3 3 3 3 3 3 4 4
i want to moltiply x 0.5 and reassign it to the struct
l=[Sis.Slippage]*0.5;
[Sis.Slippage]=deal(l);
it’s not correct…
I was already given the solution but I can’t find it :([Sis.Slippage]
K>> [Sis.Slippage]
ans =
Columns 1 through 12
3 3 3 3 3 3 3 3 3 3 4 4
i want to moltiply x 0.5 and reassign it to the struct
l=[Sis.Slippage]*0.5;
[Sis.Slippage]=deal(l);
it’s not correct…
I was already given the solution but I can’t find it 🙁 [Sis.Slippage]
K>> [Sis.Slippage]
ans =
Columns 1 through 12
3 3 3 3 3 3 3 3 3 3 4 4
i want to moltiply x 0.5 and reassign it to the struct
l=[Sis.Slippage]*0.5;
[Sis.Slippage]=deal(l);
it’s not correct…
I was already given the solution but I can’t find it 🙁 how assign array in structure MATLAB Answers — New Questions