max number of matrix to python
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
sam mohel
el 20 de En. de 2021
Respondida: Image Analyst
el 20 de En. de 2021
I'm new to matlab and need to convert this line to python code
n=max(xx(:,2));
what i got that it's calculated the max number from a matrix and store this value in varable n
but i couldn't got what does that mean xx(:,2)?
0 comentarios
Respuesta aceptada
Image Analyst
el 20 de En. de 2021
It takes column 2 of the matrix xx and gets the max value in that column 2 and sticks it in the variable called n (yeah - bad name, I know).
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Call Python from MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!