Feeds
提问
Ignoring extra legend entries?
My function is supposed to graph all three values of y against x, but instead it graphs the first two and I receive the error no...
8 years 前 | 1 个回答 | 0
1
个回答提问
My script won't run (error) how do I fix it?
My script is below. When it runs (using [left, right] = search(a, 367, 1, 100)) it shows this message: Index exceeds matrix dim...
9 years 前 | 2 个回答 | 0
2
个回答提问
Why won't my script (using for loops) loop and plot all 3 values?
My script is supposed to plot three graphs, each using a value of k, and loop through these values. Once run, it should plot a g...
9 years 前 | 1 个回答 | 0
1
个回答提问
Summing elements of any vector using a for loop?
How would I write code to sum all of the elements of any vector (ie a generic functions which can be applied to any vector) usin...
9 years 前 | 1 个回答 | 0
