Borrar filtros
Borrar filtros

ASSIGNING A VALUE TO A VARIABLE

4 visualizaciones (últimos 30 días)
henry tochukwu
henry tochukwu el 2 de Dic. de 2019
Comentada: henry tochukwu el 7 de Dic. de 2019
please I want to know if it is possible to write an equation containing a variable before writing down the values. e.g V = a+3, before writing down the value of a.
  3 comentarios
henry tochukwu
henry tochukwu el 2 de Dic. de 2019
symbolic.
with an example please
thanks
henry tochukwu
henry tochukwu el 2 de Dic. de 2019
I was given an assignment with the equation f = 5(t-32)/9 and was asked to insert the equation before assigning a value to the variable t.
i.e f = 5(t-32)/9
then assign a value to t, but it is not working
I want to know if there any process involved

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 2 de Dic. de 2019
f = @(t) 5*(t-32)/9
or
syms t
f = 5*(t-32)/9
  9 comentarios
Matt J
Matt J el 2 de Dic. de 2019
@henry, if you consider your question answered, you should Accept-click the answer you prefer.
henry tochukwu
henry tochukwu el 7 de Dic. de 2019
din't see accept on steven lords answer, so I had to accept another answer.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by