Statistics
RANK
149,876
of 295,467
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
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,912
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
Get matlab to calculate and plot Torque
Calculate the tension T in cable BC required to open gate AB as a function of water depth d for values 0 ≤ d ≤ dmax. Write a Ma...
13 years ago | 0 answers | 0
0
answersQuestion
Reduce a certain kind of multiplication expression and square root expression
Multiplication by a division expression. x * (y / z) can be better expressed as (x*y) / z. But before returning this new expre...
13 years ago | 0 answers | 0
0
answersQuestion
Help writing Reduce functions for arithmatic in matlab
I need help figuring out how to write a couple reduce functions. One is somewhat of an umbrella function and the second is a fun...
13 years ago | 1 answer | 0
1
answertoString function (trying to write a function that takes a cell array expression and returns a string)
I got it to work with this super long thing lol. Thank you for the input :)! function s = toString(Expr) type = Expr{1};...
13 years ago | 0
Question
toString function (trying to write a function that takes a cell array expression and returns a string)
How do I write a toStringfunction that takes any cell array expression and returns a human-readable string. I need to do this fo...
13 years ago | 2 answers | 0