Statistica
All
RANK
28.648
of 300.851
REPUTAZIONE
1
CONTRIBUTI
2 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
1
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
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'?
quasi 10 anni fa | 0
Domanda
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...
quasi 10 anni fa | 1 risposta | 1
1
rispostaRisolto
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:...
oltre 11 anni fa
Risolto
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,...
oltre 11 anni fa
Domanda
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....
quasi 13 anni fa | 2 risposte | 0


