photo

Abhishek Sharma


Last seen: 9ヶ月 前 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
MATLAB Answers

2 質問
3 回答

Cody

1 問題
267 解答

ランク
128,207
of 300,780

評判
0

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

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,086

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
672
of 171,018

コントリビューション
1 問題
267 解答

スコア
3,035

バッジ数
9

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

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

平均評価

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

平均いいねの数

  • 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

表示方法

回答済み
LSTM Encoder-Decoder
No. encoder-decoder model is introduced in 2021a.

約3年 前 | 0

解決済み


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

4年以上 前

解決済み


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

4年以上 前

解決済み


square of a number
find square of a given number

4年以上 前

解決済み


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

4年以上 前

解決済み


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

4年以上 前

回答済み
How to write function for excel file
I have screenshots attached as answer to your question

4年以上 前 | 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

4年以上 前 | 0

質問


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.

4年以上 前 | 1 件の回答 | 0

1

回答

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


modulus of a number
find the modulus of a given number

約5年 前

解決済み


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

約5年 前

解決済み


Red Cross

約5年 前

解決済み


Radians to Degrees
Convert radians to degrees.

約5年 前

解決済み


Degrees to Radian
Convert degrees to radians

約5年 前

解決済み


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.

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


Values in Array
How many values are in the array

約5年 前

解決済み


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

約5年 前

解決済み


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;

約5年 前

さらに読み込む