Create a range of values of the desired length
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Lev Mihailov
el 15 de Jun. de 2022
Respondida: KSSV
el 15 de Jun. de 2022
There is a range of values from 16 to 42, I need to get 8 values in an equal interval. Is there a function in matlab for this?
x=42-16;
y=x/8;
z=16:y:42;
Thanks in advance
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Linear Algebra 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!