Skip to content
Snippets Groups Projects
Select Git revision
  • 9fb05005aa8786a043622b9f97a3ed444ff75da4
  • main default protected
  • s2025dev
  • plot-fixes
  • Fall2024
5 results

ex2_3_4.m

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    ex2_3_3.m 96 B
    % exercise 2.3.3
    
    %% Boxplot of each attribute
    mfig('Boxplot'); clf;
    boxplot(X, attributeNames);