Dot indexing is not supported for variables of this type.

1 view (last 30 days)
When I run the following commands in MATPOWER,
clear;
clc;
result=runpf(case14)
bus=result.bus(:,8)
I am getting an error message as:
... result =
100
Dot indexing is not supported for variables of this type.
Error in loadflow (line 4)
bus=result.bus(:,8).
Kindly provide your valuable suggestions.

Answers (0)

Categories

Find more on Functions in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!