統計
All
Feeds
解決済み
Find Current in R circuit.
Find the current in an R circuit for a given input of Voltage (V) and Resistance(R).
2年以上 前
解決済み
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
2年以上 前
質問
why it does not work ?
function out = block3(row, colomn) a = zeros(row, colomn); for i = 1:row for j = 1:colomn if ~mod(i,2) && ~mod(j...
2年以上 前 | 1 件の回答 | 0
