Up to what versions of MatLab can you still use textscan

조회 수: 4 (최근 30일)
Carol
Carol 2016년 3월 13일
댓글: Walter Roberson 2017년 6월 6일
Please help me a new user in finding a replacement for the command textscan in 2016a or tell me what older version of MatLab still accepts textscan command and is compatible with windows 10 Thanks
  댓글 수: 1
Walter Roberson
Walter Roberson 2016년 3월 13일
perhaps you were thinking of textread() rather than textscan()? textread() has been recommended against for a fair number of years.

댓글을 달려면 로그인하십시오.

채택된 답변

MHN
MHN 2016년 3월 13일

추가 답변 (2개)

Sandra Kocher
Sandra Kocher 2017년 6월 6일
I have Matlab R2016a. And I want to use textscan, with the parameter "TextType". But Matlab gives me the following error: Error using textscan Unknown parameter 'TextType'.
Ideas?
The documentation says, that it should work fine with this version...
  댓글 수: 1
Walter Roberson
Walter Roberson 2017년 6월 6일
The string data type was not introduced until R2016b, so the TextType option of textscan() does not exist in R2016a. You are not looking at the documentation for your release, which is http://www.mathworks.com/help/releases/R2016a/matlab/ref/textscan.html

댓글을 달려면 로그인하십시오.


Image Analyst
Image Analyst 2016년 3월 13일
It's still accepted. At the bottom of the help it says it was introduced before R2006a and there is no mention that it will be discontinued (deprecated). So why are you asking up to what old version accepted it? Like I said, it's still accepted with no plans of not being accepted.
That being said, there are alternate methods of data entry if you want, like xlsread, readtable, dlmread, csvread, importdata, fscanf, sscanf, fgetl, fgets, fread, load, etc.
  댓글 수: 2
Carol
Carol 2016년 3월 13일
Hi, thank you for your answer(s). The reason being is that it will not accept it. Everything I have read implies it will, but it will not accept it
Image Analyst
Image Analyst 2016년 3월 13일
What does that mean? No one has any idea how to fix it until you show us the error message, which means ALL the red text.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Large Files and Big Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by