photo

Roche de Guzman


Last seen: 3 días hace Con actividad desde 2015

Followers: 1   Following: 0

Mensaje

https://sites.hofstra.edu/roche-deguzman/ 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

Estadística

All
MATLAB Answers

1 Pregunta
11 Respuestas

File Exchange

36 Archivos

Cody

1 Problema
210 Soluciones

CLASIFICACIÓN
1.510
of 301.517

REPUTACIÓN
47

CONTRIBUCIONES
1 Pregunta
11 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
22

CLASIFICACIÓN
2.761 of 21.314

REPUTACIÓN
615

EVALUACIÓN MEDIA
4.00

CONTRIBUCIONES
36 Archivos

DESCARGAS
50

ALL TIME DESCARGAS
5950

CLASIFICACIÓN
810
of 175.060

CONTRIBUCIONES
1 Problema
210 Soluciones

PUNTUACIÓN
2.710

NÚMERO DE INSIGNIAS
15

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • 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

Ver insignias

Feeds

Ver por

Pregunta


DrawingFinished event No response
imshow(I,[]); % show image from image data drawroi = drawassisted; evs = events(class(drawroi)); % event source and events list...

alrededor de 5 años hace | 1 respuesta | 1

1

respuesta

Respondida
Issue with imdistline() function in MATLAB?
global h; h = imdistline; % activates the fx for drawing and measuring line global xc yc; xc = 0.3; yc = 0.1; % x and y convers...

alrededor de 5 años hace | 1

Respondida
How to calculate distance in centimeters using IMDISTLINE?
global h; h = imdistline; % activates the fx for drawing and measuring line setLabelTextFormatter(h,'measure'); % message addN...

alrededor de 5 años hace | 2

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

más de 5 años hace | 1

Respondida
How use keyboard arrow keys to control the slider GUI in App Designer?
Under the keypress fx callback: function UIFigureKeyPress(app, event) value = app.Slider.Value; % get the slider value ke...

más de 5 años hace | 1

Respondida
finding the equation of spline in matlab
For the MATLAB function: spline, use the syntax: pp = spline(x,y) to get a structure data. Then extract the coefficients of the...

casi 8 años hace | 12

Respondida
How do I include image (.jpg) in Cody Coursework problem description?
1) Create an account to OneDrive and upload your image file there. 2) Access the image file through the online site (https://on...

más de 8 años hace | 0

Respondida
code to plot epicycle
%% Epicycles % ENGG 010 Hofstra University % by Prof. Roche C. de Guzman clear; clc; close('all'); %% Given Q =...

casi 9 años hace | 1

Respondida
Hi! I need help with a graph in mathlab.
%Programa que calcula la secuencia de Collatz con un número dado % clc; clear; close all; disp('=======================...

más de 9 años hace | 1

| aceptada

Respondida
Index exceeds matrix dimensions
Your y For Loop counter is becoming greater than 5 (the number of columns of your matrix A). Since you are using y for indexing...

más de 9 años hace | 1

Respondida
For Loop iteratio record results
Try this using the eval function to create new variable names: Full_Matrix = xlsread('Table_try'); [numrow,numcol]=size(...

más de 9 años hace | 0

Respondida
from where i get the image set of size 1024*1024 or more for image processing in MATLAB?
Hi, here are 10 files (10 is the limit of attachment) I got from the internet (attached). I hope these help with your MATLAB pr...

más de 9 años hace | 1