Error using load? File appears in workspace

3 次查看(过去 30 天)
Hello, I'm currently trying to do a homework assignment for a MATLAB class I have. The professor gave us a matrix to perform Gaussian elimination on. I've downloaded the file, and it appears in the workspace. When I try to load the file, it gives me the error message:
Error using load Unable to read file 'y': no such file or directory.
I'm not sure where to go from here, I can't get anything else to work. Does anyone else have advice/help? I'm only a beginner, so thank you for the patience.
  1 个评论
dpb
dpb 2014-9-27
Need to see what the script/function gecp.m contains. It appears it's trying to use a load statement with but it's not clear how it expects to get the input filename to do so with the variable y containing an file name but it also appears that y is the string 'y' somehow altho as you note there's an existing y numeric array in the workspace.

请先登录,再进行评论。

采纳的回答

Image Analyst
Image Analyst 2014-9-29
You don't load y. y was already in the workspace -- we can see it in the workspace panel in your screenshot! It was probably created by one of those other m-files that you had run previously. Just do "clear all" and look over your history to discover what you did to make the y spring into existence. And once it's there, it's there -- no need to try to load it or a file called y, which does not exist in your current folder as we can see from your screenshot.

更多回答(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