A function that outputs multiple plots?

2 次查看(过去 30 天)
  4 个评论
hosein Javan
hosein Javan 2020-8-13
alpedhuez for example the function "step" plots step response of a system. or the function "spectrogram" plots the fourier transform spectrum.

请先登录,再进行评论。

采纳的回答

hosein Javan
hosein Javan 2020-8-13
function plotoutput()
x = 1:10;
y = x.*x;
plot(x,y)
when you call the function, it shows a figure.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Spectral Measurements 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by