too many output arguments

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
Steven Lord
Steven Lord 2021 年 4 月 5 日
The - before all in that command is necessary.
which -all settings
/MATLAB/toolbox/matlab/configtools/settings.m

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeSymbolic 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