Unable to resolve the name internal.stats.statsizechk.
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
clear all;
close all;
clc;
nr = 0;
n = 10e5;
a = normrnd(12, 0.06); % this is where im getting an error
0 Kommentare
Antworten (1)
Alan Moses
am 16 Mär. 2021
You may try to uninstall and reinstall the Statistics and Machine Learning toolbox to see if that solves the issue.
1 Kommentar
Charles Guan
am 23 Mär. 2021
Bearbeitet: Charles Guan
am 23 Mär. 2021
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{:});
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!