Predictive Maintenance Convolution Neural Network Algorithm Error

I copied the code from the example in Matlab website. However, there are some errors occured when I tried to run the code and I have problem understanding the error. The screenshot of the error is attached below. May I know what can I do to resolve the error? Thanks in advanced.

 Accepted Answer

Hi, it's difficult to debug based on the error message alone.
First things to check:
  1. Did the example run without error on your machine? Or is this only after you copied / pasted parts of the code?
  2. What version of MATLAB are you using? >>ver

7 Comments

I copied and pasted the code.
I’m using 2021a
I'd recommend checking if the example runs by directly opening it from the doc. Can you confirm this?
openExample('predmaint/RULEstimationUsingCNNExample')
I entered openExample('predmaint/RULEstimationUsingCNNExample') and it works. Does it means there was some mistakes in my previous code?
Sorry for the late reply.
Hi Ng Yong Jie,
Since, openExample('predmaint/RULEstimationUsingCNNExample') worked. I think you had some mistakes in your previous code.

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!