MATLAB: Error using load Unable to read file ‘planar_isotropic.e’. No such file or directory.

.e extension

Trying to use natalia nikolova programs. What I do whit this file isotropic.e it's a script?

Best Answer

It is saying that the file does not exist in that location.
If it did exist then load() would not be appropriate. You can load a .mat file. You can load a text file of data in rectangular form. But MATLAB scripts would need to be run not loaded. MATLAB script files need to end in .m