Community Profile

photo

Meme


Active since 2014

Statistics

Content Feed

View by

Question


Not enough input arguments error in matlab
This is my matlab code , I got Not enough input argument error in line 2 and i don't know how to fix it. Anyhelp ? Thanks in adv...

9 years ago | 1 answer | 0

1

answer

Question


how to plot cdf graph?
If I have this code Rateall=[]; distanceall=[]; for t=1:10 Rateall(end+...

9 years ago | 1 answer | 0

1

answer

Question


How to concatenate value calculated in a for loop?
In matlab, if I have a code that calculates the rate of something in a for loop like this for t=1:10 ...

9 years ago | 1 answer | 0

1

answer

Question


How to use k means to make 30 clusters with circle around each cluster and mark the center?
If I have a code which draws a circle and generates 100 random points inside it. I want to use k means to cluster these 100 poi...

10 years ago | 0 answers | 2

0

answers

Question


how to write more than one time in the same cell in cell array ?
how to write more than one time in the same cell in cell array ? for example if i have a for loop that writes 1 in cell i want...

10 years ago | 1 answer | 0

1

answer

Question


how to search for cell in cell array?
if i have these two cell arrays .in cell array cluster points for example in the first column i have point 1 ,3 and 4 . so i wan...

10 years ago | 1 answer | 0

1

answer

Question


how to plot 5 figures at the same time when i run without overlapping each others ?
if i have this code %// Set parameters R = sqrt(10) ; %// radius C = [0 0]; %// center [x y] N = 50; %// nu...

10 years ago | 1 answer | 0

1

answer

Question


how to sort a cell array in descending order ?
<</matlabcentral/answers/uploaded_files/11184/sort1.png>> how to sort a cell array in descending order ? I have this code f...

10 years ago | 1 answer | 1

1

answer

Question


if i have 2 cell arrays one containing user names and the other containing coordinate. how can i make the first name equals the first coordinate and so on ? for example i want user1=[x1,y1],....,user50=[x50,y50].
if i have 2 cell arrays one containing user names and the other containing coordinate. how can i make the first name equals the ...

10 years ago | 1 answer | 0

1

answer

Question


f I have a circle and i generated 50 random points inside , how can i assign unique id to every random point inside it , i want to have like user(1),user(2),.....,user(50) ? so i can call any point inside the circle with this id
f I have a circle in matlab and i generated 50 random points inside , how can i assign unique id to every random point inside i...

10 years ago | 2 answers | 0

2

answers

Question


measure distnaces between 50 points inside circle
i have this code to generate 50 random points inside a circle %%// Plot the circle x = linspace(-sqrt(10),sqrt(10)); y1 = sq...

10 years ago | 1 answer | 0

1

answer

Question


i am new to matlab and i want to make circle with random 50 points inside it for example but i don't know how then i thought of this code but in pseudo i want to change it to matlab code
<</matlabcentral/answers/uploaded_files/10680/Untitledlineslines.png>> i am new to matlab and i want to make circle with ...

10 years ago | 2 answers | 0

2

answers

Question


i am new to matlab and i want to make a circle and generate 50 random points inside it and measure distances
<</matlabcentral/answers/uploaded_files/10679/Untitledlineslines.png>> i am new to matlab and i want to make a circle and gen...

10 years ago | 1 answer | 0

1

answer

Question


i am new to matlab and i am required to plot a circle in matlab and mark its center and generate a random coordinate inside the circle and the negative of this coordinate and measure the distance between these two points any idea ? thanks in advance
i am new to matlab and i am required to plot a circle in matlab and mark its center and generate a random coordinate inside the ...

10 years ago | 2 answers | 0

2

answers