Statistics
7 Questions
0 Answers
RANK
90,617
of 301,186
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
0
RANK
of 21,188
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,292
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
rearranging and solving an equation in symbolic form
I have a code in which I end up with this answer in the command window (c*theta0)/6 + (c*thetat)/12 == (gj*thetat)/s This is c...
5 years ago | 0 answers | 0
0
answersQuestion
Renaming function so that its shorter?
I have a function in which i use this code to call when needed; [AUM_END] = power(AUM, AUM0, D100, FS, BLOCKM, DRAT, RHO, VTM, ...
5 years ago | 1 answer | 0
1
answerQuestion
How to create a for loop function, which calls on other functions?
So I have a for loop that looks like this; for i = 1:20 [PTOTAL] = Subroutine_3_Power(AUM, FS, D100, VTM, BLOCKM, RHO, AM,...
5 years ago | 0 answers | 0
0
answersQuestion
fprintf returns blank square for value of 1?
AH = 0 SLTEMP = 15 SLRHO = 1.225 [DRAT, PRAT, TRAT, RHO, TEMP] = ATM(AH, SLTEMP, SLRHO) function [DRAT, PRAT, TRAT, RHO,...
5 years ago | 1 answer | 0
1
answerQuestion
How to take precalculated variables in a function, without defining the variables within said function?
my code looks like this function D = down(A, B, C, n) A = (dependent on other variables); B = (dependent on other variabl...
5 years ago | 1 answer | 0
1
answerQuestion
How to perform a loop in which values from first leg are taken into second leg?
I have a code which looks like this %leg 1 a = 0 b = 0 c = 4500 t = 90./60 cend = 4400 %leg 2 a = 6 b = 55 c = cen...
5 years ago | 0 answers | 0
0
answersQuestion
How can I take the value from an equation and plug it back into the same equation? (Newton-Raphson)
I'm trying to implement a Newton-Raphson function into my script. The code I've created so far is; function [ALI] = down(A, B, ...
5 years ago | 2 answers | 0

