필터 지우기
필터 지우기

Creating a matrix of mxn dimension using different points in a plot graph

조회 수: 1 (최근 30일)
Aravind Kota
Aravind Kota 2018년 3월 19일
편집: Birdman 2018년 3월 19일
In the following plot graph, I need to create a array of m by n dimension with certain in the plot. For example:
x = 0:0.01:10;
y = sin(x);
plot(x,y);
I need to create a matrix which displays
z = [0.2 0.4 0.6 0.8; 1.2 1.3 1.4 1.8;...].
Any input is appreciated. Thanks in advance.

답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by