How to extract a value from a Row or Column vector?
49 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sean St Cyr
el 23 de Jun. de 2020
Comentada: SCE
el 27 de Feb. de 2024
Im trying to take the 5th value of a randomly generated row or column vector. How would I write the code for that?
2 comentarios
Respuesta aceptada
Fangjun Jiang
el 23 de Jun. de 2020
Is this what you are looking for ?
MyVector=rand(100,1);
MyData=MyVector(5);
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with 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!