Computational Cost of dsearchn

조회 수: 2 (최근 30일)
Arielle
Arielle 2012년 1월 25일
What is the computational cost of the dsearchn function?

답변 (1개)

Sean de Wolski
Sean de Wolski 2012년 1월 25일
Are you looking for number of flops?
I don't think you're going to have much luck finding this. dsearchn relies on mex and qhull to do most of the work.
You could use tic/toc to time it, if that would also be sufficient.
  댓글 수: 4
Sean de Wolski
Sean de Wolski 2012년 1월 25일
That's really an existential question and it really depends on your application. If dsearchn takes a few minutes for one person that might be extremely expensive where a few minutes for another person would be light speed.
Mex and qhull are used because they're fast!
Why do you need to know this computational complexity? Is there something else that's time-dependant and relies on it being complete?
I'm sorry I don't know much else about dsearchn. You could also use the profiler to identify other bottle necks in your code to see if it is the biggest slowdown.
Arielle
Arielle 2012년 1월 26일
To make a long story short, my code is part of a greater project and needs to work as fast as possible. I'm trying to identify any areas of weakness, and I didn't know much about the cost of dsearchn. Thanks for your help!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by