photo

Daniel Owusu


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
256,662
of 301,432

REPUTATION
0

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
55.56%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

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


Attempted to access x(2,1); index out of bounds because size(x)=[1,4].
I keep encountering the error from my code below. I need help Attempted to access x(2,1); index out of bounds because size(x)=[...

7 years ago | 1 answer | 0

1

answer

Question


x^2*y^3+2*​x+2*exp(4*​y)-1=0
How do I find the roots and plot of the equation below? Thank you very much. I have plotted syms x y ezplot(fxn) ...

7 years ago | 1 answer | 0

1

answer

Question


x^2*y^3+2*x+2*exp(4*y)-1=0
How do I find the roots and plot of the equation below: Thank you very much.

7 years ago | 0 answers | 0

0

answers

Question


How do i plot the equation below in matlab
x^2*y^3+2*x+2*exp(4*y)-1=0

7 years ago | 1 answer | 0

1

answer

Question


Please what do you think is wrong with my code? I get this error Warning: Plot empty. In legendHGUsingMATLABClasses (line 247) In legend (line 118) In BATCDRUN (line 10) . I intend to plot Ca.ConA and T vs Time
FUNCTION FILE %Example BATCHD% %DIMENSIONLESS KINETICS IN A BATCH REACTOR% %The program is written in terms of dimension...

8 years ago | 0 answers | 0

0

answers

Question


Hello lovely people, i have been able to write this code which corresponds to the graphs in literature. I however wanna make a second graph of R2,R3,R6 vs R1. How do i make the plot command? Pls check the images attached.
<</matlabcentral/answers/uploaded_files/100288/Graphs%20from%20literature.PNG> FUNCTION FILE function [rate_out] = COMPRE...

8 years ago | 1 answer | 0

1

answer

Question


Hello lovely people could u pls help me convert this code to matlab? I tried but not running so i posted the actual code here for suggestions. Thank you in advance.
{Example CASTOR} {BATCH DECOMPOSITION OF ACETYLATED ACETIC ACID} {The reaction mass changes due to vaporization of...

8 years ago | 0 answers | 0

0

answers

Question


Please good people out there, i need help with how to vary a parameter in this code. In my case i want to vary TC from 180 to 220. How do i factor that into this code? Thank you very much for your help!!
FUNCTION FILE (First File) function [rate_out] = BATCOM(t,x) TC = 190 ; %Reactor temperature, C R = 8...

8 years ago | 2 answers | 0

2

answers

Question


How do i deal with "not enough argument and Feval, ODE15l error?
Hello, good people out there. The error has been not enough argument. Please, could you help me trace the error with this code? ...

8 years ago | 1 answer | 0

1

answer