Nuno - MATLAB Central
photo

Nuno


FEUP

Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB AnswersFrom 03/15 to 01/25Use left and right arrows to move selectionFrom 03/15Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
35.662
of 296.364

REPUTAZIONE
1

CONTRIBUTI
11 Domande
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
36.36%

VOTI RICEVUTI
1

  • First Review
  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


Create a colormap for scatter3
Hello! I have this code: m = 161; map = zeros(m , 3); T = [120, 120, 120 % dark 1, 0, ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Direction of a cone and 3D point is inside or not on cone!!!!
Hello! I have the follow cone code: r = 112.0; % radius h = 100.0; % heigth m = (h/r); [R,A] = meshgrid(linsp...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Risposto
How can you use coneplot to plot a single cone in a specific direction?
Hello! How you change the direction?

oltre 9 anni fa | 0

Domanda


How i change cone direction and how i verify if a 3D point is inside of cone?
Hello! I have the follow cone code: r = 112.0; h = 100.0; m = (h/r); [R,A] = meshgrid(linspace(0,r,11),linspace(0,...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Risposto
Error in the total number of file count
It's ok now :) Thanks

oltre 9 anni fa | 0

Domanda


Error in the total number of file count
Hello everyone! I need to make the dicom file count in a directory and i try the following code: dirname = uigetdir([]);...

oltre 9 anni fa | 2 risposte | 1

2

risposte

Domanda


How i recall a variable?
Hello everyone! I am building a graphic interface in Matlab, and in starting window i select one value (1 or 0) and save it i...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Limits of sphere to obtain points
Hello everyone! I have multiple points (nodes). And i plot (plot3) a sphere with coordinates of center x0,y0 and z0 with radi...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Circumference and cone in plot3
Hello everyone! How I represent a circumference in a figure of Plot3? (i have the coordinates x,y and z of center and radius)...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Number to string variable
Hello everyone! I have: z1=12; eq='(z-z1)^2'; Is it possible put value z1 into the eq variable (string)? Thanks

oltre 9 anni fa | 1 risposta | 0

1

risposta

Risposto
How to solve 4 nonlinear equations (in 4 unknowns) ITERATIVELY
this can be applied to this I have x1,y1,z1,x2,y2,z2,x3,y3,z3,x4,y4,z4 (x0-x1)^2+(y0-y1)^2+(z0-z1)^2=r^2 (x0-x2)^2+(y0-y2...

oltre 9 anni fa | 0

Domanda


How i solve a non linear equation with 4 unknowns??
Hello everyone! I'm trying to find the center(x0,y0,z0) and radius (r) of the circle/circumference. I I have 4 points with co...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Risposto
How can i improve the segmentation?
Doesn t work

quasi 10 anni fa | 0

Risposto
How can i improve the segmentation?
the image is here

quasi 10 anni fa | 0

Domanda


How can i improve the segmentation?
Hello everyone, I'm trying to do the segmentation of medical image (dicom format). I automatically get the value of threshold ...

quasi 10 anni fa | 3 risposte | 0

3

risposte

Domanda


Model reconstruction from CT slices
Hello everyone, I apologize if this topic was repeated but I have not found the solution yet. I have 537 DICOM images, and i ...

quasi 10 anni fa | 2 risposte | 0

2

risposte
Go to top of page