
Tess
Content Feed
질문
Cart2pol function: wrong output angle is produced when input angle is in degrees, any help??
function [theta, r] = cart2polar(x, y, is_theta_in_deg) %converts co-ordinates x and y to polar corrdinates r,theta %is_theta_...
7개월 전 | 답변 수: 2 | 0
2
답변질문
Code for graphing bending moment is giving the wrong graph and I don't know why, can anyone help?
clear; range=[0 10]; nweights=3; w=150; Wk=[1500 -3000 2500]; p=[3 5 7]; L=max(range); M=0; y=0; M0=0; sumM=0; for x=...
7개월 전 | 답변 수: 2 | 0