photo

sachin kansal


Last seen: 1 year 前 自 2020 起处于活动状态

Followers: 0   Following: 0

消息

I am an undergraduate engineer. my main interest is towards mechanical design and simulations.

统计学

All
MATLAB Answers

0 个提问
1 个回答

File Exchange

2 文件

Cody

0 个问题
332 个答案

排名
7,658
of 301,141

声誉
6

贡献数
0 个提问
1 个回答

回答接受率
0.00%

收到投票数
1

排名
13,392 of 21,181

声誉
23

平均
5.00

贡献数
2 文件

下载次数
2

ALL TIME 下载次数
186

排名
477
of 173,007

贡献数
0 个问题
332 个答案

评分
3,947

徽章数量
11

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • MATLAB Mini Hack Participant
  • MATLAB Central Treasure Hunt Finisher
  • CUP Challenge Master
  • Draw Letters
  • Knowledgeable Level 1
  • First Answer
  • 5-Star Galaxy Level 1
  • First Submission
  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

查看徽章

Feeds

排序方式:

已解决


Is the Point in a Triangle?
Check whether a point or multiple points is/are in a triangle with three corners Points = [x, y]; Triangle = [x1, y1; x...

5 years 前

已解决


Draw a '0' in a one matrix!

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

5 years 前

已解决


Converts numbers into characters
Converts numbers into characters

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


to the 2 all elements
to the 2 all elements

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


Draw a '1' in a zero matrix!

5 years 前

已提交


piston-rod-crank mechanism
the app plots the position-time; velocity-time; the acceleration-time graph

5 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已解决


Find the Pattern 1

5 years 前

已解决


Duplicate each element of a vector.
for an n-dimensional vector x, the function should return another vector 2n-dimension which each element is repeated twice. Ex...

5 years 前

已解决


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

5 years 前

已解决


Wind Chill Computation
On a windy day, a temperature of 15 degrees may feel colder, perhaps 7 degrees. The formula below calculates the "wind chill," i...

5 years 前

已解决


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

5 years 前

已解决


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

5 years 前

已解决


Create an anti-identity matrix
Create an anti-identity matrix of given dimension. Examples n = 2 A = [0 1; 1 0] n = 3 A = [0 0 1; 0 1 0; 1 0 0...

5 years 前

已解决


Create Vector containing following elements
Create Vector containing following elements A=[pi eps NaN inf -inf flintmax];

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 前

已解决


Find the area of a rectangle if length of the diagonal is given.
if length of a diagnonal in rectangle is 5. Its area is 12.

5 years 前

已解决


Min of a Matrix
Return the minimum value in the given matrix.

5 years 前

已解决


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

5 years 前

已解决


Sum of series IV
What is the sum of the following sequence: Σ(-1)^(k+1) (2k-1)^2 for k=1...n for different n?

5 years 前

已解决


Sum of series III
What is the sum of the following sequence: Σ(2k-1)^3 for k=1...n for different n?

5 years 前

已解决


Matrix to column conversion
Given a matrix of any size, convert it into a column vector. e.g A=[10 20 30; 40 50 60] then, B = [10; 40; ...

5 years 前

已解决


Generate pi using logarithm
Generate pi using logarithm

5 years 前

已解决


Reverse the elements of an array
Reverse the order of elements in an array: eg: input X = [ 1 2 3 ; 4 5 6 ; 7 8 9 ] o...

5 years 前

已解决


Sum of series VI
What is the sum of the following sequence: Σk⋅k! for k=1...n for different n?

5 years 前

加载更多