Community Profile

photo

Mohammad


Last seen: etwa 2 Jahre vor Aktiv seit 2013

Followers: 0   Following: 0

Kontakt

Statistiken

All
  • First Review
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to fill a 3D logical matrix by a series of point coordinates?
I am trying to develop an algorithm inwhich I need to demonstrate a 3D area by a logical matrix (1 inside a surface, 0 outside)....

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to implement 1D zero-phase Gaussian filter?
I'm trying to implement a Gaussian lowpass filter and apply it to my signal, then find resulting signal extrema. How is it poss...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Is there any implementation of distance error metrics for 3D data?
Hey all, I'm trying to segment 3D data and as a measurement of how good my segmentation is, three metrics are frequently sugg...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to scale vtk border to image size?
I'm trying to plot three perpendicular planes of a volume using slice function and super impose a border on the resulting figure...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How denoise ECG signals like ECG-ID database?
I'm trying to implement an identification using ECG signal. I found <https://www.physionet.org/pn3/ecgiddb/ ecgiddb> and I'm ...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


3d curvelet transform
Hey all, I'm trying to use 3D curvelet transform in my project. I downloaded CurveLab toolbox and with too much difficulty comp...

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to visualize 3D echocardiography image?
Hey all, I'm working on 3D echocardiography segmentation in Matlab, but unfortunately I don't know how to visualize image and...

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Gelöst


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

etwa 11 Jahre vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

etwa 11 Jahre vor

Gelö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:...

etwa 11 Jahre vor