photo

Shi Yuhao


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

7 질문
0 답변

순위
232,878
of 300,369

평판
0

참여
7 질문
0 답변

답변 채택
85.71%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


problem about the scipt
clear all l = 25 E = 200*10^9 I = 350*10^-6 w = 6*10^3 x = input('enter length of the beam') ...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to use if statement to test if it is a integer and real number?
x = input('enter the number: '); if isreal(x) else delete x if isinteger(x) delete ...

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


how to change it?
i =0; while (i<10) i = i+1; x = input('enter the number'); if isreal(x) ...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Write an interactive script
write a script to input an integer number between 0 and 255, and output the number to the screen between the characters '< ' and...

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


question about surf function
t = linspace(0,2,100) x = linspace(0,10,100) [X,T]=meshgrid(x,t) U = 10*sin(2*pi*(t-x/5))+2*sin(2*pi*(t+x/5)) surf(X,T,U) ...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What's wrong with this script?
t = linspace(0,2,100) x = linspace(0,10,100) U(t,x) = 10*sin(2*pi*(t-x/5))+2*sin(2*pi*(t+x/5))

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


use the nested loop to calculate the kronecker product for different size
A = round((rand(2)*11-5.5)) B = round((rand(3,4)*21-10.5)) calculate the kronecker product of AB

11년 초과 전 | 답변 수: 2 | 0

2

답변