Feeds
질문
is my script having 51 equally spaced points?
clc;clear all; l=25;E=200e9;I=350e-6;w=6e3; x1=linspace(0,l/2,25) for n = 1 : length(x1) y1(n)=(-(w*...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
why cant i plot graph with surf() function?
clc;clear all; for t=0:0.02:2 for x=0:0.1:10 U=10*sin(2*pi*(t-(x/5)))+2*sin(2*pi*(t+(x/5))) e...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
the range i need for my graph plot is from -10 to 10,but it seems like i cant use a negative number.help?
clc;clear all; next = 1; while (next > 0) x = input(' Enter selected starting value '); A = zeros(20,1); ...
11년 초과 전 | 답변 수: 2 | 0
2
답변질문
how do i save and load this file into a human readable format(asked by question)
x = input(' Enter any integer in the range betwwen 0 to 255,x:'); if (x<0) disp('-1') els...
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
Graph figure wont show
clc;clear all; l=25; E=200e9; I=350e-6; w=6e3; for x=linspace(0,l/2,25) y=(-(w*x)/(384*E*I))*(16...
11년 초과 전 | 답변 수: 2 | 0
