The histogram result obtained after the set (GCA, 'yscale', 'log') operation is different from that of the MATLAB and.

Source: Internet
Author: User

This is a phenomenon not found before.

The same piece of code:

B = 10000;
C = randn (1, B); % generate a random number of 10000 normal distributions
D = 100;
[A, B] = Hist (c, d); % is evenly divided into 100 parts
A = A/length (c); % converts the number to the frequency
Bar (a); % converts to a bar chart
Set (GCA, 'yscale', 'log ');

Execute the result on the name of the project.

Execute the result on matlab2b


That is, the bar histogram feature is fully displayed in the MATLAB, but not in the Matlab.

I searched the results for several days. Sign.

Please tell me why ???


The histogram result obtained after the set (GCA, 'yscale', 'log') operation is different from that of the MATLAB and.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.