Why a linear model cannot be plotted in app designer?
Afficher commentaires plus anciens
Hi,
I am using fit(x, y, 'poly1') in app designer.
a = linspace(0,10,10)'
b = linspace(0,20,10)'
[fitline,gof] = fit(a, b, 'poly1' )
plot(app.name, fitline, a, b)
When I try to plot the linear model and the vectors a and b I am getting the following error:
Error using plot
Data must be numeric, datetime, duration or an array convertible to double.
I tried it the same in my commad window and there was no error there. Any idea what is causing it in app designer?
Thanks
Hugo
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Fit Postprocessing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


