Error in Matlab code

1 次查看(过去 30 天)
I have attached a picture of my code with error message. It was working yesterday and now it is giving me an error and I don't know why. Everything should be in the same file/directory.
If I delete the num2str(i) in line 15 it works but I need this command to run through all the .mat files in my directory and for some reaosn just stopped working. The 4 2d_simple_array_run files each contain the .mat file.
Any help would be appreciated.

采纳的回答

Cris LaPierre
Cris LaPierre 2021-3-9
The error message is correct.
Your path points to a folder onscale1. However, the folder appears to be just onscale.
  2 个评论
David Harra
David Harra 2021-3-9
All the files I need to run are saved in the folder onscale and that is the directory I am in? Will i need to change the code to read the files or do I need to change the name of the folder?
Cris LaPierre
Cris LaPierre 2021-3-9
Look at line 15 in your code. The result can be seen in the red error message "Unable to read file...".
Your code is inserting your loop counter into the folder name. This is changing the path to be to a folder that doesn't exist. Remove the num2str(i), and your code should work.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 File Operations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by