Statistiques
2 Questions
0 Réponses
RANG
202 856
of 301 472
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 293
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 655
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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]
presque 5 ans il y a | 1 réponse | 0