Maximal Function Evaluations Change
이전 댓글 표시
Hi everybody! Is there any possibility to change number of Maximal Function Evaluations in integral3 function? It's really important in a problem that I'm struggling with :/ Is it possible to change it in a source code of this function or in any other way? I'm counting on your help, Szymon
댓글 수: 1
Torsten
2018년 4월 17일
Maybe by reducing the precision for the solution.
답변 (2개)
Amjad Green
2018년 4월 17일
0 개 추천
i'm not sure what max you want but the source code for (int3) is unavailable to edit the following code does the same job using (int) only
syms x y z %assume f=x*y*zdxdydz f1=int(f,x,xmin,xmax) f1=int(f,y,ymin,ymax) f1=int(f,z,zmin,zmax)
you can then use max to find the maximums in the array
Szymon Cedrowski
2018년 4월 17일
편집: Szymon Cedrowski
2018년 4월 17일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Functional Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!