Question: Find the error in below MATLAB code clear; clc; height = [63, 67, 65, 72, 69, 78, 75]; sort (height); maxheight=max (height); fprintf('The max
Find the error in below MATLAB code clear; clc; height = [63, 67, 65, 72, 69, 78, 75]; sort (height); maxheight=max (height); fprintf('The max height from given heights is si: ')
Step by Step Solution
3.36 Rating (152 Votes )
There are 3 Steps involved in it
There are a few errors in the given MATLAB code Syntax Error in Array Definition The height array ha... View full answer
Get step-by-step solutions from verified subject matter experts
