Error reading VRML file: ***.wrl: Can't open file for reading.

16 ビュー (過去 30 日間)
Kilian Low
Kilian Low 2016 年 5 月 19 日
コメント済み: Peter Jett 2022 年 2 月 1 日
Hi I have an issue when i try to open a .wrl file.
Here's my code :
world=vrworld('my_satellite', 'new');
open(world);
Here's the error message
Error reading VRML file: ***.wrl: Can't open file for reading.
  4 件のコメント
KA The Times
KA The Times 2020 年 4 月 23 日
Thank you koray beyaz
Peter Basár
Peter Basár 2021 年 3 月 28 日
For me, the issue was that I wasn't in the model directory with my workspace. So first launch matlab and then have it open in the directory where your model is located or from where the code was made.
I've been using just the simulink model so the matlab wasn't inclined to tell me that I'm not in the directory of that model where there are possible external files needed to be loaded and linked with simulink. These external files were addressed with relative paths and so the matlab couldn't find them in the workspace default folder.

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

回答 (1 件)

Nathan Hardenberg
Nathan Hardenberg 2021 年 4 月 23 日
For me the problem was the path. One folder contained a #-symbol which caused the error. Even if the path is relative a # in the absolut path can cause the error. So with the comments in mind a list to fix the error:
  1. Check if the workspace directory is the desired one
  2. Try using the absolute path to the file
  3. Check the abolute path for any uncommon sybols (Spaces and Underlines work; # does not work)
  1 件のコメント
Peter Jett
Peter Jett 2022 年 2 月 1 日
Thank you so much this was exactly my problem.

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

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by