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
1 year 前 | 0
1 year 前 | 0