If there is a coding "sqrt(sum(data(:,1:end).^2,2))" , so what is the function number 2 after comma?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Simson Hutagalung
el 4 de Ag. de 2022
Comentada: Les Beckham
el 4 de Ag. de 2022
Hello everyone, i wanna ask, what is the function of number 2 after comma in coding "sqrt(sum(data(:,1:end).^2,2))"?
Thank you.
2 comentarios
Bruno Luong
el 4 de Ag. de 2022
sum along the 2nd dimension
You can also take a look at the reference document
Respuesta aceptada
Les Beckham
el 4 de Ag. de 2022
That tells the sum() function to sum along the rows.
See the documentation for sum here
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Startup and Shutdown 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!