How to improve speed using ezsur
이전 댓글 표시
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
답변 (2개)
Sean de Wolski
2011년 6월 9일
0 개 추천
Convert everything to double (perhaps using subs or double) and then call plain old boring regular surf on it.
Walter Roberson
2011년 6월 9일
0 개 추천
Use matlabFunction to convert the expression in to an executable routine.
카테고리
도움말 센터 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!