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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0