Download and share free MATLAB code, including functions, models, apps, support packages and toolboxes
The MATLAB toolbox for MEG, EEG and iEEG analysis. Contribute to fieldtrip/fieldtrip development by creating an account on GitHub.
Download and share free MATLAB code, including functions, models, apps, support packages and toolboxes
GQQPLOT(X,DIST) makes an plot of the quantiles of the data set X versus the inverse of the cdf of a distribution specified in DIST, evaluated at probabilities equal to the quantiles of X. The parameters of the distribution are calculated from X. The purpose of the QQ plot is to ...
There are various functions that you can use to plot data in MATLAB®. This table classifies and illustrates the common graphics functions. Line PlotsScatter and Bubble ChartsData Distribution PlotsDiscrete Data PlotsGeographic PlotsPolar PlotsContour PlotsVector FieldsSurface and Mesh PlotsVolume Visual...
If you have Text Analytics Toolbox™ installed, then you can create word clouds directly from string arrays. For more information, see wordcloud. Explore Table Data Using Parallel Coordinates Plot Create a parallel coordinates plot from a table and how to modify the appearance of the plot....
subplot(2,3,2),histogram(lPH),title("Distribution Histogram of Natural Logarithm of pH"); subplot(2,3,3),histogram(sqPH),title("Distributio n Histogram of Square Root of pH"); subplot(2,3,4),qqplot(PH),title("Quantile Quantile Plot of pH"); ...
'location', 'Northeast', 'Fontname', 'Times New Roman', 'FontWeight', 'bold', 'FontSize', 10); legend('boxoff'); %去除图例的背景 end set(gcf,'unit','centimeters','position',[1 2 21 18]) %调整图像窗口大小位置 end
spec(1:nIndices) = garchset('Distribution' , 'T' , 'Display', 'off', ... 'VarianceModel', 'GJR', 'P', 1, 'Q', 1, 'R', 1);%对每只基金设置garch模型的 残差自相关性检验 %残差自相关性检验 figure, subplot(2,1,1) plot(residuals(:,1)) ...
elseif type==8 %ZDT4---维度10---边界范围x1=[0,1],x(2,...,10)=[-5,5]---PF distribution of objection space have problems y(1)=x(1); % y(2)=g2(x)*(1-(y(1)/g2(x)).^2); y(2)=1-sqrt(y(1)/g2(x)); elseif ...