photo

Pruthvi G


Last seen: meer dan 2 jaar ago Active since 2019

Followers: 1   Following: 0

Message

I love M-scripting

Statistics

All
MATLAB Answers

1 Question
36 Answers

File Exchange

8 Files

Cody

0 Problems
8 Solutions

RANK
1.465
of 300.392

REPUTATION
48

CONTRIBUTIONS
1 Question
36 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
15

RANK
3.985 of 20.934

REPUTATION
370

AVERAGE RATING
4.90

CONTRIBUTIONS
8 Files

DOWNLOADS
13

ALL TIME DOWNLOADS
2637

RANK
43.141
of 168.373

CONTRIBUTIONS
0 Problems
8 Solutions

SCORE
93

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • MATLAB Central Treasure Hunt Finisher
  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • Revival Level 2
  • Solver
  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Solved


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

meer dan 4 jaar ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

meer dan 4 jaar ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

ongeveer 5 jaar ago

Solved


Split a string into chunks of specified length
Given a string and a vector of integers, break the string into chunks whose lengths are given by the elements of the vector. Ex...

meer dan 6 jaar ago

Solved


Create a cell array out of a struct
Create a cell array out of a (single) struct with the fieldname in the first column and the value in the second column: in: ...

meer dan 6 jaar ago

Solved


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

meer dan 6 jaar ago

Solved


Convert a Cell Array into an Array
Given a square cell array: x = {'01', '56'; '234', '789'}; return a single character array: y = '0123456789'

meer dan 6 jaar ago

Solved


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

meer dan 6 jaar ago