photo

Shi Yuhao


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
0 个回答

排名
139,497
of 300,900

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
85.71%

收到投票数
0

排名
 of 21,106

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,578

贡献数
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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答

提问


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

11 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答