Peter Chiappetta - MATLAB Cody - MATLAB Central

Peter Chiappetta

30805
Rank
2
Badges
140
Score
1 – 16 of 16

Peter Chiappetta submitted a Comment to Problem 44952. Find MPG of Lightest Cars

I have been working at this for a bit and it seems like it should work, What am I missing? function mpg = sort_cars(N) load('cars.mat') A = sortrows(cars,'Weight') mpg=A(1:N,2) end

on 9 Apr 2020

Peter Chiappetta received Solver badge for Solution 2183072

on 30 Mar 2020

1 – 16 of 16
Go to top of page