Me sale el error "Undefined function or variable 'delimited​TextImport​Options'."

Answers (2)

delimitedTextImportOptions was introduced in R2018b. You may try to replace it with DelimitedTextImportOptions (the first letter is uppercase).

4 Comments

What is the output of
which DelimitedTextImportOptions
in command window.
Hello, I met the same question. Did you make it? Would you please tell me your experience?

Sign in to comment.

Hello, I met the same question. Did you make it? Would you please tell me your experience?

Categories

Products

Release

R2017b

Tags

Community Treasure Hunt

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

Start Hunting!