photo

Mvana


Last seen: 1年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


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

2年弱 前 | 1 件の回答 | 0

1

回答

質問


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

2年弱 前 | 3 件の回答 | 0

3

回答

質問


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

2年弱 前 | 1 件の回答 | 0

1

回答