Community Profile

photo

Avetik Sarikyan


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How can I retrieve an element from this array of functions, as a matlabFunction?
y = @(t,y) [10*(y(2)-y(1)), y(1)*(28-y(1))-y(2), y(1)*y(2)-8*y(2)/3, (y(1)+y(2))^2, (y(1)+y(2)^4)/(5+y(1)*y(2))]; I want to...

6 years ago | 1 answer | 0

1

answer