Hello Matlab
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
11,886
of 295,569
REPUTATION
3
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
3
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
How to do counter in matlab?
I want to do just like the following Matlab, it returns error, how to fix it so Matlab can take it without errors? load M...
9 years ago | 3 answers | 0
3
answersQuestion
Error in matrix power
I'm getting this error in my below code: Error: Line: 6 Column: 9 The expression to the left of the equals sign is not a val...
9 years ago | 1 answer | 0
1
answerQuestion
generating a diagnoal matrix
Hello, I need to initiate a matrix, like this: SQ = diag ( sequare root(sqrt(S(l,:))-segma), sequare root(sqrt(S(2,:)...
9 years ago | 0 answers | 0
0
answersQuestion
assigning array to another
I'm struggling with the rows index of the matrix. First I have Matrix A which is 1125 X 30 dimensions. I want to initializ...
9 years ago | 1 answer | 0
1
answerQuestion
extract first row from matrix
I'm trying to extract the first row from my matrix and put in a vector like [m,n] my matrix is 2x5 size. but I'm getting...
10 years ago | 6 answers | 3
6
answersQuestion
select random values from vector
I have a vector: [R1,R2]= Where R1 = 7 3 3 5 3 R2 = 5 5 5 4 6 I want to randomly...
10 years ago | 2 answers | 0