pop.asv

来自「This is inportent program for energy sec」· ASV 代码 · 共 28 行

ASV
28
字号
clc
clear all
%baseMVA=100
int=50;
nrlfppg

   
%nbus=14;
    for i= 1:int
        for j= 1:nbus
          popu(i,j)=floor(rand(1)*28)*150;
        end
    end
        popu=popu'
%         if (150<popu<1200)
        
    for i= 1:int
        Qin=(popu(:,i)./(1000))
        newton
        %         a(i)=t;
%         b(i)=sum;
     end
%     a
%     b


    
        

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?