필터 지우기
필터 지우기

webread error with input ??

조회 수: 6 (최근 30일)
Christopher Coello
Christopher Coello 2018년 6월 13일
편집: Nirav Sharda 2018년 6월 18일
Hi,
I am using webread for the first time in R2017b. Very unusual behavior :
>> webread('https://www.mathworks.com/matlabcentral')
Error using webread (line 119)
First input must be a string array or cell array of character vectors.
But urlread works fine
>> urlread('https://www.mathworks.com/matlabcentral')
ans =
'<!DOCTYPE HTML>
<html>
<head>
Any clue ? Tried restarting Matlab, no help.
  댓글 수: 9
Christopher Coello
Christopher Coello 2018년 6월 18일
By the way, trying everytime I start R2017b, but still get the same error.
>> webread(sprintf('%s','https://www.mathworks.com/matlabcentral'))
Error using webread (line 119)
First input must be a string array or cell array of character vectors.
Nirav Sharda
Nirav Sharda 2018년 6월 18일
편집: Nirav Sharda 2018년 6월 18일
Line 119 of the 'webread' function as mentioned in the error calls the 'encodeInputs' function which in-turn calls another internal function. Can you add break-points in the code and identify the line causing the issue?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Web Services에 대해 자세히 알아보기

제품


릴리스

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by