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
make/O/N=3 lhs, rhs
lhs = p
rhs =10+ p
print lhs
print rhs
lhs[inf]= rhs
this is not good code. rhs is using implicit [p] here, see DisplayHelpTopic "Mismatched Waves" but that is suprising. It get's even worse for multidimensional waves, see DisplayHelpTopic "Multidimensional Wave Assignment" the "Important note".
The text was updated successfully, but these errors were encountered:
this is not good code. rhs is using implicit
[p]
here, see DisplayHelpTopic "Mismatched Waves" but that is suprising. It get's even worse for multidimensional waves, see DisplayHelpTopic "Multidimensional Wave Assignment" the "Important note".The text was updated successfully, but these errors were encountered: