Sensitivity Analysis Matlab simulink

3 ビュー (過去 30 日間)
NN
NN 2023 年 2 月 8 日
回答済み: Swaraj 2023 年 4 月 6 日
When i try to evaluat ethe simulink model for sensitivity analysis, i am getting the below error.
The specified key is not present in this container.
Kindly help
  1 件のコメント
Kirthi
Kirthi 2023 年 2 月 8 日
Hello NN,
I think your issue can be better resolved with more information, perhaps the model and what parameter you are using as the key. From the error message, it looks like you are trying to access a key (parameter) that does not exist in your container, such as a structure, map, or cell array.
To resolve this issue, first try verifying if the key you are trying to access is valid and exists in the container. You can use the "isfield" or "iskey" functions to check if a particular field or key exists in a structure or map, respectively, before trying to access it.
If you are sure that the key you have specified exists, then attach your model which will help in resolving your issue further.
Hope this helps !

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

回答 (1 件)

Swaraj
Swaraj 2023 年 4 月 6 日
Hi,
I understand that you are getting an error “The specified key is not present in this container.
This error that you are getting specifies that you are trying to access a key in a Map where the key does not exist. Before accessing any key in a map, try to check if that key exists or not.
You can make use of “iskey” function to do so.
Go through your model and try to find where you are accessing the map with some key and use the “iskey” method at those places.
Let me know if you still face the issue.
Thanks!!

カテゴリ

Help Center および File ExchangeDictionaries についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by