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 years 前 | 0
2 years 前 | 0