Antenna Toolbox function patternCustom gives error in standalone application: " Undefined function or variable 'patternCustom' "
Ältere Kommentare anzeigen
i have written a function that reads a file and uses patternCustom function from antenna toolbox to draw radiation pattern from the data from that file. It works fine when i execute this function in matlabR2017a , but when i make a standalone application of this function and then execute it, it gives error " Undefined function or variable 'patternCustom' ".
1 Kommentar
madhan ravi
am 13 Aug. 2018
Upload the code.
Antworten (1)
Chandra Amma Palanisamy
am 5 Aug. 2026 um 7:32
0 Stimmen
This behavior is expected because patternCustom is an Antenna Toolbox function that requires Antenna Toolbox license during execution and is not supported in standalone applications.
Kategorien
Mehr zu Pattern Data Integration and Visualization finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!