How to improve speed using ezsur
Afficher commentaires plus anciens
Hi,
I use ezsurf in one of my codes and it takes for ever to have the graph displayed on the screen. At least an hour.
I've also tried ''subs'', in order to substitute the values for the two parameters first and then plot the graph but it is too slow too.
is there any way to improve speed??
thank you in advance
Réponses (2)
Sean de Wolski
le 9 Juin 2011
0 votes
Convert everything to double (perhaps using subs or double) and then call plain old boring regular surf on it.
Walter Roberson
le 9 Juin 2011
0 votes
Use matlabFunction to convert the expression in to an executable routine.
Catégories
En savoir plus sur File Operations 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!