Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

9 years ago

Solved


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 ...

9 years ago | 1 answer | 0

1

answer

Answered
Implementing metaobject retrieval with Native ODBC Connection
Depends on what you need. You could use the INFORMATION_SCHEMA to get some metadata. For instance, if your database schema is db...

10 years ago | 0

Answered
How can I utilize MATLAB on a remote machine as a Distributed COM (DCOM) server?
Hi, Is there any way to do this if the user is not an administrator on the remote machine? Thanks!

10 years ago | 0

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...

10 years ago | 2