Homemade: Control Charts - MATLAB Cody - MATLAB Central

Problem 2039. Homemade: Control Charts

Difficulty:Rate

This problem is a simple version of control charts in statistics. Intput consists from 30 or more observations.

  • Upper limit = mean(input) + 3 * std(input)
  • Lower limit = mean(input) - 3 * std(input)

If all of the observations are between upper limit and lower limit then return true.

Solution Stats

52.22% Correct | 47.78% Incorrect
Last Solution submitted on Apr 30, 2025

Problem Comments

Solution Comments

Show comments
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
2
4

Problem Recent Solvers42

Suggested Problems

More from this Author92

Problem Tags

Community Treasure Hunt

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

Start Hunting!
Go to top of page