photo

Maya


Last seen: 9 months 前 自 2025 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
82 个答案

排名
N/A
of 300,871

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,100

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
5,929
of 171,460

贡献数
0 个问题
82 个答案

评分
1,007

徽章数量
4

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

查看徽章

Feeds

排序方式:

已解决


Change the sign of even index entries of the reversed vector
change the signs of the even index entries of the reversed vector example 1 vec = [4 -1 -2 9] ans = [9 2 -1 -4] example2...

9 months 前

已解决


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

9 months 前

已解决


Temperature Conversion 2

9 months 前

已解决


Temperature Conversion 1

9 months 前

已解决


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

9 months 前

已解决


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

9 months 前

已解决


Converts numbers into characters
Converts numbers into characters

9 months 前

已解决


Find the max element of the array
Find the max element of the array

9 months 前

已解决


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

9 months 前

已解决


to the 2 all elements
to the 2 all elements

9 months 前

已解决


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

9 months 前

已解决


Double all elements in the array
Duplicate all elements in the array

9 months 前

已解决


calculate the length of matrix
input 1 array, calculate the length

9 months 前

已解决


Back to basics 21 - Matrix replicating
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, generate an output matrix that consists o...

9 months 前

已解决


sum of non-primes
The sum of the non-primes no larger than 10 is 1+4+6+8+9+10=38 Find the sum of all the positive non-prime integers that do no...

9 months 前

已解决


subtract central cross
Given an n-by-n square matrix, where n is an odd number, return the matrix without the central row and the central column.

9 months 前

已解决


surrounded matrix
With a given matrix A (size m x n) create a matrix B (size m+2 x n+2) so that the matrix A is surrounded by ones: A = [1 2 ...

9 months 前

已解决


Spherical Volume
Calculate the volume of a sphere.

9 months 前

已解决


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

9 months 前

已解决


Given a number N, find the smallest prime P>N
Given a number N, find the smallest prime P greater than N. For example: If N=10 then P=11. If N=13 then P=17.

9 months 前

已解决


area of an annulus
Given the diameter d of the inner circle of the annulus. Given length z of a chord of the outer circle of the annulus. This chor...

9 months 前

已解决


String Logic 19
Examples: 'DIG' --> 'I' 'IMPORTANT' --> 'MOTN' 'DEAL' --> 'EL' 'LIMB' --> 'IB' 'MOSTLY' --> 'OTY'

9 months 前

已解决


Total energy

9 months 前

已解决


Potential energy calculation

9 months 前

已解决


Kinetic energy calculation

9 months 前

已解决


Laws of motion 1

9 months 前

已解决


Laws of motion 2

9 months 前

已解决


Laws of motion 3

9 months 前

已解决


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

9 months 前

已解决


Laws of motion 5
Calculate the force is u are given mass and acceleration.

9 months 前

加载更多