Feeds
질문
how to label each line in the graph with respective x values?
clear clc Cv=0.91; X=0:5:180; for i = 1:length(X) x=X(i); fprintf("\nThe b is %.4f\n", x) Y=0:0.1:1; ...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
Why the energy value is constant?
clear clc I=0.0308; p=7850; X=1:1:10 ; y = zeros(size(X)); d = zeros(size(X)); g = zeros(size(X)); for i = 1:le...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
Error in plotting slope and deflection graph
clear; clc; % User enter the corresponding values E=input('Enter the value of Young Modulus E(Pa):') I=input('Enter the valu...
거의 6년 전 | 답변 수: 1 | 0
