photo

Yin


US Army ARDEC

Last seen: 1 month 前 自 2011 起处于活动状态

Followers: 3   Following: 6

消息

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

Programming Languages:
C#, MATLAB
Spoken Languages:
English

统计学

All
MATLAB Answers

3 个提问
0 个回答

Cody

0 个问题
212 个答案

排名
9,780
of 299,916

声誉
2

贡献数
3 个提问
0 个回答

回答接受率
33.33%

收到投票数
2

排名
 of 20,840

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
778
of 166,562

贡献数
0 个问题
212 个答案

评分
2,605

徽章数量
11

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

2 years 前

已解决


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

4 years 前

已解决


Total energy

4 years 前

已解决


Potential energy calculation

4 years 前

已解决


Kinetic energy calculation

4 years 前

已解决


Laws of motion 1

4 years 前

已解决


Laws of motion 2

4 years 前

已解决


Laws of motion 3

4 years 前

已解决


Laws of motion 4

4 years 前

已解决


Laws of motion 5

4 years 前

已解决


Laws of motion 6

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


To convolve two vectors
To convolve two vectors

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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)

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

加载更多