photo

Dhruv

MathWorks

Last seen: 2 days 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

2 个问题
89 个答案

排名
N/A
of 300,988

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,130

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
2,346
of 172,218

贡献数
2 个问题
89 个答案

评分
1,340

徽章数量
10

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Introduction to MATLAB Master
  • Speed Demon
  • Creator
  • Draw Letters
  • Community Group Solver
  • Solver
  • Commenter
  • Promoter

查看徽章

Feeds

排序方式:

已解决


It dseon't mettar waht oedrr the lrettes in a wrod are.
An internet meme from 2003 (read more here) asserted that readers are relatively insensitive to letter order in words, so long a...

2 years 前

已解决


Total energy

2 years 前

已解决


Potential energy calculation

2 years 前

已解决


Kinetic energy calculation

2 years 前

已解决


Laws of motion 1

2 years 前

已解决


Laws of motion 2

2 years 前

已解决


Laws of motion 3

2 years 前

已解决


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

2 years 前

已解决


Laws of motion 5

2 years 前

已解决


Laws of motion 6

2 years 前

已解决


Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...

2 years 前

已解决


Word Counting and Indexing
You are given a list of strings, each being a list of words divided by spaces. Break the strings into words, then return a maste...

2 years 前

已解决


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

2 years 前

已解决


Draw a '0' in a one matrix!

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


Converts numbers into characters
Converts numbers into characters

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


to the 2 all elements
to the 2 all elements

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


Matrix symmetry
Given a matrix A = [1 2 3; 4 5 6] Flip it horizontally and vertically to obtain a complete reversal of both rows and columns. ...

2 years 前

问题


Matrix symmetry
Given a matrix A = [1 2 3; 4 5 6] Flip it horizontally and vertically to obtain a complete reversal of both rows and columns. ...

2 years 前 | 0 | 25 个解题者

已解决


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

2 years 前

已解决


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

2 years 前

已解决


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

2 years 前

已解决


Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...

2 years 前

已解决


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

2 years 前

加载更多