Community Profile

photo

Roche de Guzman


Last seen: 16일 전 2015년부터 활동

Associate Professor, Bioengineering Teaching: ENGG 010 (MATLAB Programming for Engineers) ENGG 081 (Introduction to Bioengineering) ENGG 101 (Numerical Methods) ENGG 108 (Biomaterials Lab) ENGG 112 (Engineering Drawing) ENGG 118 (Fundamentals of Biomaterials) ENGG 143G (Senior Design) ENGG 165 (Bioengineering Modeling and Simulation) ENGG 169 (Fluid Mechanics Lab) Research: Biomaterials, Medical Device, Drug Delivery, Mathematical Modeling

통계

All
  • Triathlon Participant
  • Scavenger Finisher
  • Thankful Level 1
  • Revival Level 1
  • Introduction to MATLAB Master
  • Community Group Solver
  • 5-Star Galaxy Level 2
  • Personal Best Downloads Level 3
  • First Review
  • First Submission
  • ASEE Challenge Master
  • Project Euler I

배지 보기

Content Feed

보기 기준

제출됨


Brownian Motion Showing Diffusion Behavior
Simulation of multiple particles in a box starting at a single location exhibiting random motion with animation

거의 2년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Brownian Motion or Random Particle Motion in a Fluid
Simulation of a single particle in a box

거의 2년 전 | 다운로드 수: 5 |

Thumbnail

제출됨


Divergence of vector in 3D
Comparing the quiver plot of the vector function to the scatterplot of its divergence scalar function

대략 2년 전 | 다운로드 수: 1 |

제출됨


Gradient of scalar in 3D
Comparing the scatterplot of the scalar function to the quiver plot of its gradient vector function

대략 2년 전 | 다운로드 수: 3 |

Thumbnail

제출됨


Curl of vector exclusively in 3D
Comparing the quiver plots of the vector function and its curl (also a vector function)

대략 2년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Divergence of vector in 2D new
Comparing the quiver plot of the vector function to the filled contour plot of its divergence scalar function

대략 2년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Divergence of vector in 2D
Comparing the quiver plot of the vector function to the surface plot of its divergence scalar function

대략 2년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Gradient of scalar in 2D new
Comparing the filled contour plot of the scalar function to the quiver plot of its gradient vector function

대략 2년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Gradient of scalar in 2D
Comparing the surface plot of the scalar function to the quiver plot of its gradient vector function

대략 2년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Measure Radius App
App to calibrate and measure a spherical gel's radius.

2년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Lagrange's Polynomial Interpolation
Interpolates a scalar or vector yp = f(xp) with given x and y = f(x) vectors and xp query

거의 3년 전 | 다운로드 수: 1 |

제출됨


Newton's Polynomial Interpolation
Interpolates a scalar or vector yp = f(xp) with given x and y = f(x) vectors and xp query

거의 3년 전 | 다운로드 수: 8 |

제출됨


ShowDICOM Script for Animation of CT Series and Movie Output
Displays DICOM Images

대략 3년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Finite Difference Explicit Method for Fick's 2nd Law
Finite Difference Explicit Method (iteration) to solve for a PDE (Fick's 2nd Law of diffusion)

거의 5년 전 | 다운로드 수: 6 |

Thumbnail

제출됨


Finite Difference Implicit Method for Fick's 2nd Law
PDE solution using the implicit method

거의 5년 전 | 다운로드 수: 3 |

Thumbnail

제출됨


FEM to solve for 2D Laplace's Equation
FEM solution to a steady-state PDE (example: Laplace's) applied to an electric potential

거의 5년 전 | 다운로드 수: 6 |

Thumbnail

제출됨


Vector field rotation using Rotation (Transformation) matrix
Animation to demonstrate the use of the 2D rotation matrix in a vector field

거의 5년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Truss 3D (Tetrahedral) using FEM (direct stiffness)
Deformation of a tetrahedral truss (4 nodes and 6 elements) with 3 pinned bottom nodes and downward force applied to the top nod...

거의 5년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Fick's 2nd Law of Diffusion using Method of Lines
PDE solution using Method of Lines

거의 5년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Fick's 2nd Law of Diffusion using FEM (Direct Stiffness)
Direct stiffness finite element method to solve for c (concentration) at given x (1D space) and t (time) values

거의 5년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Graph of a 3D vector field and its divergence and curl
Visualize vector field quiver, divergence (slice), and curl (quiver) at given 3D coordinates

대략 5년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Graph of a 2D vector field equation and its divergence
Visualize vector field using quiver and divergence using filled contour at given 2D coordinates

대략 5년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Divergence Theorem (Gauss’, Ostrogradsky’s) to Measure Flow
Example showing that the volume integral of the divergence of f = surface integral of the magnitude of f normal to the surface (...

대략 5년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Normal/Gaussian/Bell-Shaped Curve Distribution fx: NormDist
Computes and plots the normal distribution function

5년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


3D Surface Plot of a Sphere
Plots a sphere with known center and radius

5년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


pos3D
Determines the coordinates p = [px py pz] in 3D space given p0, p1, and d

6년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Golden-Section Search Numerical Method
Function for finding the x optimum to make f(x) extreme, using the golden-section search method

대략 7년 전 | 다운로드 수: 2 |

제출됨


Fixed-Point Iteration Numerical Method
Function for finding the x root of f(x) to make f(x) = 0, using the fixedpoint iteration open method

대략 7년 전 | 다운로드 수: 2 |

제출됨


False Position (Linear Interpolation) Numerical Method
Function for finding the x root of f(x) to make f(x) = 0, using the false position bracketing method

대략 7년 전 | 다운로드 수: 3 |

제출됨


Newton-Raphson Numerical Method
Function for finding the x root of f(x) to make f(x) = 0, using the Newton-Raphson open method

대략 7년 전 | 다운로드 수: 1 |

더 보기