フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

I'm using the Neural network toolbox narx function but when I try to run the app, it says Undefined variable or network. Does anyone know how to fix this?

1 回表示 (過去 30 日間)
Srihita Mediboina
Srihita Mediboina 2017 年 9 月 5 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have put in my data into the NARX function and have not changed any of the default settings. I have also tried the examples given by Matlab but I am getting the same error. I am fairly new to Matlab, does anyone know how I can fix this? It's urgent. Thanks.
  1 件のコメント
Walter Roberson
Walter Roberson 2017 年 9 月 5 日
Please show the complete error message and your line of code

回答 (1 件)

Mark Schwab
Mark Schwab 2017 年 9 月 7 日
編集済み: Mark Schwab 2017 年 9 月 7 日
It appears that you do not have access to the Neural Network Toolbox. You can check this by running the following command:
>> license checkout 'neural_network_toolbox'
If the output is 0 you do not have the Neural Network Toolbox downloaded.
If you are a student at a university, the personal downloads typically do not include toolbox downloads. However, computer labs, and other on campus computers may have the toolboxes.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by