Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so:
x = [1 2 3 4]
Commas are optional, s...
9 years ago
Solved
Times 2 - START HERE
Try out this test problem first.
Given the variable x as your input, multiply it by two and put the result in y.
Examples:...
9 years ago
Answered Multidimensional Arrays of different size
Not like that. The best solution will depend on your goal. One option is to store the arrays in a cell array.
mulat={[1 3;3...
9 years ago | 3
| accepted
Question
Indexing a cell array in a table
When I have a table where one of the variables is a cell array, indexing using curly brackets into that column does not seem to ...
Answered (stop) Wrapping output when publishing
It's been a while, so I'm not sure if you still are interested in this but I had the same issue so hopefully this will save othe...