Don't want to display results on command window
1 次查看(过去 30 天)
显示 更早的评论
When I run the following code:
clc; clear all; close all;
mpc = loadcase(case33);
tie_switches = [33 34 35 36 37];
for i=1:length(tie_switches)
mpc.branch(tie_switches(i),11)=0;
end
Losses =runpf(mpc);
results are also showing on command window and saved in workspace in the struct name 'Losses'. But I don't want to display results on command window.
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Controller Creation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!