error which occurred while execuiting matlab file

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

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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Mahesh Taparia
Mahesh Taparia 2021년 10월 5일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Signal Processing Toolbox에 대해 자세히 알아보기

질문:

2021년 9월 30일

답변:

2021년 10월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by