photo

Shreya Kumar


Last seen: plus de 5 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

0 Questions
10 Réponses

Cody

0 Problèmes
14 Solutions

RANG
1 569
of 300 369

RÉPUTATION
44

CONTRIBUTIONS
0 Questions
10 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
16

RANG
 of 20 936

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
16 635
of 168 436

CONTRIBUTIONS
0 Problèmes
14 Solutions

SCORE
320

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 2
  • Revival Level 2
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
which matlab is compatible with windows 10, 64bit machine?
I'm using a Windows 10, 64-bit machine and I use MATLAB R2019b. However, all versions after R2015a should be compatible with su...

plus de 5 ans il y a | 0

Réponse apportée
Unable to start/run matlab 2011b?
I understand that you are asked to follow the same steps over and over again inspite of having MATLAB already downloaded. Chec...

plus de 5 ans il y a | 0

Réponse apportée
Matlab closing when writing installation key number
Try to uninstall and install the software again. Also please check for the system requirements : https://www.mathworks.com/sup...

plus de 5 ans il y a | 0

Réponse apportée
Mathworks installer blank page and crash Windows 10
I understand that you are facing issues in downloading MATLAB. You could probably try to uninstall and install the software ag...

plus de 5 ans il y a | 0

Réponse apportée
Unable to download and install R2020
It is my understanding that you are facing issues in downloading MATLAB. To begin with, You could probably check for system re...

plus de 5 ans il y a | 0

Réponse apportée
I need file installation key
If you download the trial version, you will get license for 30 days. https://www.mathworks.com/downloads/ Hope this helps.

plus de 5 ans il y a | 0

Réponse apportée
Installing Matlab/R2020a on ubuntu is giving sun.security.validator error
It is my understanding that you are facing issues while downloading MATLAB on your system. Try to go through all the system req...

plus de 5 ans il y a | 1

| A accepté

Réponse apportée
crashing all the time
It is my understanding that you are facing unusual crash while working on MATLAB. You could probably try to uninstall and inst...

plus de 5 ans il y a | 0

| A accepté

Réponse apportée
How do I open files in MATLAB Online?
It is my understanding that you are trying to access some files from your desktop. You could probably upload the files to driv...

plus de 5 ans il y a | 15

| A accepté

Réponse apportée
Is MATLAB compatible with Windows 10build 1909
It is my understanding that you are asking for system requirements for MATLAB on Windows 10. You could probably go to the math...

plus de 5 ans il y a | 0

A résolu


Making change
Given an amount of currency, return a vector of this form: [100 50 20 10 5 2 1 0.5 0.25 0.1 0.05 0.01] Example: Input a = ...

plus de 5 ans il y a

A résolu


Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

plus de 5 ans il y a

A résolu


Counting Money
Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99. E...

plus de 5 ans il y a

A résolu


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

plus de 5 ans il y a

A résolu


Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...

plus de 5 ans il y a

A résolu


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

plus de 5 ans il y a

A résolu


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

plus de 5 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

plus de 5 ans il y a

A résolu


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

plus de 5 ans il y a

A résolu


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

plus de 5 ans il y a

A résolu


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

plus de 5 ans il y a

A résolu


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

plus de 5 ans il y a

A résolu


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

plus de 5 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

plus de 5 ans il y a