Skip to content

tccnchsu/ComplexNumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

ComplexNumber

Cyber-physical modeling and control of smart grids - a new paradigm https://ieeexplore.ieee.org/document/7781279

Short-Term Wind Power Forecasting Using Gaussian Processes https://www.ijcai.org/Proceedings/13/Papers/411.pdf

A combined filtering strategy for short term and long term wind speed prediction with improved accuracy https://www.sciencedirect.com/science/article/pii/S0960148118311546

Combining Web SCADA Software and Matlab-Simulink for Studying Wind-PV-Battery Power Systems https://pdfs.semanticscholar.org/38cf/5ddda40b8ada0826bbcaa593134a34d56372.pdf

https://www.integraxor.com/ http://175.141.244.206:29101/DEM0/index-cdn.html#strz.min.svg

8 Free And Open Source Software For SCADA https://electronicsforu.com/resources/cool-stuff-misc/8-free-open-source-software-scada

Complex Numbers as Matrices https://youtu.be/kst2Io91JbM

Given the Rotation Matrix (M), rotate any 2D vector in a counterclockwise by theta (x), then show that M'x rotates the vector clockwise back to the original position https://www.mathworks.com/matlabcentral/answers/390347-given-the-rotation-matrix-m-rotate-any-2d-vector-in-a-counterclockwise-by-theta-x-then-show-th

2D Rotations and Complex Exponentials https://youtu.be/b8maGEyoRjo

3D Rotations and Quaternion Exponentials: Special Case https://youtu.be/UaK2q22mMEg

Plotting a Complex exponential - G(e^jw)

https://www.mathworks.com/matlabcentral/answers/169593-plotting-a-complex-exponential-g-e-jw

MATLAB Lesson 10 - Plotting complex numbers https://www.maths.unsw.edu.au/sites/default/files/MatlabSelfPaced/lesson10/MatlabLesson10_Complex.html

Line Plot Complex Numbers https://www.mathworks.com/matlabcentral/answers/323493-line-plot-complex-numbers

z1 = 0 + 2j; z2 = -1 + 1j; z3 = -3 - 4j; z4 = 0 - 1j; z = [z1 ; z2; z3; z4] ; plot(real(z),imag(z)) % line plot hold on plot(real(z),imag(z),'*r') % marker plot

MATLAB Function Reference Previous page Next Page rotate Rotate object about a specified direction

http://matlab.izmiran.ru/help/techdoc/ref/rotate.html

About

Complex Number

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors