photo

hang


Last seen: 12 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
1041 个答案

排名
N/A
of 300,988

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,130

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
125
of 172,218

贡献数
0 个问题
1041 个答案

评分
10,788

徽章数量
12

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Explorer
  • Speed Demon
  • Introduction to MATLAB Master
  • CUP Challenge Master
  • Promoter
  • Commenter
  • Scholar
  • Community Group Solver
  • Solver

查看徽章

Feeds

排序方式:

已解决


Nth root
Nth root of a number x

3 years 前

已解决


String Array Basics, Part 1: Convert Cell Array to String Array; No Missing Values
<http://www.mathworks.com/help/matlab/characters-and-strings.html String array> and cell array are two types of containers for s...

4 years 前

已解决


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

4 years 前

已解决


MATLAB Basics: Complex Argument
For a given complex number, x, return the argument, y, in degrees.

4 years 前

已解决


MATLAB Basics: Complex Conjugates
For a given complex number, x, return the complex conjugate, y.

4 years 前

已解决


Vector creation using colon operator
Create a vector y containing n uniformly spaced values between a and b, with a < b. Use the colon (:) operator.

4 years 前

已解决


Create a cell array out of a struct
Create a cell array out of a (single) struct with the fieldname in the first column and the value in the second column: in: ...

4 years 前

已解决


MATLAB Basics: Complex Numbers
For a given complex number, x, return the real and imaginary parts as a vector, y = [Real Imaginary].

4 years 前

已解决


Factorial

4 years 前

已解决


area

4 years 前

已解决


size

4 years 前

已解决


Return multiples of 3

4 years 前

已解决


Real

4 years 前

已解决


find the height

4 years 前

已解决


Stacking vectors into a matrix
Given a 4x1 vector a, and a 2x2 matrix b, create a matrix M in which the first 2 rows are each identical to a and the last two r...

4 years 前

已解决


Matrix convolution
A certain convolution step involves an elementwise multipication between two 3x3 matrices and taking the resulting sum of the el...

4 years 前

已解决


Matrix Indexing
Given a matrix A and scalars r,c,i, find the product of two elements, with the first element located at row r and column c (doub...

4 years 前

已解决


Generate the Matrix!
Given n, generate the following matrix: a = [ n n-1 n-2 ... 2 1; n-1 n-1 n-2 ... 2 1; n-2 n-2 n-2 ... 2 1;...

4 years 前

已解决


Power supply: 230V to 115V
The problem is simple: we have a wall outlet which supplies 230V and an apparatus that requires 115V. Software is always chea...

4 years 前

已解决


Sum of series IX

5 years 前

已解决


Sum of series VIII

5 years 前

已解决


Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given numbe...

5 years 前

已解决


convert binary string to vector!!!

5 years 前

已解决


convert I

5 years 前

已解决


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

5 years 前

已解决


eukleides triangle

5 years 前

已解决


Sum of series VII
What is the sum of the following sequence: Σ(km^k)/(k+m)! for k=1...n for different n and m?

5 years 前

已解决


area of a sphere

5 years 前

加载更多