필터 지우기
필터 지우기

How to publish a table and graph?

조회 수: 1 (최근 30일)
Danny
Danny 2014년 10월 30일
I have written code that takes a time series and produces a table of the inputs using the function array2table as well as a graph of the data simply using the plot command. I want to publish these outputs yet MATLAB keeps returning errors when I try to run the publish command. How can I transform the plot and/or graph to allow the publish command to publish the results?
(As a simple example, take
vect = [1 2 3 4];
tableVect = array2table(vect);
How can I publish tableVect?)

답변 (0개)

카테고리

Help CenterFile Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by