Find mininmum value across the column
Afficher commentaires plus anciens
How I can find the minimum value across the column for each row. if I have a matrix of [51x4] and i have to compute minimum of the column value in each row.

2 commentaires
Some tips that will help you write code and solve tasks like this all by yourself:
- read the documentation (e.g. min explains exactly how to do this).
- experiment, try out different ways of doing things, experiment, play with your data, and experiment. Your computer will not explode if you make a mistake.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Binomial Distribution dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!