Which category of (MATLAB) function type do these MATLAB commands fall in?
이전 댓글 표시
medfilt2; imopen; ginput; imadjust; imsubtract ;imcontrast; mmreader; imshow; imcontour; cpselect; imagesc;
....these are all the commands I used to develop a code for my project.
In my project review, there is a place where I have to say "I used __ functions on MATLAB to eliminate the background noise and make the cell clear against the background"...what could I use to fill in this blank?....the word required should tell us the broad category under which these commands fall...e.g* 'image filtering'*
채택된 답변
추가 답변 (1개)
Jonathan Koay
2012년 6월 14일
0 개 추천
The toolbox name is pretty much the category name for the function type.
Tips: Just type the function name (i.e. mediflt2) in the Documentation Center's search box and you will see the toolbox name.
All the best!
댓글 수: 2
Yagnaseni Roy
2012년 6월 14일
Sean de Wolski
2012년 6월 14일
Depends on your definition of "filtering" but more or less yes.
카테고리
도움말 센터 및 File Exchange에서 Images에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!