Community Profile

photo

Kaushik


BITS Pilani

Con actividad desde 2011

Followers: 0   Following: 0

Contacto

Estadísticas

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

Ver insignias

Feeds

Ver por

Resuelto


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

casi 7 años hace

Resuelto


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

casi 7 años hace

Resuelto


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

casi 7 años hace

Resuelto


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

casi 7 años hace

Resuelto


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

casi 7 años hace

Resuelto


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

casi 7 años hace

Enviada


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.

casi 13 años hace | 2 descargas |

Thumbnail

Enviada


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

casi 13 años hace | 1 descarga |

Thumbnail