Sharanya
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
217,420
of 295,527
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
Assembling Global Stiffness Matrix
I am trying to make a global stiffness matrix using a for loop from several smaller (4X4) matrices. I was able to get a loop to ...
2 years ago | 2 answers | 0
2
answersQuestion
How to adjust matrix
I have a 21x21 matrix. I want to remove the first two colums and rows, and the 11th and 12th columns and rows (resulting in a 17...
2 years ago | 1 answer | 0
1
answerQuestion
Getting multiple outputs in one time
I have a function stiff(k), which outputs a matrix. I want to output stiff(k) for k=1 to 20, but I'm only able to do it by writi...
2 years ago | 1 answer | 0
1
answerQuestion
forming global stiffness matrix
I have a matrix of node coordinates and forces, and a matrix of edges. How should I go about forming a global stiffness matrix, ...
2 years ago | 1 answer | 0
1
answerQuestion
Receiving two outputs in function
I want both the nodeCrd and edgeList to display, but I'm only able to get the first one listed to display. function [nodeC...
2 years ago | 1 answer | 0