Community Profile

photo

Anouk Baeten


Last seen: etwa ein Jahr vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Explorer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten