photo

Jim Joy

MathWorks

Last seen: 2 meses hace Con actividad desde 2017

Followers: 0   Following: 0

I am a physicist by training, and have been using MATLAB since my undergraduate years. I am particularly interested in workflows that utilize MATLAB for data analysis and display, linear algebra, and symbolic mathematics.

Estadística

All
MATLAB Answers

0 Preguntas
12 Respuestas

Cody

0 Problemas
1 Solución

CLASIFICACIÓN
1.786
of 300.364

REPUTACIÓN
38

CONTRIBUCIONES
0 Preguntas
12 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
5

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
118.083
of 168.407

CONTRIBUCIONES
0 Problemas
1 Solución

PUNTUACIÓN
20

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • 3 Month Streak
  • Solver
  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Resuelto


Column norms of a matrix
Given a matrix M, return a vector y such that for each k y(k)=norm(M(:,k)) (y(k) is the Euclidean norm of the k-th col...

alrededor de 8 años hace

Respondida
Defect detection with pattern variation in comparison to template
Hi Ahmed, I think that this issue lends itself well to pattern matching. You might have to develop several criteria to determ...

alrededor de 8 años hace | 0

| aceptada

Respondida
Constant specification and normalization in PDEtool
Hi David, The PDE Modeler App only allows you to model problems with 2D Geometries. Even though the Laplacian has similar for...

alrededor de 8 años hace | 1

| aceptada

Respondida
How can I split the editor window in Appdesigner?
Hi Devin, Unfortunately, this capability is currently not available in App Designer. One workaround that you may consider...

alrededor de 8 años hace | 1

Respondida
How to extract data of lower surface only in a step profile?
Hi Swati, One way to do this is to get an estimate for the magnitude of the gradient at each point in your dataset, and then ...

alrededor de 8 años hace | 0

Respondida
fimplicit function does not work
Hi Federico, The documentation for "fimplicit" mentions that the input anonymous function must take two matrix inputs, and re...

alrededor de 8 años hace | 0

Respondida
How to arrange the shape# (Blob#) in proper order (ascending/descending)?
Hi Saqib, The labeled image that you have shown is consistent with the conventions that "bwlabel" uses to label the image. Th...

alrededor de 8 años hace | 1

| aceptada

Respondida
How to use FFT for honeycomb lattice system
Hi Oladunjoye, Unfortunately, the built-in functions "fft" and "fft2" only operate over square (evenly sampled) lattices. How...

alrededor de 8 años hace | 0

| aceptada

Respondida
How to obtain a no-loop iteration in MATLAB using anonymous functions?
It appears that the error here is related to how MATLAB is interpreting the multiplication and division used. Since your data is...

alrededor de 8 años hace | 1

| aceptada

Respondida
fitting with a rectangular pulse function
I would recommend using an edge detection method other than least-squares fitting. Since your signal is a perfect step function,...

alrededor de 8 años hace | 0

| aceptada

Respondida
how can i find the orientation of blobs in 3D?
Hi Simone, If you look closely at the "regionprops" documentation, it mentions that the 'orientation' property is calculated ...

alrededor de 8 años hace | 1

Respondida
Total return data from Bloomberg
Hello Bryan, By looking through the Bloomberg API Documentation for this field, you can see that you need to specify 'CUST_TR...

alrededor de 8 años hace | 0

| aceptada

Respondida
Distribution Fit with Hole in Histogram: Calculate mean and std
Hi Konstantin, One thing that you might try is replacing all of your data in the interval where the hole exists by nan before...

alrededor de 8 años hace | 0