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...
4 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:...
4 years ago
Question
Help solving a nonlinear function
Hi,
I am currently working on a project where I am trying to code and plot a function in the form of (F1 * S1) + (F2 * S2) + (F...