Community Profile

photo

Abhishek Sharma


Last seen: 9 meses hace Con actividad desde 2020

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

Estadísticas

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

Ver insignias

Content Feed

Ver por

Respondida
LSTM Encoder-Decoder
No. encoder-decoder model is introduced in 2021a.

más de 1 año hace | 0

Resuelto


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...

más de 2 años hace

Resuelto


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

más de 2 años hace

Resuelto


square of a number
find square of a given number

más de 2 años hace

Resuelto


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...

más de 2 años hace

Resuelto


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....

más de 2 años hace

Respondida
How to write function for excel file
I have screenshots attached as answer to your question

más de 2 años hace | 0

Respondida
I want the Mathematics equations for the Genetic Algorithm.
You can lookup the following article https://doi.org/10.1016/B978-0-12-821986-7.00013-5

más de 2 años hace | 0

Pregunta


Executing Python script in MATLAB?
Is there any way to run a full python script ? I am not looking to just call a function written in python.

más de 2 años hace | 1 respuesta | 0

1

respuesta

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


modulus of a number
find the modulus of a given number

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Red Cross

más de 3 años hace

Resuelto


Radians to Degrees
Convert radians to degrees.

más de 3 años hace

Resuelto


Degrees to Radian
Convert degrees to radians

más de 3 años hace

Resuelto


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.

más de 3 años hace

Resuelto


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...

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Values in Array
How many values are in the array

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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;

más de 3 años hace

Cargar más