when has the class "mlreportgen.utils" been published?

조회 수: 3 (최근 30일)
Jack Arnoldi
Jack Arnoldi 2019년 7월 1일
댓글: Jack Arnoldi 2019년 7월 1일
I am trying to slice a Table on Matlab R2018a this way
tableFAIL = FormalTable((temp'));
slicer = mlreportgen.utils.TableSlicer("Table",tableFAIL,"MaxCols",3,"RepeatCols",1);
However I get the error:
Undefined variable "mlreportgen" or class "mlreportgen.utils.TableSlicer".
Do you know since what version mlreportgen.utils has been added ? I thought my version had this package given that the documentation of that is older than my 2018...
Thank you in advance!

채택된 답변

Steven Lord
Steven Lord 2019년 7월 1일
The documentation for the mlreportgen.utils.TableSlicer class state that it was "Introduced in R2018b" at the end of the page.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by