will99
Followers: 0 Following: 0
Statistics
11 Questions
0 Answers
RANK
36 443
of 295 569
REPUTATION
1
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
54.55%
VOTES RECEIVED
1
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
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
Using nearest functiont?
I have this huge matrix 500 by 500 I want to use nearest to find the 25 values that are nearest to X node I did this but I...
mer än 5 år ago | 0 answers | 0
0
answersQuestion
How can I generate reciprocal of a matrix
I have big matrix A 500 by 500 and I want to generate reciprocal of matrix A what caluclation shuould I do or is there a funct...
mer än 5 år ago | 2 answers | 0
2
answersQuestion
How top stop for loop if value is reached
Z is 2000 by 2000 matrix filled with values I have this for loop I want it to stop when there is no change in the matrix X ...
mer än 5 år ago | 1 answer | 0
1
answerQuestion
how can I plot numbers and string in x axis
the reason I want to plot this is I want it to show me the numbers that are the furtherst from zero and closer to -1 or 1 and ...
mer än 5 år ago | 0 answers | 0
0
answersQuestion
How can I represent the mean in figure
basically I have this code to de center the data by shifting it which do the following find the mean of each vector and su...
mer än 5 år ago | 2 answers | 0
2
answersQuestion
how can I write two matrix into the same csv file
I'm trying to write two matrix into csv file using writematrix I tried to speart them with line as divider in the file but I cou...
mer än 5 år ago | 2 answers | 0
2
answersQuestion
What is the best way to save data into a txt file
I have these data in a matrix and I want to save them into a txt file but I got diffrenet values than what in my matrix it was...
mer än 5 år ago | 1 answer | 0
1
answerQuestion
Find values of row in matrix
so I have matrix and index value I want to get all the values in the row I tried Find & ismember but I didn't get all the values...
ungefär 9 år ago | 1 answer | 0
1
answerQuestion
How to plot data against samples
let say I have sample 1000 and myData = rand(1,samples) how can _I plot myData_ *against* _samples_ do I tried figure ...
ungefär 9 år ago | 1 answer | 0
1
answerQuestion
what difference does it make if we use rand and randn
I feel like these are basics things I need to understand before getting more into matlab 1.using matlab I used rand to generat...
ungefär 9 år ago | 2 answers | 1
2
answersQuestion
Matlab accessing global variable from another m file?
so let say I have two files fileA.m & fileB.m in *fileA.m* I have this code function fileA() global dataX; dat...
ungefär 9 år ago | 1 answer | 0