photo

Abhishek Sharma


Last seen: 대략 1년 전 2020년부터 활동

Followers: 0   Following: 0

Currently a research scholar at IIITDM Jabalpur. Research interest includes time-series forecasting, deep learning, machine learning, electric demand forecasting.

통계학

All
  • Thankful Level 2
  • First Answer
  • Creator
  • Thankful Level 1
  • MATLAB Central Treasure Hunt Finisher
  • First Review
  • Introduction to MATLAB Master
  • Community Group Solver
  • CUP Challenge Master
  • Commenter
  • Promoter
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

거의 3년 전

문제를 풀었습니다


Basics: 'Find the eigenvalues of given matrix
Find the eigenvalues y for a given matrix x.

거의 3년 전

문제를 풀었습니다


square of a number
find square of a given number

거의 3년 전

문제를 풀었습니다


Natural numbers in string form
Create a cell array of strings containing the first n natural numbers. _Slightly_ harder than it seems like it should be. Ex...

거의 3년 전

문제를 풀었습니다


Remove element(s) from cell array
You can easily remove an element (or a column in any dimension) from a normal matrix, but assigning that value (or range) empty....

거의 3년 전

문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

3년 초과 전

문제를 풀었습니다


Calculate square and cube of number
Calculate square and cube of number x

3년 초과 전

문제를 풀었습니다


Calculate distance travelled when given radius and rotations
When given radius of wheel and number of rotations calculate total distance travelled consider pi=3.14

3년 초과 전

문제를 풀었습니다


Complex number
For complex number c=a+bi, write code that will add a and b together.

3년 초과 전

문제를 풀었습니다


Rounding
Round 10.67 and make 'y' equal to that number.

3년 초과 전

문제를 풀었습니다


Find remainder when x is divided by 3
Find remainder when x is divided by 3

3년 초과 전

문제를 풀었습니다


first element of matrix
find the first elements of a column matrix

3년 초과 전

문제를 풀었습니다


find the mean of all elements in a matrix
given a matrix, just find the mean of all elements in the matrix

3년 초과 전

문제를 풀었습니다


modulus of a number
find the modulus of a given number

3년 초과 전

문제를 풀었습니다


Convert Fahrenheit to Kelvin
Convert the value f in Fahrenheit to Kelvin

3년 초과 전

문제를 풀었습니다


Red Cross

3년 초과 전

문제를 풀었습니다


Radians to Degrees
Convert radians to degrees.

3년 초과 전

문제를 풀었습니다


Degrees to Radian
Convert degrees to radians

3년 초과 전

문제를 풀었습니다


Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.

3년 초과 전

문제를 풀었습니다


Element by element multiplication of two vectors
Given two input vectors, return the element-by-element product. Example A = [1 2 3] B = [7 3 1] The answer should be...

3년 초과 전

문제를 풀었습니다


Product of Array
Given an array of numbers. Get the product of the array.

3년 초과 전

문제를 풀었습니다


Product of elements in row
Product of matrix such that a=[3 3 1] b=9

3년 초과 전

문제를 풀었습니다


Values in Array
How many values are in the array

3년 초과 전

문제를 풀었습니다


MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.

3년 초과 전

문제를 풀었습니다


find radius of cone
if Slant height of Cone(I)& hight of Cone(H) given then find radius of the Cone(R) for example I=5,h=4 then the ans R=3;

3년 초과 전

문제를 풀었습니다


Convert a vector into a number
This is a sub problem related to this problem: <http://www.mathworks.com/matlabcentral/cody/problems/621-cryptomath-addition>...

3년 초과 전

문제를 풀었습니다


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

3년 초과 전

문제를 풀었습니다


calculate RMS voltage
given peak to peak voltage, calculate rms voltage

3년 초과 전

문제를 풀었습니다


Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.

3년 초과 전

더 보기