photo

Usman Saleem


Last seen: 4 mesi fa Attivo dal 2019

Followers: 0   Following: 0

Messaggio

Mathematician

Statistica

MATLAB Answers

4 Domande
0 Risposte

RANK
28.964
of 300.364

REPUTAZIONE
1

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
75.0%

VOTI RICEVUTI
1

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 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Symbolic function expected 3 inputs and received 2
I want to compute the following code. syms u(x,y,t) v(x,y,t) w(x,y,t) a1 a2 mu p(x,y,t) r x y I=[1,0;0,1]; VV = [diff(u,x...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How to calculate the coefficients of a non-polynomial?
I want to subtitute this expansion in an equation and want to equate the coefficients of powers of , so that i can solve them af...

quasi 5 anni fa | 0 risposte | 0

0

risposte

Domanda


How to use unique in a conditional statement nested in for loop?
I want to apply "unique" function on sol to get rid of repeated arrays. n = 10000; for a = 1:n for b = 1:n x...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I plot ode 45 for different values of a constant after specific time?
I want to change the value of del after given time interval. T = 1:1:3500; del = 0; % For T=1:1:3100 del = 1; %...

oltre 6 anni fa | 1 risposta | 1

1

risposta