why i get Array indices must be positive integers or logical values.

can you help me in this code i did everthing and how can i solve it .
i get Array indices must be positive integers or logical values.
plz help
Array indices must be positive integers or logical values.
Error in Untitled (line 98)
z(length(R),length(R)-1) = -R(length(R)-1) ; %This is the last mesh = element [n*n-1]

7 comentarios

What is the full error message, and what line gives this error?
Can you give a small example of inputs you used, that result in this error?
i think R is making this error
Error is clear......you are inputting indices either 0 or negative values or fractions. In MATLAB array indices should b always posittive integers.
It looks to me as if R is empty, such as if the user just pressed return at the input prompt.
i did not get
@KSSV but all input are real and positve and not fractions
the cyclist
the cyclist el 26 de Mzo. de 2021
Editada: the cyclist el 26 de Mzo. de 2021
Again, @Ali Al raeesi, I ask that you provide specific inputs that create the error, so that we do not have to guess. For example, what would the user type when asked for the input for R?

Iniciar sesión para comentar.

 Respuesta aceptada

the cyclist
the cyclist el 26 de Mzo. de 2021
Editada: the cyclist el 26 de Mzo. de 2021
In this line
z(length(R),length(R)-1) = -R(length(R)-1)
if the user enters a resistance vector that is length 1, then you try to access R(0), which will give that error.

Más respuestas (0)

Categorías

Más información sobre Aerospace Blockset en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 26 de Mzo. de 2021

Editada:

el 26 de Mzo. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by