Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

What is the best syntax to use for dVph/dλ?

1 visualización (últimos 30 días)
KHAN
KHAN el 18 de Oct. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hi All,
I have a question regarding the (dVph/dλ). Is the diff(Vph)/diff(λ) ok to get the gradient of the velocity with respect to wavelength? My idea is to find the gradient at each point in my curve. Please help me with this issue. I am waiting for your reply. Thanks.
With my best regards,
Yours,
Mohammed

Respuestas (1)

Walter Roberson
Walter Roberson el 18 de Oct. de 2019
No, if you are working numerically use gradient()
If you are working symbolically then diff(Vph(lambda), lambda)

Community Treasure Hunt

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

Start Hunting!

Translated by