Statistics
4 Questions
0 Answers
RANK
219,532
of 301,153
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 21,182
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,067
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Question regarding function using radiobutton status
Lets say I have three radio buttons. If 1 is pressed, then variables x,y,z are certain values. If 2 is pressed, then variables x...
9 years ago | 1 answer | 0
1
answerQuestion
Need help calculating beam moments
This is the code I have for calculating moment for 2 point loads. Now I have to make this calculate the moment for an arbitrary ...
10 years ago | 0 answers | 0
0
answersQuestion
how do i create numbered variables based on number of inputs
How can I create different numbered variables, to use later in equations? example. GUI input is "5" point loads on a beam, now ...
10 years ago | 2 answers | 0
2
answersQuestion
How do I save outputs to a vector from if statement
MEI=[] for node=0:dx:L; if node>=0 && node<a moment=@(x) (RA*x) MEI=moment(node) elseif node>=a &&...
10 years ago | 1 answer | 0
