
Abhishek Sharma
Followers: 0 Following: 0
Currently a research scholar at IIITDM Jabalpur. Research interest includes time-series forecasting, deep learning, machine learning, electric demand forecasting.
Statistics
RANK
183 240
of 298 350
REPUTATION
0
CONTRIBUTIONS
2 Questions
3 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20 571
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
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...
mer än 3 år ago
Solved
Basics: 'Find the eigenvalues of given matrix
Find the eigenvalues y for a given matrix x.
mer än 3 år ago
Solved
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...
mer än 3 år ago
Solved
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....
mer än 3 år ago
How to write function for excel file
I have screenshots attached as answer to your question
mer än 3 år ago | 0
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
mer än 3 år ago | 0
Question
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.
mer än 3 år ago | 1 answer | 0
1
answerSolved
Create a square matrix of zeros of even order
Create a square matrix of zeros of even order
mer än 4 år ago
Solved
calculate the tangent of angle in radians
Calculate the tangent of angle in degrees
mer än 4 år ago
Solved
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
mer än 4 år ago
Solved
Complex number
For complex number c=a+bi, write code that will add a and b together.
mer än 4 år ago
Solved
find the mean of all elements in a matrix
given a matrix, just find the mean of all elements in the matrix
mer än 4 år ago
Solved
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.
mer än 4 år ago
Solved
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...
mer än 4 år ago
Solved
MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.
mer än 4 år ago
Solved
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;
mer än 4 år ago