Community Profile

photo

David Zhang


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


how do I write sigma notation in matlab?
how do I write sigma notation in matlab?

7 years ago | 1 answer | 0

1

answer