Emmanuel J Rodriguez
Followers: 0 Following: 0
Professional: M.S. Mechanical Engineering: Computational Fluid Dynamics, Autonomy & Control, Experimental Methods Non-Professional: Private Pilot, Airplane Single Engine Land Note: Flight vehicles are my thing.
Python, MATLAB
Spoken Languages:
English, Portuguese, Spanish
Estadística
6 Preguntas
2 Respuestas
12 Archivos
CLASIFICACIÓN
6.738
of 295.638
REPUTACIÓN
6
CONTRIBUCIONES
6 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
10.672 of 20.255
REPUTACIÓN
50
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
12 Archivos
DESCARGAS
20
ALL TIME DESCARGAS
505
CLASIFICACIÓN
of 154.207
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
How to select peak data and min data from noise in spectrum?
Hello! This should do it: %% Import data x = xlsread('Spectrum.xlsx','Sheet1','A1:A2503'); y = xlsread('Spectrum.xlsx','Shee...
más de 2 años hace | 0
| aceptada
Read and write data to an open excel file.
Hello, take a look at this answer: https://www.mathworks.com/matlabcentral/answers/577870-write-to-an-already-opened-excel-file#...
más de 2 años hace | 1
Pregunta
No pixel label data found - using the pixelLabelTrainingData function...
Hello! I am working an image semantic segmentation project; I am using the pixelLabelTrainingData function to generate two data...
casi 3 años hace | 3 respuestas | 0
3
respuestasPregunta
Pixel label image has scalar pixel label IDs instead of RGB-triplet pixel label IDs
Hello, I am writing a program to perform image segmentation using a deep learning NN, following the example: https://www.mathwo...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Using readtable to import a 5x1 column from Excel is missing one element. Why??
I feel like this should be a super easy fix. This is a simple import using readtable, the f3 variable below only brings in a 4x1...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
fplot Warning: Function behaves unexpectedly on array inputs.
Hello! This SHOULD be a simple fix, and I've spent some time reading answers to similar question.... but still can't manage to f...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Why is the Fourier Transform of symbolic Laplacian function (2nd partial derivative) not being found?
I am needing to find the Fourier Transform of the following symbolic expression: syms U(x,y,z) beta k LHS = laplacian(U) + bet...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
Why am I not able to obtain the Fourier Transform of exponent expression using Symbolic math?
The answer should be a closed-form solution. % Practice, Problem 7 from Kreyszig sec 10.10, p. 575 syms f(x) f(x) = x*exp(-x)...
más de 3 años hace | 1 respuesta | 0