photo

Gopala Krishna Rodda


IIT Gandhinagar

Last seen: 3 days 前 自 2015 起处于活动状态

Followers: 1   Following: 0

消息

Research Scholar at IIT Gandhinagar

Programming Languages:
MATLAB
Spoken Languages:
English

统计学

All
File Exchange

11 文件

Cody

0 个问题
30 个答案

排名
N/A
of 299,984

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
1,414 of 20,857

声誉
1,337

平均
4.80

贡献数
11 文件

下载次数
26

ALL TIME 下载次数
12073

排名
14,612
of 166,841

贡献数
0 个问题
30 个答案

评分
370

徽章数量
3

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • GitHub Submissions Level 1
  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • Speed Demon
  • Promoter
  • Solver

查看徽章

Feeds

排序方式:

已提交


groundmotion_Simulation_Clough_Penzien_spectrum
Simulating nonstationary ground motion from the Clough-Penzien spectrum

3 years 前 | 1 次下载 |

0.0 / 5

已提交


processing_groundmotion
Performs processing of the ground motion

3 years 前 | 2 次下载 |

0.0 / 5

已提交


2D Frame Analysis
Structural Analysis of Plane Frame using matrix methods

3 years 前 | 6 次下载 |

4.9 / 5

已提交


dist_corr
Computes "Distance Correlation" between two vectors

6 years 前 | 2 次下载 |

0.0 / 5

已提交


readPEER
Read PEER ground motion

7 years 前 | 3 次下载 |

5.0 / 5

已解决


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.

9 years 前

已解决


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

9 years 前

已解决


Approximate e
Given a and n, compute and approximation to f = a * e ^ n, without the use of exp, string operations, or floating point numbers....

9 years 前

已解决


Sum of Logarithms
Given a vector, v, of real positive numbers, compute the sum, s, of the base-10 logarithms of the elements of v, without the use...

9 years 前

已提交


Truss GUI Improved
Structural analysis of plane truss

10 years 前 | 2 次下载 |

5.0 / 5
Thumbnail

已解决


Matrix of almost all zeros, except for main diagonal
Write a program to input an integer n and build a n-by-n matrix with the numbers 1,2,...,n on the main diagonal and zeros elsewh...

10 years 前

已解决


Polynomial Evaluation
Create a routine that takes a list of coefficients of a polynomial in order of increasing powers of x; together with a value of ...

10 years 前

已解决


Replace secondary diagonal elements of a square array
Replace all the secondary diagonal elements of the square array A with the number n Example: A=[1 2 3; 4 5 6; 7 8 ...

10 years 前

已提交


Response Spectrum
Calculates Response Spectrum of a time series

10 years 前 | 3 次下载 |

4.0 / 5

已提交


Spectral Densities
Calculates spectral densities of time series

10 years 前 | 3 次下载 |

0.0 / 5

已提交


steepest descent method
steepest descent method

10 years 前 | 1 次下载 |

5.0 / 5

已提交


Conjugate gradient method
Conjugate gradient method

10 years 前 | 2 次下载 |

5.0 / 5

已解决


Counting Money
Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99. E...

10 years 前

已解决


Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...

10 years 前

已解决


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

10 years 前

已解决


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

10 years 前

已解决


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

10 years 前

已解决


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

10 years 前

已解决


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

10 years 前

已解决


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

10 years 前

已解决


Return the largest number that is adjacent to a zero
This example comes from Steve Eddins' blog: <http://blogs.mathworks.com/steve/2009/05/27/learning-lessons-from-a-one-liner/ Lear...

10 years 前

已解决


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

10 years 前

已解决


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

10 years 前

已解决


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

10 years 前

已解决


Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...

10 years 前

加载更多