help with equation substituting
    2 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    mohamed
 il 10 Mar 2016
  
    
    
    
    
    Commentato: Walter Roberson
      
      
 il 12 Mar 2016
            hi i want to substitute in an equation that has 2 variables (q) and (pwf), given that the user has to input several values for (pwf) to substitute into the equation and solve for (q)
Thank you
0 Commenti
Risposta accettata
  Walter Roberson
      
      
 il 10 Mar 2016
        Example:
new_pwf = rand();
new_equation = subs(TheEquation, pwf, new_pwf);
sol = solve(new_equation, q)
4 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!