Community Profile

photo

Jervin Jamilla


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to get the coordinates of my minimum and maximum value?
for i=1:n x=100*rand(1,i); y=100*rand(1,i); end d=sqrt((0-x).^2+(0-y).^2); disp(d) NP =(min(d)); %how to get c...

9 years ago | 1 answer | 0

1

answer