Feeds
提问
i want to draw image of foreground only from an image
clear clc [filename,pathname] = uigetfile({'*.*';'*.bmp';'*.tif';'*.gif';'*.png'},'Pick a Leaf Image'); RGB = imread([pathna...
5 years 前 | 0 个回答 | 0
0
个回答提问
How can i get variable from loop and then use it.
clear syms x l(1)=0; for i=2:10 l(i)=l(i-1)+x; end i want the answer of this is [x,2x,3x,4x,5x...10x]
5 years 前 | 1 个回答 | 0