Community Profile

photo

Anouk Baeten


Last seen: circa un anno fa Attivo dal 2021

Followers: 0   Following: 0

Statistiche

  • Explorer

Visualizza badge

Feeds

Visto da

Domanda


Rotating DICOM file around z-axis
clear variables az = 3.1415926536; Rz = [cos(az) -sin(az) 0; sin(az) cos(az) 0; 0 0 1]; Y = dicomread('C:\Users\20182...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Ray tracing (show multiple trisurf plots in one figure)
Hello, I would like to use ray tracing to see if my line/ray wil pass my plane (of which I gave the coordinates in 3D). For th...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Finding intersection between two 3D lines
Hello, I am trying to find whether there is an intersection (point) between 2 lines in 3D. For a more extensive explanation: I...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How much of a given object can I cover from 1 fixed point, without going outside a defined boundary?
See image; this shows a growth plate (a little crooked), with a margin (of say 1 mm) drawn above and below it, this is the dotte...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Pause button to pause at specific position/line in matlab code
I have a code, where i pause at a specific line. Now i made an app in App Designer and there i want a button to pause at that s...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Unable to perform assignment because the left and right sides have a different number of elements.
%% save start date time filename = 'Format_competition.xlsx'; table_starttimes = zeros(100,1); formatOut = 'HH:MM:SS'; for ...

quasi 3 anni fa | 2 risposte | 0

2

risposte