Community Profile

photo

AK Khan


GIST

Active since 2015

Followers: 0   Following: 0

Message

Master course student in Device Modeling lab

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Undefined variable while computing ode45 in matlab and issue with the vector lengths after computing ode.
I computed my results using ode45. The main function m file is given below. function qprime=memcapfinal(t,q); e = 1.6*...

9 years ago | 1 answer | 0

1

answer

Question


CAT arguments dimensions are not consistent Error in Solving ode45 ?
I am getting the CAT argument dimensions error in computing two differential equations using ODE45. Apparently everything seems ...

9 years ago | 1 answer | 0

1

answer

Question


How to plot a function which involves symbolic variable?
Hi, My goal is to plot a function "qn2" which involves symboliv variables against a time vector t2. Following is the code. ...

9 years ago | 0 answers | 0

0

answers

Question


How to make array of the expression having symbolic variable?
I want to make an array of the expression having symbolic variables in it. if true % clc clear ALL syms A Epsilon0 k...

9 years ago | 0 answers | 0

0

answers

Question


How to assign values to the variables using "dsolve" for solving first order ODE Equations simultaneously ?
I am using "dsolve" to solve my first order ode .The function "dsolve" works fine but it does not allow assigning values to the ...

9 years ago | 1 answer | 0

1

answer