photo

Matt

MathWorks

Last seen: 12 días hace Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

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

Estadística

All
MATLAB Answers

0 Preguntas
7 Respuestas

Cody

0 Problemas
1 Solución

CLASIFICACIÓN
5.037
of 300.364

REPUTACIÓN
10

CONTRIBUCIONES
0 Preguntas
7 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
1

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

  • Knowledgeable Level 1
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

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

más de 7 años hace | 0

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

más de 7 años hace | 0

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

más de 7 años hace | 0

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

más de 7 años hace | 0

| aceptada

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

más de 7 años hace | 0

| aceptada

Respondida
Counting Y axis lines
plot(x,y) ax = gca; n = numel(ax.YTick);

más de 7 años hace | 0

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

más de 9 años hace | 1

Resuelto


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

casi 10 años hace