Community Profile

photo

Mvana


Last seen: 11 mesi fa Attivo dal 2022

Statistiche

  • Thankful Level 2

Visualizza badge

Content Feed

Visto da

Domanda


using a while loop, divide the number 256 by 7 until the value remaining is less than one
assign the final value to output variable WhatsLeft and count the number of divisions required and assign the result to variable...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


How to programe clipping sine wave
TIME =linspace(0,6*pi,200) SignalVoltage = 7*sin(Time)

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


Create a column vector with elements counting down from 200 to 0 in increments of 5
I created the vector, C= [200:-5:0] and I git an error that reads, Variable C must have size[41 1]. It is currently of size [1 4...

oltre un anno fa | 1 risposta | 0

1

risposta