photo

Mücahit Özalp


Last seen: 11 months ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
240,193
of 300,364

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Deleting Some Specific Entries from a vector
I have vectors xa and yb. I want to write the entries of yb to xa which are not the ones -1,0,1,0.6,-0.6,0.8,-0.8 I apply this ...

4 years ago | 1 answer | 0

1

answer

Question


some other matrices matrix
N=5; C=sparse(zeros(N-1)); C([1 end])=C([1 end])+1; B=speye(N-1); B([1 end])=B([1 end])-1/2; I have B and C matrices. I can...

4 years ago | 1 answer | 0

1

answer

Question


Eigenvalue for a big matrix
I have a matrix 24990001 x 24990001 and I want to calculate the smallest 10 eigenvalues of this matrix. But I get out of memory ...

4 years ago | 1 answer | 0

1

answer

Question


Tridiagonal Matrix with subdiagonal and main diagonal is also matrix
I have two matrices A and B. I want A to be main diagonal and B to be my subdiagonals. How do I create such a matrix? By the way...

4 years ago | 2 answers | 0

2

answers