photo

Utkarsha Chinchore


Last seen: presque 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • First Answer
  • Revival Level 1
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How to switch SPDT Simscape Electrical Relay Block?
Common port is connected to both output (S1 and S2) ports at the same time.

environ 3 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Matlab code for cos(200*pi*t-pi/6 ) and plot the signal. Also plot its frequency and phase spectrum
t=0:0.0001:0.01; x=cos(200*pi*t-pi/6); plot(t,x);

plus de 3 ans il y a | 0

Question


How to plot a graph? I'm getting a blank graph.
clear close all clc a = arduino('COM6','MEGA2560'); v=0; i = 1; while (i<50) v = readVoltage(a,'A11'); if(v>2.2) wr...

plus de 4 ans il y a | 1 réponse | 0

1

réponse