Double Scalar error. I am trying to figure out this error message. Any help appreciated.

4 ビュー (過去 30 日間)
Joshua Kinlaw
Joshua Kinlaw 2021 年 3 月 28 日
コメント済み: Walter Roberson 2021 年 3 月 31 日
  1 件のコメント
Walter Roberson
Walter Roberson 2021 年 3 月 28 日
Use the debugger to put a breakpoint at the line where the assignment is, and check to see whether Force is a scalar or not, and what value Force is, and what the value of app.ForceEditField.Limits are.

サインインしてコメントする。

回答 (1 件)

Reshma Nerella
Reshma Nerella 2021 年 3 月 31 日
Hi,
This error message is displayed when you try to assign a value that is out of the limits specified for a Numeric Edit Field.
Consider checking the limits for the ForceEditField in your app and then assign proper values to it or modify the limits for the ForceEditField so that it can accommodate any obtained value.
Hope this helps!
  1 件のコメント
Walter Roberson
Walter Roberson 2021 年 3 月 31 日
For example, hypothetically the field might have been restricted to positive values, but on your last step you might be generating a negative value.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

タグ

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by