Generate a 1-by-10 vector p whose elements are random numbers.
Mostrar comentarios más antiguos
Generate a 1-by-10 vector p whose elements are random numbers.
Respuestas (1)
gonzalo Mier
el 23 de Oct. de 2018
0 votos
p=rand(1,10)
1 comentario
John D'Errico
el 23 de Oct. de 2018
Please don't just post answers to an obvious homework problem. It does not help the student, and it convinces them that Answers is here to do their homework for them.
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!