how to add a number in a variable in a multiple?

4 visualizaciones (últimos 30 días)
taimour sadiq
taimour sadiq el 3 de Ag. de 2021
Comentada: Jakeb Chouinard el 4 de Ag. de 2021
i want to generate a data from zero to 180 degree for that i write
A = 0:45:180;
so i will get
A = 0 45 90 135 180
now i want that each number of Variable a should b multiple of value 'B', if B = 3 then answer should look like
A= 0 0 0 45 45 45 90 90 90 180 180 180

Respuesta aceptada

Jakeb Chouinard
Jakeb Chouinard el 3 de Ag. de 2021
If I may direct you to the MATLAB documentation for repelem, you should be able to find exactly what you're looking for. Repelem allows you to repeat elements in a vector or matrix without much fuss, even allowing for different numbers of repeitions if desired.
Good luck and cheers,
Jakeb
  2 comentarios
taimour sadiq
taimour sadiq el 4 de Ag. de 2021
Thanks Jakeb, Yes it works exactly what i was looking for...
Jakeb Chouinard
Jakeb Chouinard el 4 de Ag. de 2021
Happy to hear! Cheers, Jakeb

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by