Statistics
14 Questions
0 Answers
RANK
13 739
of 295 486
REPUTATION
3
CONTRIBUTIONS
14 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
3
RANK
of 20 236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
mer än 9 år ago | 1 answer | 0
1
answerQuestion
how to plot cdf graph?
If I have this code Rateall=[]; distanceall=[]; for t=1:10 Rateall(end+...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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 ...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 10 år ago | 0 answers | 2
0
answersQuestion
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...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 10 år ago | 1 answer | 1
1
answerQuestion
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 ...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 10 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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 ...
mer än 10 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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 ...
mer än 10 år ago | 2 answers | 0