Borrar filtros
Borrar filtros

How to get array with different time step in single variable

9 visualizaciones (últimos 30 días)
I want to make an arary of time in which 0 to 1 is in interval of 0.01 from 1-10 it is interval of 0.1 and from 1-100 it is interval f 10 and store all this into one variable t.
How do i do that ?

Respuesta aceptada

Ameer Hamza
Ameer Hamza el 11 de Nov. de 2020
If there are just 3 intervals
t = [0:0.01 0.99 1:0.1:99.9 100:10:1000]

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by