MATLAB: Syntax to plot graph using excel sheet data

plotting

syntax to plot graph using excel sheet data

Best Answer

Use xlsread() or readtable() to read the data. After that, use plot() on the data. There is no special syntax just because the data came from excel.