error which occurred while execuiting matlab file

1 Ansicht (letzte 30 Tage)
NAGA LAKSHMI KALYANI MOVVA
NAGA LAKSHMI KALYANI MOVVA am 30 Sep. 2021
Beantwortet: Mahesh Taparia am 5 Okt. 2021
Unrecognized function or variable 'get_Rx_position'.
Error in textbookvlc (line 72)
[Rxp1 Rxp2 Rxp3 Rxp4 x y]=get_Rx_position(Rx_seperation_xdir,Rx_seperation_ydir, Rx_shift_index,Rx_moves_xdir, x, y);
  1 Kommentar
Walter Roberson
Walter Roberson am 30 Sep. 2021
That is not a Mathworks function.
I only find a single reference to that function, but that one had a different calling sequence and so was probably a different function completely.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Mahesh Taparia
Mahesh Taparia am 5 Okt. 2021
Hello Lakshmi,
As Walter mentioned, get_Rx_position is not a MATLAB inbuilt function. If it is user defined function, then make sure that it is present in the current working directory/ add that file to the MATLAB path.

Kategorien

Mehr zu Entering Commands finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by