Community Profile

photo

Kaushik


BITS Pilani

Actif depuis 2011

Followers: 0   Following: 0

Contact

Statistiques

All
  • First Review
  • 5-Star Galaxy Level 2
  • First Submission
  • Solver

Afficher les badges

Feeds

Afficher par

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

presque 7 ans il y a

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

presque 7 ans il y a

A résolu


Flip the main diagonal of a matrix
Given a n x n matrix, M, flip its main diagonal. Example: >> M=magic(5); >> flipDiagonal(M) 9 24 1 ...

presque 7 ans il y a

A résolu


Back to basics 23 - Triangular matrix
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, return a matrix with all elements above a...

presque 7 ans il y a

A résolu


Remove NaN ?
input -> matrix (n*m) with at least one element equal to NaN; output -> matrix(p*m), the same matrix where we deleted the enti...

presque 7 ans il y a

A résolu


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

presque 7 ans il y a

A soumis


A Simple function to plot external common tangents to circles
It helps to draw external common tangents when centers and radii of two circles are inputs.

presque 13 ans il y a | 2 téléchargements |

Thumbnail

A soumis


A Simple function to plot a circle
The function sirkl draws a circle with a given center and radius.

presque 13 ans il y a | 1 téléchargement |

Thumbnail