Anouk Baeten
Followers: 0 Following: 0
Feeds
提问
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...
2 years 前 | 1 个回答 | 0
1
个回答提问
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...
2 years 前 | 1 个回答 | 0
1
个回答提问
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...
2 years 前 | 1 个回答 | 0
1
个回答提问
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...
2 years 前 | 1 个回答 | 0
1
个回答提问
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...
3 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
3 years 前 | 2 个回答 | 0