Anupriya Mathews - MATLAB Central
photo

Anupriya Mathews


Last seen: ongeveer 5 jaar ago Active since 2018

Followers: 0   Following: 0

Statistics

CodyFrom 02/18 to 04/25Use left and right arrows to move selectionFrom 02/18Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
Cody

0 Problems
16 Solutions

RANK
N/A
of 298.204

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20.548

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
26.620
of 160.571

CONTRIBUTIONS
0 Problems
16 Solutions

SCORE
180

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver

View badges

Feeds

View by

Solved


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

ongeveer 7 jaar ago

Solved


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

ongeveer 7 jaar ago

Solved


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

ongeveer 7 jaar ago

Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

ongeveer 7 jaar ago

Solved


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

ongeveer 7 jaar ago

Solved


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

ongeveer 7 jaar ago

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

ongeveer 7 jaar ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

ongeveer 7 jaar ago

Solved


Vector indexing: lower than mean
Find all values in a vector lower than the mean of the vector

ongeveer 7 jaar ago

Solved


Resizing Matrices
Take an 4x3 matrix, and resize it to a 2x6 matrix

ongeveer 7 jaar ago

Solved


Matrix Ax=B problem
Take a incoming A and B vector, and solve for x

ongeveer 7 jaar ago

Solved


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

ongeveer 7 jaar ago

Solved


Sum two matrices
Take two incoming matrices, and sum them

ongeveer 7 jaar ago

Solved


Find the index of the lowest number in a matrix
Take a matrix, and find the [row cal] index of the lowest number

ongeveer 7 jaar ago

Solved


Replace 0 indices in array with 1's
Take a incoming vector, and replace 0's with ones

ongeveer 7 jaar ago

Solved


Matrix Max Finder
Output the maximum value in a matrix

ongeveer 7 jaar ago