Statistik
All
RANG
28.630
of 295.687
REPUTATION
1
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
1
RANG
of 20.266
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Beantwortet
how can i draw a polygon using matlab and how can i calculate area of that polygon???
A = polyarea(X,Y) Did you search 'area of polygon matlab'?
how can i draw a polygon using matlab and how can i calculate area of that polygon???
A = polyarea(X,Y) Did you search 'area of polygon matlab'?
mehr als 8 Jahre vor | 0
Frage
How to get 3D Points of separate regions obtained from alphaShape?
Taking example from MATLAB docs regarding _alphaShape_: [x1, y1, z1] = sphere(24); x1 = x1(:); y1 = y1(:); z1 = z1(:); x...
mehr als 8 Jahre vor | 1 Antwort | 1
1
AntwortGelöst
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
mehr als 10 Jahre vor
Gelöst
Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...
mehr als 10 Jahre vor
Frage
Signal to noise ratio color image (code) for dB
I am trying to compute signal to noise ratio (dB) in color images as follows: noisydata = imnoise(original,'gaussian',0.0,0....
fast 12 Jahre vor | 2 Antworten | 0