photo

Kaushik


BITS Pilani

Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

All
File Exchange

2 Fichiers

Cody

0 Problèmes
6 Solutions

RANG
N/A
of 301 421

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
8 547 of 21 269

RÉPUTATION
98

CLASSEMENT MOYEN
5.00

CONTRIBUTIONS
2 Fichiers

TÉLÉCHARGEMENTS
2

ALL TIME TÉLÉCHARGEMENTS
831

RANG
54 542
of 174 475

CONTRIBUTIONS
0 Problèmes
6 Solutions

SCORE
70

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

plus de 14 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail

A soumis


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

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

5.0 / 5
Thumbnail