社区资料

照片

罗奇·德·古兹曼(Roche de Guzman)


霍夫斯特拉大学

Last seen: 5 days ago|自2015年以来活跃

生物工程副教授
教学:
ENGG 010(工程师MATLAB编程)
ENGG 081 (Introduction to Bioengineering)
ENGG 101(数值方法)
Engg 108(生物材料实验室)
ENGG 112 (Engineering Drawing)
ENGG 118 (Fundamentals of Biomaterials)
ENGG 143G (Senior Design)
ENGG 165 (Bioengineering Modeling and Simulation)
Engg 169(流体力学实验室)
研究:
生物材料,医疗装置,药物输送,数学建模

统计数据

All
  • Triathlon Participant
  • 清道夫完成者
  • Thankful Level 1
  • 复兴级别1
  • Introduction to MATLAB Master
  • 社区Group Solver
  • 5星级银河系2
  • Personal Best Downloads Level 3
  • First Review
  • 首先提交
  • ASEE挑战大师
  • 欧拉项目一世

View badges

内容提要

提交


布朗运动显示扩散行为
Simulation of multiple particles in a box starting at a single location exhibiting random motion with animation

30 days ago | 6 downloads |

缩略图

提交


Brownian Motion or Random Particle Motion in a Fluid
盒子中的单个粒子的模拟

1month ago | 6 downloads |

缩略图

提交


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

2months ago | 2 downloads |

提交


标量梯度3D
Comparing the scatterplot of the scalar function to the quiver plot of its gradient vector function

2months ago | 4 downloads |

缩略图

提交


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

2months ago | 2 downloads |

缩略图

提交


矢量在2D新的
Comparing the quiver plot of the vector function to the filled contour plot of its divergence scalar function

2months ago | 2 downloads |

缩略图

提交


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

2months ago | 1 download |

缩略图

提交


标量梯度在2D新的
将标量函数的填充轮廓图与其梯度向量函数的箭量图进行比较

2months ago | 1 download |

缩略图

提交


标量梯度2D
将标量函数的表面图与其梯度矢量函数的箭量图进行比较

2months ago | 4 downloads |

缩略图

提交


测量半径应用程序
App to calibrate and measure a spherical gel's radius.

8 months ago | 2 downloads |

缩略图

提交


拉格朗日的多项式插值
Interpolates a scalar or vector yp = f(xp) with given x and y = f(x) vectors and xp query

11个月前|3下载|

提交


牛顿的多项式插值
Interpolates a scalar or vector yp = f(xp) with given x and y = f(x) vectors and xp query

11个月前|23下载|

Solved


"Look and say" sequence
What's the next number in this sequence? * [0] * [1 0] * [1 1 1 0] * [3 1 1 0] * [1 3 2 1 1 0] This a variant on the w...

1年前

Solved


谐波进展的第一n项的总和
给定输入A,D和N,返回谐波进程A,A/(1+D),A/(1+2D),A/(1+3D)的第一n项的总和,...

1年前

提交


ShowDICOM Script for Animation of CT Series and Movie Output
显示DICOM图像

1年前|6 downloads |

缩略图

问题


绘图结构事件没有回应
imshow(i,[]);%显示图像数据drawroi =吸引;evs = events(class(drawroi));%事件来源和事件列表...

1年前|1答案|0

1

回答

回答
MATLAB中IMDistLine()函数的问题?
全球h;h = imdistline;% activates the fx for drawing and measuring line global xc yc; xc = 0.3; yc = 0.1; % x and y convers...

1年前|0

回答
How to calculate distance in centimeters using IMDISTLINE?
全球h;h = imdistline;%激活用于绘图和测量线setLabelTextFormatter的FX(h,'supery');%消息添加...

1年前|2

回答
How can I reverse black and white in a grayscale image?
i = imcomplement(i)

1年前|1

Solved


魔术很简单(对于初学者)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

1年前

Solved


制作一个随机的,不重复的向量。
This is a basic MATLAB operation. It is for instructional purposes. --- If you want to get a random permutation of integer...

1年前

Solved


二进制字符串中的1次
在给定的二进制字符串中找到1s的数量。例子。如果输入字符串为“ 1100101”,则输出为4。如果输入stri ...

1年前

Solved


返回字符串的第一个和最后一个字符
返回字符串的第一个和最后一个字符,将串联在一起。如果字符串中只有一个字符,则功能...

1年前

Solved


产生矢量1,2,2,3,3,3,4,4,4,44
生成一个矢量1,2,2,3,3,3,3,4,4,4,4,因此,如果n = 3,则返回[1 2 2 3 3 3],如果n = 5,则返回[1 22 ...

1年前

Solved


从向量获取索引
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to

1年前

Solved


正方形的返回区
方形的侧面=输入= a区域=输出= b

1年前

Solved


Maximum value in a matrix
在给定矩阵中找到最大值。例如,如果a = [1 2 3;4 7 8;0 9 1];然后答案是9。

1年前

Solved


连续数字的最长运行
给定矢量A,最常见地找到/连续重复的数字。例如,如果您有a = [1 2 2 2 1 ...

1年前

Solved


Rescale Scores
矩阵| x |的每个列(最后)在课程分配或考试中包含学生的分数。最后一列有一个重量...

1年前

Solved


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

1年前

装载更多