Community Profile

photo

Maria Cuellar


Last seen: 2 years 前 自 2020 起处于活动状态

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Content Feed

排序方式:

提问


How to import information from an excel file with many spreadsheets
Hi, I am very new using Matlab I need to do the next: Import two columns from a multiple datasheets from one excel file, i need...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Differential equation system with constant delays
Hello I need to solve numerically this differential equation with constants delays the history conditions are y1(t)=5 y2(t)=0...

4 years 前 | 0 个回答 | 0

0

个回答

提问


How to solve a differential equation with fractional order with function fde12
Hi I am trying to solve this fractional order differential equation D^(1/5)y(t)+7*D^(1/10)y(t)=100 with using Caputo Derivative,...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Delay diferential equation solution with dd23
For first part, I use this code in Live editor: %Solución ejercicio 7.29 i) f=@(t,x,z)[z(1,2)^2+z(2,2)^2-6*z(1,1)-8*z(2,3);x...

4 years 前 | 0 个回答 | 0

0

个回答

提问


How to solve a differential equation system with ode15s
Hello I need to solve this differential equation system with ODE15s but when I try to define the anonymous fuction and solve t...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Numerical solution of ODEs system using ODE45
First I did the variable sustition as follow: x=x(1) x'=x(2) x''=-x(1)-x(4)-3*x(2)^2+x(5)^3+6*x(6)^2+2*t y=x(4) y'=x(5) ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Unable to solve exercise using duffing equation
The first part were M1=M2=0, I can't introduce the initial values for x1(0=Vector[ 0.1:0.1:2] the code that I used is: f=@(t,...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Numerical solution of Higher order differential equation using ODE45 and a m. archice
Hello I am trying to solve this: u=sin(t) First, I create the function as follow: function f=f5(t,y,u) u=sin(t) uu=3*diff...

4 years 前 | 1 个回答 | 0

1

个回答