Statistica
RANK
25.703
of 297.613
REPUTAZIONE
1
CONTRIBUTI
7 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
85.71%
VOTI RICEVUTI
1
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Operations on variables with specific naming patterns
I am reading in a large number of text files. The files contain numerical values that I want, and text that I do not. Using th...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Number of leading zeroes as a variable
I know that to print out a number with a certain amount of leading zeroes, you are supposed to use %0X, where X is the number of...
oltre 8 anni fa | 2 risposte | 0
2
rispostereshape 4D matrix into 2D matrix
Does this do what you're looking for? reshape(squeeze(x(:,1,:,:)),25,30) where x is your 5x5x5x30 matrix?
oltre 8 anni fa | 0
Domanda
Copying Profile results into Word/Excel
I recently spent a full day running a large amount of simulations of a code through the MATLAB Profiler to see where things need...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
Issue with Cody Challenge Badges?
Apologies for putting this question here, but I'm not sure there's a specific forum for Cody-related questions. I recently no...
quasi 10 anni fa | 0 risposte | 0
0
risposteDomanda
Getting rid of lots of thin black lines on an image
I have several greyscale avi files. The camera that took these movies (or perhaps the software that transformed them into avi f...
quasi 13 anni fa | 2 risposte | 1
2
risposteDomanda
Quickest way to get points in a matrix given two 1-D arrays?
Let's say that A is an NxN matrix, and B and C are 1-D arrays of the same size, containing numbers between 1 and N. Is there ...
circa 13 anni fa | 2 risposte | 0
2
risposteDomanda
Using find command on each term in a vector
I have two vectors that I am trying to use in my calculation. One is a list of coordinates. A=-10:10 The other is a list ...
circa 13 anni fa | 3 risposte | 0