I am trying to integrate the following expression but MATLAB gives the error of too many output arguments. Kindly below, I have written the code. Thanks .
syms y;
k = 3;
fun = y^((1+1/k)-1)*(exp(-y));
e = int(fun,y,1,3)

댓글 수: 3

David Hill
David Hill 2021년 4월 5일
Works fine for me.
aaliyan javaid
aaliyan javaid 2021년 4월 5일
aaliyan javaid
aaliyan javaid 2021년 4월 5일
it is giving me this

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

답변 (1개)

Steven Lord
Steven Lord 2021년 4월 5일

0 개 추천

You likely have a settings function that is taking precedence over the settings function. To confirm this, run the following command. If it lists a function you've written, please rename that function.
which -all settings

댓글 수: 3

aaliyan javaid
aaliyan javaid 2021년 4월 5일
aaliyan javaid
aaliyan javaid 2021년 4월 5일
편집: aaliyan javaid 2021년 4월 5일
i have visited this location so i cannot find double folder though there is a m file named as all what should i do now ? and there is no file saved as settings
The - before all in that command is necessary.
which -all settings
/MATLAB/toolbox/matlab/configtools/settings.m

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

카테고리

도움말 센터File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

제품

릴리스

R2017a

태그

질문:

2021년 4월 5일

편집:

2021년 4월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by