統計
MATLAB Answers
2 質問
0 回答
ランク
of 176,117
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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