Community Profile

photo

Emmanuel J Rodriguez


Last seen: 3일 전 2020년부터 활동

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.

Programming Languages:
Python, MATLAB
Spoken Languages:
English, Portuguese, Spanish

통계

All
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 2
  • Thankful Level 1
  • Personal Best Downloads Level 1
  • GitHub Submissions Level 3
  • First Submission
  • First Review

배지 보기

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...

거의 2년 전 | 0

| 수락됨

답변 있음
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#...

대략 2년 전 | 1

질문


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...

2년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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...

2년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

2년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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)...

2년 초과 전 | 답변 수: 1 | 0

1

답변