Effacer les filtres
Effacer les filtres

How can I use a function answer as a variable in another function?

1 vue (au cours des 30 derniers jours)
Brianna Biondo
Brianna Biondo le 23 Juin 2021
Commenté : dpb le 23 Juin 2021
I need to make a function dXdt. One of the variables is N. N is found with the function dNdt, so N has multiple answers, 145 x 1 is the array made. which doesnt work very well as a variable. I cant do a nested function because N is needed and N is not in the function of the original equation. How would I use the solution of dNdt as a variable? Would I need a for loop? And if so how would I go about doing that for an array so large?
  2 commentaires
millercommamatt
millercommamatt le 23 Juin 2021
does dXdt only accept scalars?
dpb
dpb le 23 Juin 2021
"N has multiple answers, 145 x 1 is the array made. which doesnt work very well as a variable"
N is a perfectly valid variable name for a vector array -- what's wrong with just passing it to the function?
We would have to see the definition of the function dXdt; it would, of course, have to know what to do with the vector input (but it'll have to be able to handle a145 single inputs otherwise which, if you think a vector is cumbersome, just try writing that!!! :) )

Connectez-vous pour commenter.

Réponses (0)

Catégories

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

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by