mlx file in Ubuntu

8 ビュー (過去 30 日間)
alpedhuez
alpedhuez 2020 年 8 月 3 日
コメント済み: Walter Roberson 2020 年 8 月 5 日
I create a mlx file on Ubuntu and try to save it. Then it is saved actually as a folder with matlab, metadata, and _rels folders. Why? How can one deal with them?

回答 (1 件)

Walter Roberson
Walter Roberson 2020 年 8 月 4 日
It is not saved as a folder: it is saved as a .mlx files. It happens that .mlx files are zipped XML files. Your system or something you have done, has expanded the .mlx file by unzipping it (or perhaps you asked to view it, and your system choose to use the zip examination facility instead of asking MATLAB what it was about.)
It is increasingly common for complicated data to be saved as zipped XML files. .xlsx files are that way. MATLAB .slx files are that way.
  7 件のコメント
alpedhuez
alpedhuez 2020 年 8 月 5 日
I created mlx file with Matlab under Windows 10 and try to copy it for Matlab under Ubuntu. I find out that
  • In Ubuntu file manager the mlx file is recognized as a foler
  • In Matlab it is recognized as mlx file
  • So a way to do is work to open in Matlab by going to media->(user)_>(USB drive)
Walter Roberson
Walter Roberson 2020 年 8 月 5 日
So the copying process is triggering the problem ?
Perhaps if you zipped the file before copying, it would not expand it automatically?

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

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by