Unable to use a value of type function_handle as an index.

42 ビュー (過去 30 日間)
Waseem Akhtar
Waseem Akhtar 2021 年 2 月 18 日
コメント済み: Waseem Akhtar 2021 年 2 月 18 日
hi all,
I am trying to perform double integration using following syntax:
Gxh=@(xpp,zpp) (xpp+zpp)
GXH=integral2(Gxh,aa,bb,cc,dd);
but i am getting following error message:
"Unable to use a value of type function_handle as an index."
I have already tried to change the names of Gxh and GXH but to no avail. Please help me resolve the issue!
  2 件のコメント
Just Manuel
Just Manuel 2021 年 2 月 18 日
When I assign some integers for aa, bb, cc and dd, your code works for me.
What is your full error message? What are aa, bb, cc and dd in your code?
Waseem Akhtar
Waseem Akhtar 2021 年 2 月 18 日
full error message is: Unable to use a value of type function_handle as an index.
The values of limits aa,bb,cc and dd are not integers, rather these +ve/-ve decimal values.
Also the expression (xpp+zpp) is simplified here, actual expresssion in my code is very long

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

採用された回答

Walter Roberson
Walter Roberson 2021 年 2 月 18 日
You have accidentally assigned a value to a variable named integral2
  1 件のコメント
Waseem Akhtar
Waseem Akhtar 2021 年 2 月 18 日
That was it! Thank you
It's working fine now.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by