plotting the graph for (5*5) matrix

could anyone tell me how to plot the graph for the image attached with respect to values given.

回答 (1 件)

ANKUR KUMAR
ANKUR KUMAR 2017 年 12 月 8 日

1 投票

You can plot the contour map of 5*5 matrix using contourf https://in.mathworks.com/help/matlab/ref/contourf.html
Or you can just write plot(A), where A is 5*5 matrix, then it plots the line plot of all 5 rows. https://in.mathworks.com/help/matlab/ref/plot.html
Or you can plot the histogram using histogram Visit: https://in.mathworks.com/help/matlab/ref/histogram.html

カテゴリ

ヘルプ センター および File ExchangeLine Plots についてさらに検索

タグ

質問済み:

2017 年 12 月 8 日

回答済み:

2017 年 12 月 8 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by