load('matlab_bb.mat')
Error using load
Unable to find file or directory 'matlab_bb.mat'.
0.7937
0.7937
0.7937
0.7937
0.7937
bbb=char(compose("%% %2.2f",bb));
'% 0.00'
'% 0.00'
'% 0.00'
'% 0.00'
'% 0.00'
'% 0.00'
'% 0.00'
'% 0.00'
why i see all zero?

 채택된 답변

the cyclist
the cyclist 2025년 5월 29일
편집: the cyclist 2025년 5월 29일

1 개 추천

It's because your values are actually 0.7937 * 1.e-5.
Try ..
load('matlab_bb.mat')
bbb=char(compose("%% %9.9f",bb));

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 System Composer에 대해 자세히 알아보기

제품

릴리스

R2025a

질문:

2025년 5월 29일

편집:

2025년 5월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by