photo

sachin kansal


Last seen: plus d'un an il y a Actif depuis 2020

Followers: 0   Following: 0

Message

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

Statistiques

All
MATLAB Answers

0 Questions
1 Réponse

File Exchange

2 Fichiers

Cody

0 Problèmes
332 Solutions

RANG
7 662
of 300 942

RÉPUTATION
6

CONTRIBUTIONS
0 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
1

RANG
13 377 of 21 116

RÉPUTATION
23

CLASSEMENT MOYEN
5.00

CONTRIBUTIONS
2 Fichiers

TÉLÉCHARGEMENTS
2

ALL TIME TÉLÉCHARGEMENTS
186

RANG
467
of 171 806

CONTRIBUTIONS
0 Problèmes
332 Solutions

SCORE
3 947

NOMBRE DE BADGES
11

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • 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

Afficher les badges

Feeds

Afficher par

A résolu


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

presque 5 ans il y a

A résolu


Draw a '0' in a one matrix!

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


Converts numbers into characters
Converts numbers into characters

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


to the 2 all elements
to the 2 all elements

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


Draw a '1' in a zero matrix!

presque 5 ans il y a

A soumis


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

environ 5 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A résolu


Find the Pattern 1

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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?

environ 5 ans il y a

A résolu


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.

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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?

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


Generate pi using logarithm
Generate pi using logarithm

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

Charger plus