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

44 visualizaciones (últimos 30 días)
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 comentarios
Just Manuel
Just Manuel el 18 de Feb. de 2021
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 el 18 de Feb. de 2021
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

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 18 de Feb. de 2021
You have accidentally assigned a value to a variable named integral2

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by