+/- signs when coding ?

1 visualización (últimos 30 días)
Jenny Andersen
Jenny Andersen el 16 de Nov. de 2019
Respondida: Image Analyst el 16 de Nov. de 2019
How to type in v1 = +/- w2/((w3^2)+(w2^2)) and v2 = +/- w3/((w3^2)+(w2^2))?
The problem is that the vectors can be both positive and negative
  2 comentarios
Rik
Rik el 16 de Nov. de 2019
Is this in the context of symbolic variables? Otherwise Matlab numeric arrays must have a definite value.
dpb
dpb el 16 de Nov. de 2019
If it is the data itself that is positive or negative, then that is reflected in the values themselves.
If the sign of the terms in the equations themselves are to be different, then you have to code those explicitly and evalute the one of choice. Or, alternatively, code in another coefficient in the location of the sign and set that as data to plus/minus one.

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 16 de Nov. de 2019

Más respuestas (0)

Categorías

Más información sobre Trigonometry 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