photo

Shi Yuhao


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

7 Domande
0 Risposte

RANK
182.055
of 300.364

REPUTAZIONE
0

CONTRIBUTI
7 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
85.71%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 11 anni fa | 2 risposte | 0

2

risposte