Feeds
提问
Equivalent of "Enter"
I'm writing a script, but when I use fprintf('The result is %d',y) and then the x=input('Enter x') in a new line on the script, ...
9 years 前 | 1 个回答 | 0
1
个回答提问
What am I doing wrong?
I'm writing a program that will display an image of the mandelbrot set, but I seem to be stuck when it comes to creating the whi...
9 years 前 | 1 个回答 | 0
1
个回答提问
How can I fetch the column numbers in a vector?
Ok so I have vector v v= [0 1 0 2 6 2] through the operation c = numel(find(v==2)) I can find how many times the number 2 is r...
9 years 前 | 1 个回答 | 0
1
个回答提问
How to call a column in a vector
suppose we have vector (v) v= [1 5 3 0 7] and I want to find the minimum value min(v) I will get 0, but what I want to...
9 years 前 | 1 个回答 | 0
1
个回答提问
how do I write sigma notation in matlab?
how do I write sigma notation in matlab?
9 years 前 | 1 个回答 | 0
