Convert a struct object into a column vector. You can assume that the struct elements are scalars
Example:
a = struct(); a.b = 1; a.c = 4; a.e = 55;
Requested output:
[1;4;55]
1590 Solvers
497 Solvers
Matrix indexing with two vectors of indices
401 Solvers
202 Solvers
308 Solvers
Problem Tags