% Minc=Matriz de Incidencia Elementos-Barras % Minc(i,j): i=Elemento j=Barra % Barra 1 = m % Barra 2 = p % Barra 3 = S % Barra 4 = R % NS Elemento 1 % NR Elemento 2 % Sm Elemento 3 % Sp Elemento 4 % Rm Elemento 5 % Rp Elemento 6 % SR(Imp. Transferencia)Elemento 7 %[Minc]=subMinc(1); function [Minc]=subMinc(u) Minc=zeros(7,4); Minc(1,3)=-1; Minc(2,4)=-1; Minc(3,1)=-1; Minc(3,3)=1; Minc(4,2)=-1; Minc(4,3)=1; Minc(5,1)=-1; Minc(5,4)=1; Minc(6,2)=-1; Minc(6,4)=1; Minc(7,3)=1; Minc(7,4)=-1; e-REdING. Biblioteca de la Escuela Superior de Ingenieros de Sevilla.


ANÁLISIS DE ACTUACIÓN DE LAS PROTECCIONES 21 Y 67N ANTE FALTAS SIMPLES, MULTIPLES E INTERCIRCUITO EN LÍNEAS ELÉCTRICAS SOBRE LOS MISMOS APOYOS

: Ruiz Lozano, José Luis
: Ingeniería Industrial
Contenido del proyecto:
Directorio raíz  >  z_Prog  >  PGn  >  PG124ni  >  subMincT.m