photo

pauldjn


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

Followers: 0   Following: 0

Statistiques

MATLAB Answers

10 Questions
0 Réponses

RANG
27 810
of 300 756

RÉPUTATION
1

CONTRIBUTIONS
10 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
60.0%

VOTES REÇUS
1

RANG
 of 21 077

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 890

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


Find the maximum value in different vectors and from which vector is it?
I have the following vectors: v1 = [1 1 3 3 1] v2 = [2 2 1 1 2] v3 = [3 3 2 2 3] I want to compare each element of all the v...

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

1

réponse

Question


Change variable's names with one character?
Hi. Suppose I have these variables: a=1 b=2 c=3 And I want to change their names by adding the number assigned here: x = 1...

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

1

réponse

Question


Create a function and plot it
Hello I have the following function: f(x) = 1 + a/ 2.5 + x a= some value I would like to plot that function. I try to do it w...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


Split data into different arrays of different sizes?
Hi I have a huge vector of data and I would like to divide it into different groups according to a particular index so lets say ...

environ 7 ans il y a | 2 réponses | 0

2

réponses

Question


Generate a loop vector with certain probability?
Hi, I have this loop to generate a matrix of size d with the numbers 1,2,3,4 according to a certain frequency (fn...) and each t...

environ 7 ans il y a | 1 réponse | 0

0

réponse

Question


Generate poisson numbers which sum a certain value?
Hi I want to create a vector with numbers following a poisson distribution but at the same time the sum of these numbers should ...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


Randomly assign elements of one vector into different vectors?
Hello I have the next vector: v= [1 2 2 3 1 3 2 1 3 2 1 3 2 1 3 1 2 3 1 3] And I need to assign randomly 4 elements of t...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


Delete max value of a cell array?
Suppose I have the next cell array: array= {[0.7359]} {[0.7360]} {[1.4726]} {[1.8402]} {[1.4723]} {[0]} {...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


Loop to solve ODE45 multiple times?
Hello I made this loop to try to solve this system of diferential equations with different initial conditions but im not sure if...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


Save data from a for loop with different dimensions?
Hello I'm trying to store the data of the next loop by vectorizing each iteration: lambda = 2; distri= poissrnd(lambda,1...

plus de 7 ans il y a | 1 réponse | 1

1

réponse