Borrar filtros
Borrar filtros

Index exceeds matrix dimensions. But I barely did anything yet.

1 visualización (últimos 30 días)
<<
>>Please help me. I want to define a transfer function and it stopped me here. I tried using matlab on a different pc and it worked out fine.

Respuesta aceptada

Star Strider
Star Strider el 18 de Nov. de 2017
You probably have a variable named ‘tf’ somewhere in your workspace.
To find out, run this from your Command Window or a script:
which tf -all
if the first result is:
tf is a variable.
you have found the problem. (This is called ‘overshadowing’ a function. It is to be avoided.)
The solution is to rename the variable to something that is not the same as a MATLAB function.

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