필터 지우기
필터 지우기

matrix error, long answer

조회 수: 2 (최근 30일)
il147
il147 2021년 12월 2일
답변: Chunru 2021년 12월 2일
Pxx(1,1),Pxx(2,1) have right answer
but after 3, Pxx(3,1) it appear 0
I don't know why that answers are 0
I hope you can help me

채택된 답변

Chunru
Chunru 2021년 12월 2일
Becasue the range of data is too big, the displayed result using the default format may make the smaller value to be 0. Run the following command first before displaying Pxx.
format longg

추가 답변 (0개)

카테고리

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