Borrar filtros
Borrar filtros

How to evaluate an equation with multiple points for a variable.

4 visualizaciones (últimos 30 días)
aquiano
aquiano el 5 de Sept. de 2016
Comentada: Thorsten el 8 de Sept. de 2016
I have RE = V*D/NU and another equation C = 3.*RHOBAR/(4.*D) both variables RE and C appear in other equations, which will eventually end up in a plot. I want set multiple values for D. How do I solve this?
If I use D=[.1 .05 .001] I get an error stating Matrix Dimensions must agree
  2 comentarios
KSSV
KSSV el 7 de Sept. de 2016
What are V, D, RHOBAR? constants? I think NU is poisons ratio and RHOBAR is density. What is V?
Thorsten
Thorsten el 8 de Sept. de 2016
Please post your code in text form, not as an image, such that we can run it.

Iniciar sesión para comentar.

Respuestas (1)

Thanigaivel Raja T
Thanigaivel Raja T el 8 de Sept. de 2016
Editada: Thanigaivel Raja T el 8 de Sept. de 2016
Make sure you have placed dot before operators for vector variables in your reynolds number RE, C and in equation containing RE and C.
In general,
* % matrix multiply
.* %scalar multiply
/ % matrix divide
./ % scalar divide
^ % exponentiation
.^ % element-by-element exponentiation

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