
smith
Statistics
7 Questions
0 Answers
RANK
265,217
of 273,277
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
0
RANK
of 18,451
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 122,675
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
Content Feed
Question
How to remove the zeros from the array upon breaking out of the for loop?
That's the code I've written, supposedly i want the for loop to break once the dp(i+1) starts becoming negative, but apparently ...
10 days ago | 3 answers | 0
3
answersQuestion
How to solve for gamma
Hello, I'm trying to solve for gamma in this equation, I was hoping if someone can help out. considering everything else is ...
2 months ago | 1 answer | 0
1
answerQuestion
Why is my ode15 differential equation solver acting like this?
I want this code to solve me three differential equations, (dTp, ddot, dm), however for the first two I'm getting acceptable res...
3 months ago | 1 answer | 0
1
answerQuestion
Why is the Temperature curve looking like this at the end of the While loop?
Hello, This code should be giving out multiple monitoring parameters, such as the droplet's diameter, the time when the droplet ...
3 months ago | 2 answers | 0
2
answersQuestion
Why is my loop not running? (Error using / Matrix dimensions must agree)
That's my code, supposedly it is about a water particle undergoing both, heat and mass transfer at the same time, and I'm monito...
4 months ago | 2 answers | 0
2
answersQuestion
Why is my loop not working? "Index exceeds array bounds"
Function: function [ row, cp, k] = apd (T) if T > 318 & T < 320 row = 1.11 cp = 1007 k = 0.02781 else if T >...
4 months ago | 1 answer | 0
1
answerQuestion
Why is my loop not ending?
So, I wrote a code to run iterations for a water particle as it undergoes mass transfer, to monitor the diameter size. %%% DEF...
4 months ago | 2 answers | 0