error which occurred while execuiting matlab file
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Walter Roberson
2021 年 9 月 30 日
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
2021 年 10 月 5 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Entering Commands についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!