when has the class "mlreportgen.utils" been published?
1 次查看(过去 30 天)
显示 更早的评论
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!
0 个评论
采纳的回答
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 Center 和 File Exchange 中查找有关 Images, Figures, Axes, Equations, MATLAB Code, and MATLAB Variables 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!