Feeds
提问
how to make clustering based on distance?
hi, i am working on clustering in matlab. firstly, i need to calculate the distance between the cluster head and other random po...
9 years 前 | 0 个回答 | 0
0
个回答提问
how to change the range without typing in each time?
hi is it possible to make it like, i need to draw samples from 0 to 100. however, i cannot type in the desire range. for example...
9 years 前 | 1 个回答 | 0
1
个回答提问
how to display connection?
hi, i have a situation like this. x1=10, x2=15,x3=30. i need to check whether x1 is connected to x2 and whether x1 is connected ...
9 years 前 | 1 个回答 | 0
1
个回答提问
how do i change range automatically?
hi, how do i change range automatically in matlab? for example, i have a range from 0 to 100, and i want to draw some numbers ...
9 years 前 | 1 个回答 | 0
1
个回答提问
how to show points?
hi, i have these points, (10,90),(70,90),(10,30),(70,30). how do i plot in matlab? i want the display graph to be showing those ...
10 years 前 | 2 个回答 | 0
2
个回答提问
not choosing random numbers from the range specified
xrange = 50:100; a= randi(numel(xrange),10,1); why is it not choosing from the range 50 to 100? can anyone help me?
10 years 前 | 1 个回答 | 0
1
个回答提问
need help in iteration.
hi, can someone show me how to do a more complicated iteration process? i really need some examples.
10 years 前 | 0 个回答 | 0
0
个回答提问
choosing values with criteria from a set of values given
hi, i need some help here. can someone teach me how to do the following? for example, i have a set of values a = [ 1 5 6 10 1...
10 years 前 | 3 个回答 | 0
3
个回答提问
Can anyone teach me on how to write a Particle swarm optimization code?
Hi, I really need someone to teach me to write the code. I have tried many methods, but it won't work. The particle swarm optimi...
10 years 前 | 0 个回答 | 0
0
个回答提问
how do i make iterations?
hi, firstly, i have to make an iteration. then after that, i need to input a few values between a range let say 0 to 10. then fr...
10 years 前 | 1 个回答 | 0
1
个回答提问
How do I get the x,y coordinates from the scatter graph I generated?
Hi, I need to get those values to put into an equation. Can anyone help me? Here is the example code that I wrote. Thanks. ...
10 years 前 | 2 个回答 | 0