Ahmet Parker
Followers: 0 Following: 0
Statistics
RANK
19,243
of 295,569
REPUTATION
2
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
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
eigenvalue and eigenvector of free vibration while stiffness matrix is not invertable
Hi everybody, I have K (stiffness matrix) and M (mass matrix) and I want to find eigenvalues and eigenvectors of (K-w^2*M)*fi=0...
2 years ago | 1 answer | 0
1
answerQuestion
Vpa conversion of whole file
Hi, I have a matlab code which has many lines of code. I need variable precision arithmetic calculations. I want to use vpa and...
2 years ago | 1 answer | 0
1
answerQuestion
Recover Corrupt Matlab File
Hi, I recovered my files from corrupt disk. My matlab files are like this. Random characters how can I recover them? Regards ...
3 years ago | 1 answer | 0
1
answeri need your help with vector creation from original vector
Hard way do a for loop sizex=size(x); for i=1:sizex(1,2)-1 dx(i)=x(i+1)-x(i); end
3 years ago | 1
Question
Solve Error in Symbolic Matrix
hİ, solver returns this for syms matrix forms. How should I use solver? syms K11 [3 3] matrix syms deltat [1 1] matrix solve(...
3 years ago | 1 answer | 0
1
answerQuestion
How to tell solver that symbols are matrices
Hi, I want to solve an equation which involves matrices. I could not tell matlab the variables are matrices. I need something l...
3 years ago | 2 answers | 0