No BSD License  

Highlights from
Optimal Distribution Substations Placement using Genetic Algorithm

from Optimal Distribution Substations Placement using Genetic Algorithm by Amir Pouya Khansaryan
Finds the optimal location and capacity of distribution substations

SP_2kva(InVal)
% this function convert the input to a correspounding kVA.

function OutVal = SP_2kva(InVal)

global KWTransformersTypes TransformersTypes
Tag = find(KWTransformersTypes == InVal);
OutVal = TransformersTypes(1,Tag);

Contact us at files@mathworks.com