Community Profile

photo

narhem


Last seen: meer dan 2 jaar ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


plot normalized uniform mixture
I need to reproduce the normalized density p(x) below, but the code given does not generate a normalized pdf. clc, clear % C...

bijna 5 jaar ago | 0 answers | 0

0

answers

Question


anonymous function in ode45: column vector error
To solve ODE below with matlab t = 0:.01:20; x0 = [0 0]'; xdot = @(t,x) [0 1; 0 0] * x; ode45(@(t,x) xdot(x(1), x(2)),t,x...

bijna 5 jaar ago | 1 answer | 0

1

answer