Effacer les filtres
Effacer les filtres

ASSIGNING A VALUE TO A VARIABLE

4 vues (au cours des 30 derniers jours)
henry tochukwu
henry tochukwu le 2 Déc 2019
Commenté : henry tochukwu le 7 Déc 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 commentaires
henry tochukwu
henry tochukwu le 2 Déc 2019
symbolic.
with an example please
thanks
henry tochukwu
henry tochukwu le 2 Déc 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

Connectez-vous pour commenter.

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by