Helix/dipoleHelix in MATLAB R2016b version
1 view (last 30 days)
Show older comments
Can I use this version (MATLAB R2016b) to draw Helix/dipoleHelix?
When I use such functions, such as:
dh = dipoleHelix('Radius',2, 'StripWidth',1.2e-3, 'Spacing',20e-3);
show(dh)
it returns error: Undefined function or variable 'dipoleHelix'.
Thanks in advance!
0 Comments
Accepted Answer
Steven Lord
on 5 Dec 2022
This function is part of Antenna Toolbox. Check the output of the ver function to see if you have this toolbox installed. If you don't, you won't be able to use this function.
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!