![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/heilehuskyneuedu_1516207948383_DEF.jpg)
Emily Heil
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
65,417
of 297,046
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
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
Using vectorization to shorten run time
Have never used vectorization (or much Matlab in general) & I'm attempting to use it to shorten the run time of my code. I want...
4 years ago | 1 answer | 0
1
answerQuestion
removing columns and rows from very large matrix
I have a very large (4000x4000) matrix. How might I remove a full row or column from the matrix? I need to remove 58 rows and co...
5 years ago | 1 answer | 0
1
answerQuestion
How would I divide a 206x1 double it into 5 equal sections and average the values
I have want to average the data from a 206x1 double in 5 sections. In other words I want to average from 1-41.2, from 41.2-82.4,...
5 years ago | 1 answer | 0
1
answerQuestion
How would I find the element number of a certain point x along a bar broken into y # of elements? (Shape Functions FEA)
I am performing FEA on a 205mm bar broken 1-205 equal length elements (code must work for any number of elements). I need to fin...
5 years ago | 0 answers | 0
0
answersQuestion
how would I add several matrices into one? (assembling global stiffness matrix for FEA)
I want to add several 4X4 matrices into one large one (see attached image for my general goal). This is to assemble a global sti...
5 years ago | 2 answers | 0
2
answersQuestion
How do I would I add several matrices into one large matrix? (Assembling a global stiffness matrix for FEA)
If I had several 4X4 matrices and I wanted to add them into one big matrix how might I go about this? (I am trying to create a g...
5 years ago | 1 answer | 0