Community Profile

photo

Tom Byrne


NUI Galway

Active since 2015

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


Code Previously Worked, Now keep getting "Unexpected Matlab Expression"..
function [t,x,u] = vehicleModel(0,10) [t,u] = ode45(@vehicleAccel, [10], 0, options); x = cumtrapz(t,u); return ...

9 years ago | 2 answers | 0

2

answers