You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running the runIEC example I encounter this issue. Has anyone faced this and came up with a solution
Unable to perform assignment because the left and right sides have a different number of
elements.
Error in getForceDistributionAtTime>momentsAtTime (line 228)
M{1}(i)=out.data(row,col);
Error in getForceDistributionAtTime (line 24)
[M] = momentsAtTime(out,pointer.time, pointer.chan);
Error in getMaxDeflectionLoads (line 17)
loadsTable = getForceDistributionAtTime(loadsPointer,IEC,r);
Error in IECLoadsAnalysis (line 48)
maxDeflectionLoadsTable = getMaxDeflectionLoads(blade,IEC,IECOutput);
The text was updated successfully, but these errors were encountered:
While running the runIEC example I encounter this issue. Has anyone faced this and came up with a solution
Unable to perform assignment because the left and right sides have a different number of
elements.
Error in getForceDistributionAtTime>momentsAtTime (line 228)
M{1}(i)=out.data(row,col);
Error in getForceDistributionAtTime (line 24)
[M] = momentsAtTime(out,pointer.time, pointer.chan);
Error in getMaxDeflectionLoads (line 17)
loadsTable = getForceDistributionAtTime(loadsPointer,IEC,r);
Error in IECLoadsAnalysis (line 48)
maxDeflectionLoadsTable = getMaxDeflectionLoads(blade,IEC,IECOutput);
The text was updated successfully, but these errors were encountered: