How to get missing functions in Matlab 2018b about table and timetable operations?

5 ビュー (過去 30 日間)
Hello dear community!
I have just realized that the functions below listed do not exist in my Matlab 2018b version with all toolboxes installed. Those functions are supposed be introduced in 2018a in the documentation.
  • addvars
  • splitvars
  • mergevars
  • movevars
  • removevars
How can I use those functions? Do you have any ideas? Is my Matlab installed wrongly?
  6 件のコメント
Walter Roberson
Walter Roberson 2020 年 2 月 10 日
addvars is a method not a general function. It is only defined for a few classes. MATLAB does not search all methods of all classes: at most it only includes methods of classes that have been parsed during the current session (and have not been cleared)
Luna
Luna 2020 年 2 月 11 日
Now I got it :) Thank you!

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2020 年 2 月 19 日
The needed functions are present in r2018a, but were not showing up in the pop-up help because the pop-up help can only pop up for classes that MATLAB has parsed in this session.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Type Conversion についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by