Community Profile

photo

Michael Ferguson


Last seen: 5 months ago Active since 2017

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


How to use the RF PCB Toolbox's show function inside of a Matlab App?
I'm working with the RF PCB Toolbox and am creating a simple Matlab App like shown below: The goal is when pressing the plot ...

5 months ago | 1 answer | 0

1

answer

Question


How to detect intersection of 3D rectangles that are rotated?
I'm working on a program that detects whether 2, 3D rectangles formed from 8 vertices each have volume that intersects between e...

1 year ago | 1 answer | 0

1

answer

Question


Given vertex points of two 2D polygons plotted in 3D space (x,y,z) how to determine if they intersect?
Let's say I have some set of vertices: [x1,y1,z1; ... xn,yn,zn]; and [a1,b1,c1; ... an,bn,cn]; where the two polygons ...

1 year ago | 1 answer | 0

1

answer

Answered
How to get the vertex points of all grid points within a cube?
It was a lot easier than I first realized, here was my solution to the problem after simply writing it out on paper and seeing a...

4 years ago | 0

| accepted

Question


How to get the vertex points of all grid points within a cube?
If I have a NxN cube, and wanted to plot a point at each integer x,y,z position included in the cube, how could I iterate throug...

4 years ago | 2 answers | 0

2

answers

Question


EMERGENCY Cannot plot "10,000*exp(-10000*t);"
t = linspace(0,0.001,100); Impulse = 10,000*exp(-10000*t); plot(t,Impulse,'r','LineWidth',3); The plot comes up blank...

6 years ago | 1 answer | 0

1

answer

Question


Search path for saved programs in matlab? Program dissapeared from documents folder
The MATLAB documents folder was blank for some reason, but I know for sure I didn't delete the last program I was working on. I ...

7 years ago | 1 answer | 0

1

answer