필터 지우기
필터 지우기

sparsfun built-in function

조회 수: 5 (최근 30일)
4lrdyD
4lrdyD 2018년 9월 26일
댓글: 4lrdyD 2018년 9월 27일
I have a code that uses the sparsfun function, but when I run the code I get the following error:
Error using sparsfun
Unknown command option.
I try to get help on that function, but it does not exist and when I use the which function I get:
which('sparsfun')
built-in (undocumented) % char method
Does anyone know about this function?

채택된 답변

Walter Roberson
Walter Roberson 2018년 9월 26일
There is not even a single reference to sparsfun in the R2018b code in any .m in any of the toolboxes I have access to (many, but not all.)
It appears it was a routine that was used in the past to implement some of the sparse matrix operations.
There are a couple of commands documented for it in http://www.netlib.org/linalg/colamd/colamd_demo.m
The brief description from https://hwiegman.home.xs4all.nl/matlab4/sparsfun_m.htm also references nnz
It looks like matlab.internal.math.getOrSetSPPARMS() has replaced at least some of the uses.
  댓글 수: 1
4lrdyD
4lrdyD 2018년 9월 27일
thanks a lot!!

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

추가 답변 (0개)

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by