SlideShare a Scribd company logo
1 of 2
function[] = phdg(phasor,setgrid)
% PhasorDiagram (phdg) plotsthe phasordiagramfora matrix of phasors.
% The diagramlimitsare automaticallysettoshow all the phasorsinthe
% matrix.The setgridargumentchoosesif there isagrid(1) or not (0).The
% phasorsmustbe inpolarform.Enter theminthe command-line like this:
%
% va = [100 20]; % [magnitude angle]
% vb= [8 139];
% vc = [50 270];
% vd= [30 300];
% phasor= [va;vb;vc;vd;];
% phdg(phasor,1) % Plotphasordiagramwithgrid
% phdg(phasor,0) % Plotphasordiagramwithoutgrid
count = size(phasor); % Phasormatrix index usedtoploteachphasor
minx = zeros(1,count(1)); % X- and Y- coordinate limits
maxx = minx;
miny= minx;
maxy= minx;
points= 100; % # of pointsineachline (more = smoother)
ps = 5; % Percentscaling(give phasorssome more room)
% Loopthat plotseach phasorand getscoordinate limitsof eachsothat
% the final plotisproperlyscaledandshowsall the phasors:
for i = 1:count(1)
re = phasor(i,1)*cos(phasor(i,2)*(pi/180)); % Separate intoreal
im = phasor(i,1)*sin(phasor(i,2)*(pi/180)); % and imaginaryparts.
if((phasor(i,2) ==0)||(phasor(i,2) ==360)) % +ve real phasor
x = 0:1/points:re; % setphasorstartingpoint
im= 0;
minx(i)=0; % getminx-coordinate
maxx(i) =re; % getmax x
miny(i) =-re*(ps/100); % getminy
maxy(i) =-miny(i); % getmax y
elseif(phasor(i,2) ==90) % +ve imag phasor
minx(i)=-im*(ps/100);
maxx(i) =-minx(i);
miny(i) =0;
maxy(i) =im;
elseif((phasor(i,2) ==180)||(phasor(i,2) == -180)) % -ve real phasor
x = re:1/points:0;
im= 0;
minx(i)=re;
maxx(i) =0;
miny(i) =re*(ps/100);
maxy(i) =-miny(i);
elseif((phasor(i,2) ==270)||(phasor(i,2) == -90)) % -ve imagphasor
minx(i)=im*(ps/100);
maxx(i) =-minx(i);
miny(i) =im;
maxy(i) =0;
elseif((re>0)&&(im> 0)) % Firstquadrantphasor
x = 0:1/points:re;
minx(i)=0;
maxx(i) =re;
miny(i) =0;
maxy(i) =im;
elseif((re<0)&&(im> 0)) % Secondquadrantphasor
x = re:1/points:0;
minx(i)=re;
maxx(i) =0;
miny(i) =0;
maxy(i) =im;
elseif((re<0)&&(im< 0)) % Thirdquadrantphasor
x = re:1/points:0;
minx(i)=re;
maxx(i) =0;
miny(i) =im;
maxy(i) =0;
elseif((re>0)&&(im< 0)) % Fourthquadrant phasor
x = 0:1/points:re;
minx(i)=0;
maxx(i) =re;
miny(i) =im;
maxy(i) =0;
end
if(abs(im)==phasor(i,1)) % Special plotfor+ve and -ve imagphasors
a = stem(0,im,'.');
b = get(a,'Baseline');
set(b,'visible','off');
plot(0,im,'r*');
else
y= (im/re).*x; % Get y-valuesof the phasors.
plot(x,y,re,im,'r*'); % Everythingbesides+ve and -ve imag
end % phasorsgetsplottedhere.
holdon
end
plot(0,0,'o'); % Plotthe origin.
daspect([11 1]) % Equal aspectratio preservesangles.
scale = max([max(maxx)-min(minx) max(maxy)-min(miny)])*(ps/200); % Make extraroom.
axis([min(minx)-scale max(maxx)+scalemin(miny)-scale max(maxy)+scale]) % Re-plotwith
xlabel('Real') % properlimits.
ylabel('Imaginary')
if(setgrid) % Turn on gridif desired
grid on
end
holdoff
end

More Related Content

Featured

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

Featured (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

phdg

  • 1. function[] = phdg(phasor,setgrid) % PhasorDiagram (phdg) plotsthe phasordiagramfora matrix of phasors. % The diagramlimitsare automaticallysettoshow all the phasorsinthe % matrix.The setgridargumentchoosesif there isagrid(1) or not (0).The % phasorsmustbe inpolarform.Enter theminthe command-line like this: % % va = [100 20]; % [magnitude angle] % vb= [8 139]; % vc = [50 270]; % vd= [30 300]; % phasor= [va;vb;vc;vd;]; % phdg(phasor,1) % Plotphasordiagramwithgrid % phdg(phasor,0) % Plotphasordiagramwithoutgrid count = size(phasor); % Phasormatrix index usedtoploteachphasor minx = zeros(1,count(1)); % X- and Y- coordinate limits maxx = minx; miny= minx; maxy= minx; points= 100; % # of pointsineachline (more = smoother) ps = 5; % Percentscaling(give phasorssome more room) % Loopthat plotseach phasorand getscoordinate limitsof eachsothat % the final plotisproperlyscaledandshowsall the phasors: for i = 1:count(1) re = phasor(i,1)*cos(phasor(i,2)*(pi/180)); % Separate intoreal im = phasor(i,1)*sin(phasor(i,2)*(pi/180)); % and imaginaryparts. if((phasor(i,2) ==0)||(phasor(i,2) ==360)) % +ve real phasor x = 0:1/points:re; % setphasorstartingpoint im= 0; minx(i)=0; % getminx-coordinate maxx(i) =re; % getmax x miny(i) =-re*(ps/100); % getminy maxy(i) =-miny(i); % getmax y elseif(phasor(i,2) ==90) % +ve imag phasor minx(i)=-im*(ps/100); maxx(i) =-minx(i); miny(i) =0; maxy(i) =im; elseif((phasor(i,2) ==180)||(phasor(i,2) == -180)) % -ve real phasor x = re:1/points:0; im= 0; minx(i)=re; maxx(i) =0; miny(i) =re*(ps/100); maxy(i) =-miny(i); elseif((phasor(i,2) ==270)||(phasor(i,2) == -90)) % -ve imagphasor minx(i)=im*(ps/100); maxx(i) =-minx(i); miny(i) =im; maxy(i) =0;
  • 2. elseif((re>0)&&(im> 0)) % Firstquadrantphasor x = 0:1/points:re; minx(i)=0; maxx(i) =re; miny(i) =0; maxy(i) =im; elseif((re<0)&&(im> 0)) % Secondquadrantphasor x = re:1/points:0; minx(i)=re; maxx(i) =0; miny(i) =0; maxy(i) =im; elseif((re<0)&&(im< 0)) % Thirdquadrantphasor x = re:1/points:0; minx(i)=re; maxx(i) =0; miny(i) =im; maxy(i) =0; elseif((re>0)&&(im< 0)) % Fourthquadrant phasor x = 0:1/points:re; minx(i)=0; maxx(i) =re; miny(i) =im; maxy(i) =0; end if(abs(im)==phasor(i,1)) % Special plotfor+ve and -ve imagphasors a = stem(0,im,'.'); b = get(a,'Baseline'); set(b,'visible','off'); plot(0,im,'r*'); else y= (im/re).*x; % Get y-valuesof the phasors. plot(x,y,re,im,'r*'); % Everythingbesides+ve and -ve imag end % phasorsgetsplottedhere. holdon end plot(0,0,'o'); % Plotthe origin. daspect([11 1]) % Equal aspectratio preservesangles. scale = max([max(maxx)-min(minx) max(maxy)-min(miny)])*(ps/200); % Make extraroom. axis([min(minx)-scale max(maxx)+scalemin(miny)-scale max(maxy)+scale]) % Re-plotwith xlabel('Real') % properlimits. ylabel('Imaginary') if(setgrid) % Turn on gridif desired grid on end holdoff end