Feeds
답변 있음
Write a function named custom_blocks
function out = custom_blocks(in) out = [in 2*in; 3*in 4*in]; end
Write a function named custom_blocks
function out = custom_blocks(in) out = [in 2*in; 3*in 4*in]; end
거의 2년 전 | 0
거의 2년 전 | 0