Yin - MATLAB Central
photo

Yin


US Army ARDEC

Last seen: 2 meses hace Con actividad desde 2011

Followers: 2   Following: 2

Mensaje

Congrats of 20 years, MATLAB! I have been a user since before the desktop interface!

Programming Languages:
C#, MATLAB
Spoken Languages:
English

Estadística

All
CodyMATLAB AnswersFrom 06/11 to 03/25Use left and right arrows to move selectionFrom 06/11Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 Preguntas
0 Respuestas

Cody

0 Problemas
212 Soluciones

CLASIFICACIÓN
9.780
of 297.827

REPUTACIÓN
2

CONTRIBUCIONES
3 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
 of 20.479

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
764
of 159.623

CONTRIBUCIONES
0 Problemas
212 Soluciones

PUNTUACIÓN
2.605

NÚMERO DE INSIGNIAS
11

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Treasure Hunt Participant
  • Community Group Solver
  • ASEE Challenge Master
  • Introduction to MATLAB Master
  • Cody Challenge Master
  • Commenter
  • Project Euler I
  • Thankful Level 1
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Queen's move
given a number of consecutive moves of queen, check for their validity based on their previous position.... but remember if u g...

10 meses hace

Resuelto


N-Queens Checker
Picture a chessboard populated with a number of queens (i.e. pieces that can move like a queen in chess). The board is a matrix,...

10 meses hace

Resuelto


Knight's Watch
"Night gathers, and now my watch begins" A knight is placed on an n-by-n sized chessboard at the position x. Find the proba...

10 meses hace

Resuelto


The Dark Knight
The current position of the knight is x The desired destination is y The size of the chessboard is n. Find the minimu...

10 meses hace

Resuelto


Valid Chess Moves
Using standard Algebraic notation ('' for a pawn), given previous move and a next move, output true if it is a valid move or fal...

10 meses hace

Resuelto


Count the peaceful queens
In a 5x5 chessboard with a queen of one color (white, say) on the perimeter, one can place 12 black queens on the board such tha...

10 meses hace

Resuelto


Return area of square
Side of square=input=a Area=output=b

casi 2 años hace

Resuelto


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

más de 3 años hace

Resuelto


Total energy

más de 3 años hace

Resuelto


Potential energy calculation

más de 3 años hace

Resuelto


Kinetic energy calculation

más de 3 años hace

Resuelto


Laws of motion 1

más de 3 años hace

Resuelto


Laws of motion 2

más de 3 años hace

Resuelto


Laws of motion 3

más de 3 años hace

Resuelto


Laws of motion 4

más de 3 años hace

Resuelto


Laws of motion 5

más de 3 años hace

Resuelto


Laws of motion 6

más de 3 años hace

Resuelto


Combined Ages 2 - Symmetric, n ≥ 3
Following on <http://www.mathworks.com/matlabcentral/cody/problems/42382-combined-ages-1-symmetric-n-3 Combined Ages 2>, you wil...

casi 4 años hace

Resuelto


Combined Ages 1 - Symmetric, n = 3
You have probably seen the common riddle wherein combined ages are provided and you must determine the individual ages. For exam...

casi 4 años hace

Resuelto


To convolve two vectors
To convolve two vectors

casi 5 años hace

Resuelto


calculate linear convolution two vectors
for e.g in: a = [1 2 3] b = [4 5 6] out: y = [4 13 28 27 18]

casi 5 años hace

Resuelto


Nilpotent matrix
Check if matrix A is <http://mathworks.com/ nilpotent>.

casi 5 años hace

Resuelto


Solve the set of simultaneous linear equations
Given this pair of simultaneous linear equations: 2x + 3y = 23 3x + 4y = 32 Find the solution set (x,y)

casi 5 años hace

Resuelto


Column norms of a matrix
Given a matrix M, return a vector y such that for each k y(k)=norm(M(:,k)) (y(k) is the Euclidean norm of the k-th col...

casi 5 años hace

Resuelto


linear least squares fitting
Inputs: * |f|: cell-array of function handles * |x|: column vector of |x| values * |y|: column vector of |y| values, same l...

casi 5 años hace

Resuelto


Linear system of equations
Solve the system of equations in three variables.

casi 5 años hace

Resuelto


System of equations
Find a solution to a system of equations represented by a |n| by |n+1| matrix. For instance, [ 2 0 4; => 2*x = 4 ...

casi 5 años hace

Resuelto


Solve a System of Linear Equations
*Example*: If a system of linear equations in _x&#8321_ and _x&#8322_ is: 2 _x&#8321;_ + _x&#8322;_ = 2 _x&#8321;...

casi 5 años hace

Resuelto


Given a matrix, return the last eigen value
Given a matrix, return the first eigen value For example: x = magic(5) 17 24 1 8 15 23 5 7 14 ...

casi 5 años hace

Resuelto


Basics: 'Find the eigenvalues of given matrix
Find the eigenvalues y for a given matrix x.

casi 5 años hace

Cargar más