I need information regarding usage of command 'Searchdepth'.From MATLAB help I understood that 'Searchdepth' command restricts the search depth to the specified level.
Afficher commentaires plus anciens
Hi,
I need information regarding usage of command 'Searchdepth'.From MATLAB help I understood that 'Searchdepth' command restricts the search depth to the specified level.
As per my understanding ,'SearchDepth',1 limits the search to top level in MATLAB2006b.But the same commond in 2011b is generating
following error : 'SearchDepth must be a non-negative integer'.
Please suggest the reason for this error and also provide solution for this problem.
Reagrds, Amrutraj K
Réponses (1)
ES
le 24 Juil 2014
0 votes
I use 2011b. find_system('SearchDepth',1) works fine and is the same as how it worked in R2006. My only guess is that you might have missed some comma etc if you have used other search parameters or some decimal etc.
Catégories
En savoir plus sur Environment and Settings 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!