Import Data - Generate Script/Function Error

I'm in the process of creating a new model but have been having issues with the "Generate Script" and "Generate Function" options from Import Data (See picture).
The data is saved in an excel file that gets edited occasionally.
I've gotten the same error with all the Output Types, and it only works when I select the importing button directly (not as a script or function, which I need in order to use the model)
I noticed the issue with my attached file, however I've also tried fillling out the empty cells and other excel files, as well as using a different computer (which was also running v 2019b), and no luck as of yet.
The error I am receiving is:
--------------------------------------
Import operation failed. The most likely reason is that there are unimportable cells in the selection.
Try adding a rule in the toolstrip to convert unimportable cells into numbers.
-------------------------------------
As you can see in the picture labeled ImportDataError.PNG, I already have a rule for dealing with the unimportable cells (I've also tried with blank cells and both).
I understand that there are other ways to import the data but I was told by a coworker that they do it this way and prefer me to do it the same way, for consistency.
Is anyone else having this issue/has anyone found a solution?
Thank you for your help!

回答(1 个)

Subhadeep Koley
Subhadeep Koley 2019-11-8
编辑:Subhadeep Koley 2019-11-8
Hi, it is giving no such errors when I am trying to do the same with your Com_SampleProjects.xlsx file. Can I know which MATLAB version you are using?
However, generated the script and the function in my end (see the attached), which you can use.
Hope this helps!

5 个评论

Hi Subhadeep,
Thank you for sending the script.
I am currently running v2019b.
Weirdly the import data tool worked for one attempt right after I opened your file and when I closed MATLAB and the next time I reopened it it went right back to not working again.
Same error as always, "Import operation failed"
EDIT:
It seems that it only works when my path is in Documents or Downloads.
The issue is that we save our code in the C:/matlab folder. Do you know of any way to make it work while on that path?
Hi Joaquin, I tried to reproduce the same steps as you mentioned but in that case also I am not facing the "Import operation failed" error.
One workaround might be to keep your excel file in the Documents folder and adding the following line at the begining of the importFileScript.m file while calling it from the 'C:/matlab' path.
docPath = 'yourDocumentFolderPath'; % Paste the full path of your Documents folder here
addpath(docPath);
Hope this helps!
Hi Subhadeep,
Thank you for your quick responses.
My apologies, I'm realizing that I mispoke.
My working folder is C:\matlab\home_directory (don't know why, that's just how they recomended we set it up)
The excel file can be saved anywhere and it doesn't work while my working folder is in C:\matlab. As soon as I move my working folder away from C:\matlab the error no longer happens.
I found the solution to get the tool to work, I'm just wondering if you know why it doesn't work in C:/matlab. It doesn't even allow me to create the function when doing it from there, so adding those lines of code will not change the issue.
Regardless, thank you very much for your help in solving the issue.
Hi Joaquin, it seems that you don't have the write permission in the file path 'C:/matlab', as you stated that "It doesn't even allow me to create the function when doing it from there..."
I don't think that's it, as I can create scripts and functions on C:/matlab without problem, it's only when I try to import with the tool that it doesn't work and gives me the "Import Operation Failed" error.
By "It doesn't even allow me to create the function when doing it from there..." I meant that I can't even get to the stage where I could add those lines to the script, as I can't even create the script due to the error.

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Data Import from MATLAB 的更多信息

产品

版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by