photo

Matt

MathWorks

Last seen: 대략 1개월 전 2015년부터 활동

Followers: 0   Following: 0

메시지

I am a Content Developer at MathWorks. I focus primarily on AI. My academic background is in Physics and Math.

Programming Languages:
Python, C++, C, C#, MATLAB, SQL

통계

All
MATLAB Answers

0 질문
7 답변

Cody

0 문제
1 답안

순위
5,047
of 300,851

평판
10

참여
0 질문
7 답변

답변 채택
0.00%

획득한 표
1

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
114,980
of 171,294

참여
0 문제
1 답안

점수
20

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
I need a way to assign a value for each pixel based on RGB values. which will be based on equations for red,blue and green
The imread function in MATLAB does something like this. It will output a matrix with rows, columns (each element corresponding t...

거의 8년 전 | 0

답변 있음
How to use fsolve to solve this system of equations?
If you have the Symbolic Math Toolbox in MATLAB, you can get all 5 solutions exactly. syms k x y z eqns = [2*x == -2...

거의 8년 전 | 0

답변 있음
Storing the peak values of a fft
Hi Gavin You can find local maxima by using the "findpeaks" function in MATLAB. Below is an example: x = linspace(0,8*p...

거의 8년 전 | 0

답변 있음
How do i randomly distribute 4 numbers in 1*100 matrix?
Hi Rakibul, What you can do is create a matrix containing the numbers you want. I will call it L. Then create a random integ...

거의 8년 전 | 0

| 수락됨

답변 있음
Create multidimensional matrices from two multidimensional cells.
Hi Sumedh, The matrices you are starting with have one dimension. So to multiply each of the 96 matrices, you just have to be...

거의 8년 전 | 0

| 수락됨

답변 있음
Counting Y axis lines
plot(x,y) ax = gca; n = numel(ax.YTick);

거의 8년 전 | 0

답변 있음
HELP:) Electric Field lines on MatLab (solving fields given coordinate points)
In your line quiver(XI,YI,Ex./E,Ey./E); change E to En. You are currently dividing by a complex number.

9년 초과 전 | 1

문제를 풀었습니다


Matrix of almost all zeros, except for main diagonal
Write a program to input an integer n and build a n-by-n matrix with the numbers 1,2,...,n on the main diagonal and zeros elsewh...

대략 10년 전