Phasor/Polar Data Type

版本 1.0.0.0 (61.0 KB) 作者: Timothy Felty
Implementation of Phasor/Polar data type and associated functions
2.0K 次下载
更新时间 2006/6/27

查看许可证

In the study of circuits and others it is useful to portray quantities as phasors which are functionally equivalent to a vector in polar format.

This class implements the constructor for that data type as well as the functions to add, subtract, multiply and divide phasors. There is also the necessary methods to extract and insert data.

There is an included text file with a more indepth description of the included methods and their use.

I would appreciate any comments and suggestions as well as code that would improve this data class.

There is code included for Matlab 6 and Matlab 7. The Matlab 7 code is fairly mlint clean, the Matlab 6 code is going to throw up lots of stuff due to the & -> && change.

引用格式

Timothy Felty (2024). Phasor/Polar Data Type (https://www.mathworks.com/matlabcentral/fileexchange/11001-phasor-polar-data-type), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP2
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Data Types 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

A bug was found in the disp routine for matlab 6. This fixes it.