Error while trying to create Data Set with Distribution Fitting App

1 view (last 30 days)
Dear all,
i am trying to use the Distribution Fitting App to apply a distribution to a set of data. I import the data from an excel sheet as a 27x1 matrix from type double (i tried different number of rows, doesnt make a difference). I choose Distribution fitting app - Data - under "Import workspace vectors:" - "Data" - i select my variable and when i click on "Create Data Set", i get these error messages:
>> MatlabImport Error in C:\Program Files (x86)\MATLAB\R2013a\toolbox\matlab\graph2d\zoom.p>zoom (line 232)
Output argument "out" (and maybe others) not assigned during call to "C:\Program Files (x86)\MATLAB\R2013a\toolbox\matlab\graph2d\zoom.p>zoom".
Error in dfcreatedataset (line 77) if ~isequal(zoom(dffig,'getmode'),'off')
Error in dfswitchyard (line 17) [varargout{1:nargout}]=feval(action,varargin{:});
I've tried converting the variable into a cell array, dataset, it doesnt make a difference.
Any ideas will be much appreciated!
Many thanks
Stefan

Answers (0)

Community Treasure Hunt

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

Start Hunting!