필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How can I write a spesific math function, can anyone help?

조회 수: 1 (최근 30일)
rania
rania 2013년 9월 23일
마감: MATLAB Answer Bot 2021년 8월 20일
I want the program to calculate dV(r)/dLnr= V(r)dN(r)/dLnr, where dN/dr = number distribution and I have the "N" in ".txt" files.. How can I write that code? (I know how to define the pathname, in order to open the folder with the txt files).How can I define the "ln" and the "d/dr"? and then I must plot dV(r)/dLnr= V(r)dN(r)/dLnr -Yaxis, radius-Xaxis, x-axis has just numbers from 0.0 to 18.0 um. I wasn't very clear, was I? I'm sorry, but I m realy confused.:( if anyone can give any Ideas, it woyld be very helpful.

답변 (2개)

rania
rania 2013년 9월 23일
this is what I want to get in the end

ES
ES 2013년 9월 23일
Use Differentiation function if you are looking for that. That is what i could infer from your question.
  댓글 수: 1
Walter Roberson
Walter Roberson 2013년 9월 23일
If the N are in a text file, my interpretation would be that numeric solutions are required, such as by using gradient()

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by