Importing large VRML file (6 gig) for TREEQSM

2 views (last 30 days)
Hello! Sorry I'm rather new to matlab, was wondering if anyone had any experience with loading in large VRML files?
Been trying to use P = read_vrml('filename.wrl'), but when the file finally imports it has a value of 0?
Trying to using matlab in order to model tree architecture via TREEQSM, but matlab has proven to be...difficult haha
Any help appreciated, thank you!

Answers (1)

Shiva Kalyan Diwakaruni
Shiva Kalyan Diwakaruni on 15 Dec 2020
Hi,
Please try using vrworld instead of read_vrml to load .wrl file and check if it works.
Hope it helps.
Thanks

Community Treasure Hunt

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

Start Hunting!