photo

EZRA


Last seen: 8개월 전 2023년부터 활동

Followers: 0   Following: 0

통계학

All
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Find Current in R circuit.
Find the current in an R circuit for a given input of Voltage (V) and Resistance(R).

9개월 전

문제를 풀었습니다


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

9개월 전

질문


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

9개월 전 | 답변 수: 1 | 0

1

답변