Error in using MNPBEM toolbox
古いコメントを表示
When I am using MNPBEM toolbox by UNI GRAZ, and running the samples, errors always come as "Too many outputs requested. Most likely cause is missing [] around left hand side that has a comma separated list expansion." Is there anyone who can help? Thanks!
3 件のコメント
Walter Roberson
2016 年 3 月 23 日
Please show the complete error message.
Nurjannah AM
2020 年 2 月 7 日
Same as me too,
Index exceeds matrix dimensions.
Error in compound/dielectric>@(eps)(eps(enei)) (line 13)
eps = cellfun( @( eps ) ( eps( enei ) ), obj.eps, 'UniformOutput', false );
Error in compound/dielectric (line 13)
eps = cellfun( @( eps ) ( eps( enei ) ), obj.eps, 'UniformOutput', false );
Error in compound/subsref (line 36)
varargout{ 1 } = expand( obj, dielectric( obj, s( 2 ).subs{ 1 }, 1 ) );
Error in comparticle/subsref (line 18)
[ varargout{ 1 : nargout } ] = subsref@compound( obj, s );
Error in bemstat/subsref (line 31)
eps1 = obj.p.eps1( enei );
Error in \ (line 12)
obj = subsref( obj, substruct( '()', { exc.enei } ) );
Error in Demo6 (line 38)
sig = bem \ exc(p, enei);
>>
Walter Roberson
2020 年 2 月 7 日
Whatever enei is, the object exc is not as large as that in some respect.
This is not related to the original question about too many output arguments.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Assumptions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!