Index exceeds the number of array elements. Index must not exceed 0.

조회 수: 2 (최근 30일)
Enrique Felix
Enrique Felix 2023년 1월 19일
답변: Divyanshu 2023년 2월 21일
Using some code Version 1.10.0.0 by Ran Klein but I keep running into this issue. Both my data1 and data2 are the same size and I cant seem to get around this error.
Index exceeds the number of array elements. Index must not exceed 0.
Error in BlandAltman>ParseInputArguments (line 174)
if isscalar(varargin{1}) && isequal(size(varargin{1}),[1 1]) && ishandle(varargin{1})
Error in BlandAltman (line 143)
[fig, data, params] = ParseInputArguments(varargin{:});
  댓글 수: 2
Torsten
Torsten 2023년 1월 19일
편집: Torsten 2023년 1월 19일
Did you call "BlandAltman" with reasonable input arguments ? No, as the command line above shows.
This throws the error.
Stephen23
Stephen23 2023년 1월 19일
All of the calling syntaxes shown in the BlandAltman help have atleast two input arguments.
Rather than following its documentation, you have called it with no input arguments. What do you expect to happen?

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

답변 (1개)

Divyanshu
Divyanshu 2023년 2월 21일
The reason for the error is that the function BlandAltman accepts certain number of arguments as specified in this document :(Bland-Altman and Correlation Plot - File Exchange - MATLAB Central (mathworks.com).
But here the function is called without any arguments hence it is throwing the error.

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

태그

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by