已回答 Loop Question for particle
Hi,
You can use union and setdiff functions to find out the particles that are not in contact.
Total_Particles - all particl...
已回答 Linear Regression not working
In the plot command,
plot(x,y6,'o',x,f,'r-')
you didn’t specify any line style, so you are getting only the data points
You ...
5 years 前 | 0
已回答 Find Command after certain Value
Hi,
The following code will return the required index .
flag = 0;
val = find(A == 3,1); % finding the index of first...