![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7071705_1522119906319_DEF.jpg)
balsip
Followers: 0 Following: 0
Statistiques
24 Questions
0 Réponses
RANG
8 561
of 297 016
RÉPUTATION
5
CONTRIBUTIONS
24 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
91.67%
VOTES REÇUS
5
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
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
nanmean returns -Inf
Vector A is 7627x1 vector with 150 values, 10 of which are negative, and the rest are NaNs. Calling nanmedian(A) returns a re...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Using surf to compare three vectors
I'd like to compare three vectors graphically, and I think surf is the function to use. In exploring surf, I can't wrap my he...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
Obtaining slope from fitlm results
With results from fitlm, how does one disentangle the linear regression's slope? I'm simply trying to plot the regression over t...
plus de 7 ans il y a | 2 réponses | 2
2
réponsesQuestion
Using and Reading PCA Statistical Results
Using pca() with a 7627x17 matrix of variables (columns = variables, rows = observations), I am outputting the coeff and explain...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Add Column and Row Labels to Matrix
I'd like to add string data column and row labels (aka "headers") to a 5x13 matrix. I've expanded the matrix to 6x14 with NaNs t...
presque 8 ans il y a | 2 réponses | 1
2
réponsesQuestion
Reading Robustfit Stats Results
Using robustfit, I'm looking to find the R^2 and p-value for the resulting linear regression. I'm using two vectors, and returni...
presque 8 ans il y a | 1 réponse | 2
0
réponseQuestion
How to average sequential chunks of one vector based on the criteria of another
Good Afternoon, Working with a time vector, *EChr* (values 0-23.5, in 0.5 increments), and another vector, *A*, I need to ave...
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
In for loop, add same fractional value to all non-integers in the vector
Hello, In vector A, I have values that are either integers or fractional values (all are X.3000). I'd like to add 0.2 to all ...
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
In a for loop, how do I combine rows when values are equal?
I'm having trouble with the syntax of a for loop. In a vector, A, rows sometimes repeat values in succession. What I'd like to d...
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How do you return the value of one vector at specified value of another vector
I want to return the value of a vector A at the specified value of vector B. So, when vector B = 805, I'd like code to return...
environ 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
Include a string variable for a plot title in function prompt
Hello, I have a plot function that includes a title () call. In the function's prompt, I would like to provide not only t...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Use a character variable for a title in a plot function
Hello, I would like to use a pre-defined variable within the title of a plot function. The code that doesn't work is: Sit...
environ 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
Limit plot's x-axis to number of rows in a specified vector
Hello All, I've got an easy one for you: I want to limit the x-axis on a plot from 0 to the total number of rows in the "A...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Adding Rows with Specific Values to Existing Variables
Hello, I have a 7x1 variable ("X1") to which I need to add a row at the beginning (cell value = 0) and a row at the end (cell...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Solving 7x7 Matrix Returns Very Long Fractions
Hello, I'm solving a 7x7 matrix. After inputting the A matrix and B vector and solving, the returned solutions for X are very, ...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Applying the Consolidator function in a loop over a specified interval of a vector
Matlab beginner here... I have a time series ("d41", 3335 elements). d41's values correspond with integer-hours of the day ("...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Solution to "Subscripted assignment dimension mismatch" error
Hello, I have a loop in which I'm applying the Consolidator function. The Consolidator line contains the error, and naming the...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Step loop forward 10 units of a vector every iteration
*** UPDATE: To help clarify, I'm zooming out on my original problem. I have a long timeseries (OCS_d41) of 1/Hz data along a ti...
plus de 8 ans il y a | 3 réponses | 0
3
réponsesQuestion
Using Consolidator with Zeros
Using <https://www.mathworks.com/matlabcentral/fileexchange/8354-consolidator Consolidator> with a vector comprised of whole num...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I subtract vectors of different lengths?
Hello, I have two vectors of different lengths: * LargerVec (length=7012) * SmallerVec (length=7004) The best way I've...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I populate a column with a constant value?
I am trying to populate a column in a newly created empty variable (ConstantVector) with a constant value for the column length ...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
How can I add sequential integers to .mat filename?
I have the following code running within a for loop, which appends a random integer to a .mat filename because it's using "randi...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I make data points in one variable NaN according to another time-based variable?
I have one variable (X) for which I need to remove data (convert to NaN) for a ten-minute time span when another variable (Y) sw...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
"randi(100)" Outputting Characters Instead of Integers
In line 2 below, "randi(100)" is returning characters, including black spaces, instead of integers. What code is converting "ran...
plus de 9 ans il y a | 1 réponse | 0