I want to solve the integral.

조회 수: 1 (최근 30일)
채원 이
채원 이 2022년 3월 10일
댓글: 채원 이 2022년 3월 23일
I want to solve the integral.
What you want to find here is the amount value. However, the CE value is a value that is partially taken from the value of another function. So I organized my code like this:
function damountdt = Columnfun_KH_0223(Q_E,C1_total)
C_E1=repmat(C1_total(1:425,101), 1, 1);
damountdt = 1.27*C_E1;
end
However, the amount does not appear in the workspace.
  댓글 수: 3
Walter Roberson
Walter Roberson 2022년 3월 14일
However, the amount does not appear in the workspace.
Which variable are you expecting to appear, and in which workspace?
채원 이
채원 이 2022년 3월 23일
thank you for the reply. I want a variable called 'amount' to appear in the workspace. After reading your answer, you asked me to indicate C_E1 first, but I did not understand correctly.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by