photo

Abhinandan Angadi


Last seen: circa 4 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

MATLAB Answers

5 Domande
0 Risposte

RANK
88.403
of 300.392

REPUTAZIONE
0

CONTRIBUTI
5 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
40.0%

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

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


how to animate Plot
I'm trying to animate the below code,but it's not coming up as expected . Can somebody help me? clear all close all clc ...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


solving the Transfer function
how to use tf and zpk commands for the above condition. Can anyone help me?

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


how can I concatenate [aa,bb]?
clear all close all clc x = linspace(1,50,25); a = 100; for n = 1:25 aa(1,1) = x(n).*9.81.*(a\x(n)).^2 ...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Guess the which of the below given statements are true for function polyfit?
Q.) which of the statement is true? polyfit generates the co-efficients of the polynomial polyfit denotes the polynomial co-e...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


I'm trying to animate both the plots in the 2 for loops simultaneously. But it's getting executed one after the other. Can anyone help me resolve this. I need to get this done. I'm attaching images of plots for your undertanding.
clear close all clc %========================Given Inputs ============================== b = 0.1; g = 9.81; l = 1; m...

oltre 4 anni fa | 1 risposta | 0

1

risposta