Community Profile

photo

Kaushik


BITS Pilani

2011년부터 활동

Followers: 0   Following: 0

연락

통계

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

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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

거의 7년 전

문제를 풀었습니다


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

거의 7년 전

문제를 풀었습니다


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

거의 7년 전

문제를 풀었습니다


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

거의 7년 전

문제를 풀었습니다


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

거의 7년 전

문제를 풀었습니다


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

거의 7년 전

제출됨


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.

거의 13년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


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

거의 13년 전 | 다운로드 수: 1 |

Thumbnail