Rex - MATLAB Cody - MATLAB Central

Rex

29384
Rank
2
Badges
150
Score
1 – 18 of 18

Rex received Commenter badge for Problem 44952. Find MPG of Lightest Cars

on 14 Jun 2023

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

The test does not directly load from cars.mat, but loads from another file. Paste this into your scratch pad to work to test 1: N = 5 load(fullfile(matlabroot, 'toolbox/stats/statsdemos', 'carbig.mat')); Model = strtrim(string(Model)); cars = table(Model, MPG, Horsepower, Weight, Acceleration); save cars.mat cars

on 14 Jun 2023

Rex submitted Solution 11557734 to Problem 44945. Calculate BMI

on 14 Jun 2023

Rex received Solver badge for Solution 11553339

on 13 Jun 2023

1 – 18 of 18
Go to top of page