How to perform summation of the given equation?

 Risposta accettata

The ‘dz’ may mean the function is an integrand —
syms z
H = sym(10);
k(z)=(15/2)*(H-z)*(sin(30));
K = int(k, z, 0, 10)
K = 
K = vpa(K, 10)
K = 
.

Più risposte (0)

Categorie

Scopri di più su Get Started with MATLAB in Centro assistenza e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by