photo

Shi Yuhao


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
288.985
of 297.457

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
85.71%

VOTES RECEIVED
0

RANK
 of 20.438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158.938

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


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') ...

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


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 ...

bijna 11 jaar ago | 2 answers | 0

2

answers

Question


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

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


Ask for help to solve the question.
write a script to input an integer number between 0 and 255, and output the number to the screen between the characters '< ' and...

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


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) ...

bijna 11 jaar ago | 1 answer | 0

1

answer

Question


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))

bijna 11 jaar ago | 2 answers | 0

2

answers

Question


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

bijna 11 jaar ago | 2 answers | 0

2

answers