Why am I receiving the error message below?

1 view (last 30 days)
I am using MATLAB R2020a and I keep getting message below, why?

Accepted Answer

Adam Danz
Adam Danz on 13 Feb 2021
After some brief digging, it seems like you're trying to use the stlread on the file exhchange rather than Matlab's stlread which isn't meant to be an input to patch.
If you want to use the 3rd party function, download it and make sure it's on the Matlab path using addpath.
Otherwise, it looks like Matalb's stlread output is supported by trisurf() which may or may not be suitable for what you're trying to do.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!