Feeds
已回答
Error: Invalid operands to binary /
Change this dx[3] = xC[11]*xC[4] - xC[10]*xC[5] + u[0]/Mass; to dx[3] = xC[11]*xC[4] - xC[10]*xC[5] + u[0]/Mass[0];
Error: Invalid operands to binary /
Change this dx[3] = xC[11]*xC[4] - xC[10]*xC[5] + u[0]/Mass; to dx[3] = xC[11]*xC[4] - xC[10]*xC[5] + u[0]/Mass[0];
5 years 前 | 1