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?
조회 수: 4 (최근 30일)
이전 댓글 표시
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
답변 (1개)
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.
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!