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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
1
답변질문
how do I write sigma notation in matlab?
how do I write sigma notation in matlab?
대략 9년 전 | 답변 수: 1 | 0
