필터 지우기
필터 지우기

Unable to resolve the name internal.s​tats.stats​izechk.

조회 수: 26 (최근 30일)
Haren Sunil Panchal
Haren Sunil Panchal 2021년 3월 13일
편집: Charles Guan 2021년 3월 23일
clear all;
close all;
clc;
nr = 0;
n = 10e5;
a = normrnd(12, 0.06); % this is where im getting an error

답변 (1개)

Alan Moses
Alan Moses 2021년 3월 16일
You may try to uninstall and reinstall the Statistics and Machine Learning toolbox to see if that solves the issue.
  댓글 수: 1
Charles Guan
Charles Guan 2021년 3월 23일
편집: Charles Guan 2021년 3월 23일
I also have this issue when I run unifrnd on MATLAB R2018b, Statistics and Machine Learning Toolbox 11.4.
I reinstalled the Statistics and Machine Learning toolbox but am still receiving the same error.
Fyi, MATLAB is able to find internal.stats.statsizechkM but not internal.stats.statsizechk . Not sure why?
The error I get
>> unifrnd(1,2)
Undefined variable "internal" or class "internal.stats.statsizechk".
Error in unifrnd (line 23)
[err, sizeOut] = internal.stats.statsizechk(2,a,b,varargin{:});

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

Community Treasure Hunt

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

Start Hunting!

Translated by