필터 지우기
필터 지우기

Plot function 'createfigure' - auto generated - has an unknown matrix input

조회 수: 2 (최근 30일)
Florian
Florian 2012년 10월 22일
Hello community,
i do have a plot function which was auto generated by matlab. I did the work on the graph interactively and then wanted to generate the code and implement it in the existing one, because I have a lot of graphs who should look the same.
In this figure i want to plot 3 graphs (2 stem, 1 plot) with 2 y-axes. The generated code shows the following:
if true
% function createfigure1(X1, ymatrix1, Y1)
%CREATEFIGURE1(X1,YMATRIX1,Y1)
% X1: stem x
% YMATRIX1: stem matrix data
% Y1: vector of y data
% Auto-generated by MATLAB on 22-Oct-2012 15:37:26
% ....
% Create figure end
What is "YMATRIX1: stem matrix data"? I do not want a matrix to be shown in the figure.
Thanky,

답변 (0개)

카테고리

Help CenterFile Exchange에서 Stem Plots에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by