Statistiques
9 Questions
0 Réponses
RANG
30 406
of 300 352
RÉPUTATION
1
CONTRIBUTIONS
9 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
44.44%
VOTES REÇUS
1
RANG
of 20 928
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 212
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
Feeds
Question
Array of fixed length
A user inputs a value n. I want to make an array that has n values, 1/n. If n=4, output would be [1/4 1/4 1/4 1/4] Not qui...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
For loop question help
I have two vectors. A = [ 1 2 3 4 6] and x = [5 3 2 1]. For every value in x, I want to return the corresponding index value in ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
For loop and indexing help
I am generating a uniform random number using X=rand; I have a vector of values, say Z=[.1 .2 .3 .4 .5]. I have another vector,Y...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Appending to an array/vector
I have a while loop that is running. Inside the while loop, I want to create a vector of values. The loop is iterating several t...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Problem with the interp function
"Error using interp (line 68) Length of data sequence must be at least 9. You either need more data or a shorter filter (L)."...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
For loop for summation
I need to create a for loop for a series summation. The sum is from n=-500 to 500. The summation is some function of n multiplie...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Indexing a Matrix with a for loop
I have a matrix of complex numbers, z: z = [1+j 2+j 5+j;4+3j 6+2j 1+3j], and am trying to replicate z into y using a for loop. I...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
The @ symbol in Matlab
What does f = @(n) ((1/2).^n).*(n>=0); mean? Is this the (1/2)^n function, for values of n greater than zero? I am not sure how ...
environ 6 ans il y a | 3 réponses | 1
3
réponsesQuestion
adding a number to an array
I am trying to create two arrays - one for time, which represents all of the x values for the graph, and one for y, which repres...
environ 6 ans il y a | 1 réponse | 0
