how can i create a new Matrix

how can i create a new matrix with multiples of 0.025 with dimensions [766525*1]
required matrix
[0
0.025
0.05
0.075
0.1
0.125
.
.
.
. . ]

 Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 15 Fév 2013
Modifié(e) : Azzi Abdelmalek le 15 Fév 2013

0 votes

pas=0.025
n=766525
A=(0:pas:(n-1)*0.025)'
%or
linspace(0,(n-1)*pas,n)'

4 commentaires

shanmukh
shanmukh le 15 Fév 2013
i get a [1*766525] matrix
shanmukh
shanmukh le 15 Fév 2013
i am unable to generate a matrix and matlab automatically shuts down
just transpose it
A=A'
shanmukh
shanmukh le 15 Fév 2013
i got the result
thanks a lot

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by