发布网友
发布时间:2022-04-27 09:21
共2个回答
热心网友
时间:2023-04-21 21:06
mpc = loadcase('case14'); //将case14的数据赋给mpc
mpc.branch就是case14的branch矩阵,同理 mpc.bus mpc.gen就分别是bus矩阵和gen矩阵
2. results = runopf(mpc);
printpf(results);
printpf(results, fd);
printpf(results, fd, mpopt);
printpf(baseMVA, bus, gen, branch, f, success, et);
printpf(baseMVA, bus, gen, branch, f, success, et, fd);
printpf(baseMVA, bus, gen, branch, f, success, et, fd, mpopt);
具体你可以看help printpf
热心网友
时间:2023-04-21 21:06