Abhishek Sharma - MATLAB Central
photo

Abhishek Sharma


Last seen: 18 giorni fa Attivo dal 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.

Statistica

All
CodyMATLAB AnswersFrom 10/20 to 04/25Use left and right arrows to move selectionFrom 10/20Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

2 Domande
3 Risposte

Cody

1 Problema
267 Soluzioni

RANK
232.982
of 298.066

REPUTAZIONE
0

CONTRIBUTI
2 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
0

RANK
 of 20.530

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
610
of 160.267

CONTRIBUTI
1 Problema
267 Soluzioni

PUNTEGGIO
3.035

NUMERO DI BADGE
9

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • 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

Visualizza badge

Feeds

Visto da

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

oltre 2 anni fa | 0

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


square of a number
find square of a given number

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

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

oltre 3 anni fa | 0

Risposto
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

oltre 3 anni fa | 0

Domanda


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.

oltre 3 anni fa | 1 risposta | 0

1

risposta

Risolto


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

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


modulus of a number
find the modulus of a given number

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


Red Cross

oltre 4 anni fa

Risolto


Radians to Degrees
Convert radians to degrees.

oltre 4 anni fa

Risolto


Degrees to Radian
Convert degrees to radians

oltre 4 anni fa

Risolto


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.

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


Values in Array
How many values are in the array

oltre 4 anni fa

Risolto


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

oltre 4 anni fa

Risolto


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;

oltre 4 anni fa

Carica altro