photo

Matt

MathWorks

Last seen: 13 jours il y a Actif depuis 2015

Followers: 0   Following: 0

Message

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

Statistiques

All
MATLAB Answers

0 Questions
7 Réponses

Cody

0 Problèmes
1 Solution

RANG
5 026
of 300 381

RÉPUTATION
10

CONTRIBUTIONS
0 Questions
7 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
1

RANG
 of 20 941

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
113 156
of 168 477

CONTRIBUTIONS
0 Problèmes
1 Solution

SCORE
20

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus de 7 ans il y a | 0

Réponse apportée
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...

plus de 7 ans il y a | 0

Réponse apportée
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...

plus de 7 ans il y a | 0

Réponse apportée
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...

plus de 7 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 7 ans il y a | 0

| A accepté

Réponse apportée
Counting Y axis lines
plot(x,y) ax = gca; n = numel(ax.YTick);

plus de 7 ans il y a | 0

Réponse apportée
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.

plus de 9 ans il y a | 1

A résolu


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

presque 10 ans il y a