Why am I receiving the error message below?

1 visualización (últimos 30 días)
Sean Vela
Sean Vela el 13 de Feb. de 2021
Respondida: Adam Danz el 13 de Feb. de 2021
I am using MATLAB R2020a and I keep getting message below, why?

Respuesta aceptada

Adam Danz
Adam Danz el 13 de Feb. de 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.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by