How to improve speed using ezsur
1 回表示 (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (2 件)
Sean de Wolski
2011 年 6 月 9 日
Convert everything to double (perhaps using subs or double) and then call plain old boring regular surf on it.
0 件のコメント
Walter Roberson
2011 年 6 月 9 日
Use matlabFunction to convert the expression in to an executable routine.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Whos についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!