photo

G


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
212,381
of 300,857

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,097

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,361

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

  • Thankful Level 3

View badges

Feeds

View by

Question


Trying to get a plot but I get the error below, any way to plot without changing the code but using different syntax?
| | |_The function is:_||| function yprime = model(t,y) d=5*10^-6; xHe=0:1:100; %Important xAr=100:-1:0; %Impor...

10 years ago | 1 answer | 0

1

answer

Question


How to get plot from code using the two given differential equations and initial conditions and time?
*Function below* function yprime = meen668_project5_3(t,tm,y) yprime(1,1)=15-((3*(y(1))*t)/800); %%Equation 1, Exampl...

10 years ago | 1 answer | 0

1

answer

Question


Error with function and script
*Below is the function* function yprime = temp1t(t,y) d=20*10^-6; pg=0.1624; Vol=(pi/6)*d^3; As=(pi/4)*d^2; ...

10 years ago | 1 answer | 0

1

answer

Question


Output argument "T" ( ) not assigned during call to " ".
I am using one function that calls using two others. Here are the functions. I would like to use V as a set of numbers. fun...

10 years ago | 3 answers | 0

3

answers

Question


Output argument "T" (and maybe others) not assigned during call to "temp_alt" error
I am using one function that calls using two others. Here are the functions. ---------------------------------------------...

10 years ago | 1 answer | 0

1

answer