photo

ernest


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

5 질문
0 답변

순위
251,376
of 301,781

평판
0

참여
5 질문
0 답변

답변 채택
20.0%

획득한 표
0

순위
 of 21,420

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,526

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

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

2

답변