Could MATLAB please provide rref() without the rational conversion?
조회 수: 4 (최근 30일)
이전 댓글 표시
I am having the same problem as described in:
The answer given is an attached MATLAB file, "rrefNoRational.m" which is a copy of "rref.m" without the code that performs the rational conversion that is the cause of the problem. However, I cannot find the attached file. Could the file rrefNoRational.m please be provided?
Thank you for your time.
댓글 수: 0
채택된 답변
John D'Errico
2024년 6월 28일
Just look at the code.
type rref
Do you see the very last thing it does is do the conversion? Just write your own version that does not have that last if clause in it, copied, except for those last 4 lines.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Special Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!