Community Profile

photo

Kaushik


BITS Pilani

Attivo dal 2011

Followers: 0   Following: 0

Contatto

Statistiche

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

Visualizza badge

Feeds

Visto da

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Inviato


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.

quasi 13 anni fa | 2 download |

Thumbnail

Inviato


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

quasi 13 anni fa | 1 download |

Thumbnail