Koteswar Rao Jerripothula - MATLAB Central
photo

Koteswar Rao Jerripothula


IIIT-Delhi

Last seen: 3年弱 前 2014 年からアクティブ

Followers: 0   Following: 0

Assistant Professor, IIIT-Delhi, India.

PhD from NTU, Singapore.
B.Tech from IIT Roorkee, India.

Professional Interests: Computer Vision, Image Processing, Pattern Recognition

統計

All
CodyFile ExchangeMATLAB AnswersFrom 01/14 to 04/25Use left and right arrows to move selectionFrom 01/14Use 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%
MATLAB Answers

0 質問
2 回答

File Exchange

6 ファイル

Cody

11 問題
225 解答

ランク
76,002
of 297,999

評判
0

コントリビューション
0 質問
2 回答

回答採用率
0.00%

獲得投票数
0

ランク
6,413 of 20,519

評判
173

平均評価
3.00

コントリビューション
6 ファイル

ダウンロード
11

ALL TIME ダウンロード
1686

ランク
830
of 160,124

コントリビューション
11 問題
225 解答

スコア
2,461

バッジ数
8

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Answer
  • Quiz Master
  • Puzzler
  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 2
  • GitHub Submissions Level 3
  • First Submission
  • CUP Challenge Master
  • Speed Demon
  • Creator
  • Commenter
  • Promoter

バッジを表示

Feeds

表示方法

解決済み


Crop an Image
A grayscale image is represented as a matrix in MATLAB. Each matrix element represents a pixel in the image. An element value re...

約3年 前

解決済み


Energy of a photon
*&#9883 &#9762 &#9883 &#9762 &#9883 &#9762 &#9883* Given the frequency F of a photon in giga hertz. Find energy E of this...

7年以上 前

解決済み


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

7年以上 前

解決済み


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

10年弱 前

解決済み


Repeat The Components of Matrix
Repeat The components of a matrix so that the size of the output matrix is double to input matrix and components are repeated ne...

10年弱 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. So if input x is x = [1 2 3 5] then the output y should be 11.

10年弱 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. So if input x is x = [1 2 3 5] then the output y should be 11.

10年弱 前

解決済み


Sum all integers from 1 to 5^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=6

10年弱 前

解決済み


Vector
Create a 1 x 10 vector from 1 to 20 with increments of 2

10年弱 前

解決済み


Create a vector
Create a vector from 0 to n by intervals of 2.

10年弱 前

解決済み


Compute LOG(1+X) in natural log
Compute LOG(1+X) in natural log

10年弱 前

解決済み


Try and Catch Simple Example
Try and Catch Simple Example <http://in.mathworks.com/help/matlab/ref/try.html Example> Vector x=[1 4 6 8 10]; Create...

10年弱 前

解決済み


Don't Try, give up and return NaN.
This is another version of <http://www.mathworks.com/matlabcentral/cody/problems/3107-try-and-catch-simple-example problem 3107....

10年弱 前

解決済み


Times 3 problem
When you enter the number, it should return the number multiplied by 3

10年弱 前

解決済み


Potential Energy
Calculate the potential energy of a rock.

10年弱 前

解決済み


Geometric series
Find the sum, given the first term t1, the common ratio r, and number of terms n. Examples If input t1=1, r=1, n=7 the...

約10年 前

解決済み


Find common elements in matrix rows
Given a matrix, find all elements that exist in every row. For example, given A = 1 2 3 5 9 2 5 9 3 2 5 9 ...

約10年 前

解決済み


Return area of square
Side of square=input=a Area=output=b

約10年 前

解決済み


only input
Return the output without writing any code into the function.

約10年 前

解決済み


Min of a Matrix
Return the minimum value in the given matrix.

約10年 前

解決済み


03 - Matrix Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3a.png>> A 9x9 matrix full of 2's (Hint: use *ones* o...

約10年 前

解決済み


Return 'on' or 'off'
When the input is true, return 'on', otherwise, return 'off'.

約10年 前

解決済み


Getting logical indexes
This is a basic MATLAB operation. It is for instructional purposes. --- Logical indexing works like this. thresh = 4...

約10年 前

解決済み


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

約10年 前

解決済み


The Answer to Life, the Universe, and Everything
A variation of a previous Hitchhiker's Guide to the Galaxy problem. *Inputs:* Life, the Universe, and Everything *Output:*...

約10年 前

解決済み


Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...

約10年 前

解決済み


Replace NaNs with the number that appears to its left in the row.
Replace NaNs with the number that appears to its left in the row. If there are more than one consecutive NaNs, they should all ...

約11年 前

問題


show image
show 'pout.tif' image

約11年 前 | 0 | 0 個のソルバー

解決済み


Angle between two vectors
You have two vectors , determine the angle between these two vectors For example: u = [0 0 1]; v = [1 0 0]; The a...

約11年 前

解決済み


Replace multiples of 5 with NaN
It is required to replace all values in a vector that are multiples of 5 with NaN. Example: input: x = [1 2 5 12 10 7] ...

約11年 前

さらに読み込む