Buster
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
89,589
of 295,467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
For loop and matrices w/ different elements?
I have the followling code which has values calculated that are inputs of two matrices A and B. The inputs are values that are c...
3 years ago | 1 answer | 0
1
answerQuestion
Combining already plotted figures into one figure
So i have these two figures plotted in matlab. My assignment is two have them seperate while also having a figure with both line...
3 years ago | 1 answer | 0
1
answerQuestion
limiting range of solution of matrix
Essentially i only have A=9x1 and x=1:7. B is the resulting values of A*x and they are given as 9 different values which is what...
3 years ago | 0 answers | 0
0
answersQuestion
Loop until Matrix value exceeds value
I have a script for truss analysis. The calculation is set up Ax=b. A is the govenring equations from the truss anaylsis while ...
3 years ago | 1 answer | 0
1
answerQuestion
Diagonals in Matrices Matlab
i have a matrix A=zeros(400,400). m=size(A,1) A(1:m+1:end) = 1 % main diagonal A(21:m+1:end) = -.25 % lower diagonal ...
3 years ago | 1 answer | 0
1
answerQuestion
Repeating Matrix values along a diagonal
So lets say you have a matrix A=zeros(9,9). I have the main diagonal (and other diagonals) with values of 1 going throughout the...
3 years ago | 1 answer | 0