필터 지우기
필터 지우기

Static code metrics report was not successfully generated because of the following errors.

조회 수: 5 (최근 30일)
expression must have pointer-to-object type but it has type "Float"
The data type must be Float
How can I sove it?

답변 (1개)

Parth Saraf
Parth Saraf 2023년 6월 25일
Hello,
In order to solve the given error, you may follow this steps:
  1. Check which line in the code where the error occurs
  2. Check for the data type of the variable and also review the declaration and initialization
  3. Double check where the referencing and dereferencing operators (*, &) are used correctly
  4. Consider type casting of variables
Hope it helps!!

카테고리

Help CenterFile Exchange에서 Reporting and Database Access에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by