photo

Vatsal Gupta


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

6 Questions
0 Réponses

Cody

0 Problèmes
1 Solution

RANG
128 151
of 301 800

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 21 411

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
125 388
of 176 593

CONTRIBUTIONS
0 Problèmes
1 Solution

SCORE
20

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1
  • Solver

Afficher les badges

Feeds

Afficher par

Question


Time managed program in MATLAB
Is there any specific function or code which enables the code to run for a specified amount of time, like say, 10 minutes. The c...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


How to modify Loop variable inside the loop body
for i=1:10 if randi(10)==3 i=i-1; end end In the above code, i must get reduced by 1 whenever t...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


Replace repeated pair of coordinates generated from 'randi' statement.
N=input('How many pairs?'); randnos=randi(10,N,2); The above statement generates N pairs of coordinates as a Nx2 array. ...

presque 8 ans il y a | 3 réponses | 0

3

réponses

Question


Divide points according to quadrant system
I have written a code to divide L pairs (coordinates) according to 4 quadrants: L=input('Enter the number of pairs: '); ...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


Calculate distance between an 5x2 array of (x,y) pairs and a known point
tr=randi(10,5,2);%makes 5x2 matrix generating random nos b/w 1 to 10 xy=sortrows(tr); The above statements makes the fol...

presque 8 ans il y a | 2 réponses | 0

2

réponses

Question


Time dependent function in MATLAB which modifies a variable's value after a few known seconds.
Let x=100. After 5 seconds x should become 99. After further 5 seconds, x should become 98 and so on till x becomes 20. In C++, ...

presque 8 ans il y a | 1 réponse | 0

0

réponse

A résolu


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

environ 8 ans il y a