Why do I get a vector of zeros?

1 visualización (últimos 30 días)
saravan1992
saravan1992 el 18 de Jul. de 2015
Comentada: saravan1992 el 24 de Jul. de 2015
Hello, I am a new matlab user and I am trying to divide two vectors that contain numbers to create a new one. So I am typing the division like this:
Vector=Alpha./Beta
and I get a vector full of zeros.
Do you have any idea why this happens or how I could fix it?
Thank you

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 18 de Jul. de 2015
Editada: Azzi Abdelmalek el 18 de Jul. de 2015
A=[1 2 3]
B=[4 5 6]
out=A./B
Where is the problem with this division?
  3 comentarios
Azzi Abdelmalek
Azzi Abdelmalek el 18 de Jul. de 2015
A=[4.47 5.47 5.90 7.25] ;
B=[4.12 2.00 1.12 3.75];
format long;
A./B
saravan1992
saravan1992 el 24 de Jul. de 2015
Thank you! It works!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB 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