Error in paths.
Show older comments
Error using cd
Unable to change current folder to 'C:\MS
EKECTRONICS\Semiconductors\My Thesis\eit\ERT_eidors_test1.m'
(Name is nonexistent or not a folder).
Error in ERT_eidors_test1 (line 14)
cd('C:\MS EKECTRONICS\Semiconductors\My
Thesis\eit\ERT_eidors_test1.m')
please how do i solve this to run my .m fille
this is the code
Toggle Main Navigation
File ExchangeToggle Sub Navigation
Search File Exchange
File Exchange
ANNOUNCEMENT×Still haven't found what you are looking for? Try the grouped search - now with a videos group.
If you use MATLAB online, you might already know about the advanced...
Electrical Impedance Tomography Image Reconstruction using MATLAB based freeware EIDORS
In this code, using EIDORS Electrical Impedance Tomographic Image Reconstruction is demonstrated.
901 Downloads
Updated 23 Sep 2016
- Follow
MathWorks
Accelerating the pace of engineering and science
MathWorks is the leading developer of mathematical computing software for engineers and scientists.
- Careers
- Newsroom
- Social Mission
- Customer Stories
- About MathWorks
- Select a Web SiteUnited States
- Trust Center
- Trademarks
- Privacy Policy
- Preventing Piracy
- Application Status
- Terms of Use
© 1994-2023 The MathWorks, Inc.
Join the conversation
Answers (1)
Cris LaPierre
on 6 Apr 2023
0 votes
According to the error message, either the file or the folder you are trying to access does not exist.
'C:\MS EKECTRONICS\Semiconductors\My Thesis\eit\ERT_eidors_test1.m'
Can you navigate to that location in your file explorer and verify that the folder path is correct, and the file exists in that folder?
Categories
Find more on Import, Export, and Conversion 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!