Community Profile

photo

Kim


University of maryand

Attivo dal 2011

Followers: 0   Following: 0

Contatto

Statistiche

All
  • Thankful Level 3
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


How do I build a design matrix/cell for mvregress (multiple dependent variables) with categorical variables (binary)
I am trying to build a multivariate regression model with two continuous dependent variables and one categorical (binary) predic...

oltre 5 anni fa | 0 risposte | 1

0

risposte

Domanda


frequency vectors from cwt
I am running cwt with Morlet wavelets with this code: for i=1:size(signal,3) for ii = 1:size(signal,1) [coef(:,:...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Risolto


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

oltre 8 anni fa

Risolto


Is my wife right?
Regardless of input, output the string 'yes'.

oltre 8 anni fa

Risolto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

oltre 8 anni fa

Risolto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

oltre 8 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

oltre 8 anni fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

oltre 8 anni fa

Domanda


Compare pairs in an array with every other pair
I have an r * 2 array in which each element in each row is a pair (a coordinate of a city). I have an function that can calculat...

oltre 8 anni fa | 2 risposte | 1

2

risposte

Domanda


Trying to find if three inputed numbers can make a right triangle
Can anyone help? I am trying to see if an array of three numbers inputted by a user can form a right triangle. My code is below ...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Why is cell2mat returning a char array and not an ordinary array?
In the documentation it says cell2mat returns an ordinary array, but when I use it I get a n x n char array. Does anyone know ho...

oltre 8 anni fa | 2 risposte | 0

2

risposte

Domanda


Changing a row vector into a logical vector
I have row vectors representing the appearance of a stimulus. The stimuli are logged as a square wave such that when the stimulu...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Storing function and variable values as the function runs
I know this must be very simple but please help if you can! I have the following code. I am trying to find out values of p for...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Why won't this function to generate a beta binomial distribution work?
I am new to function writing and don't understand the error message I am getting when I try to run this function function y...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


Calculating prior distribution parameters
I have an observed rate of success, k=2 out of n=80 trials where k=uniform(0,1). What I want to estimate is the prior distributi...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


Why is PCA returning only one component when I have 50 variables?
I am trying to use PCA in Matlab 2013. I have 50 variables with 52 observations for each. In the example given in documentation ...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


Why can't I use the PCA function on my 513*40 matirx with positive and negative values?
I have a 513*40 matrix of EEG data so that means microvolt values ranging from -30 to 30. I want to use the function PCA in orde...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I use EEG data as input and target for patternnet?
I have EEG data which is a 513 by n matrices of microvolt values. Each column corresponds to a vector in time that, when plotted...

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


What does MU in trainbr actually mean and can I EEG matrix data as inputs?
I am new to using ANNs practically so please be patient! I have two main questions 1. what does MU actually mean in the trainbr...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Calling sequential variable names in a for loop?
I have a set of variable names numbered sequentially. For example one set is AllChDeltaPreStim1,2,3,4,5 (so there are 5 diff...

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


Wavelet cross coherence statistics
I can perform a wavelet cross coherence using Matlab but I do not know how to tell what parts of the resulting transform are sta...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Time axis in spectrogram for event relatd data
I have EEG data that is event related so the data times actually go from -500 to 1500 ms with fs=256. I would like to create a s...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


How to choose scales and input for code below using wavelets done by FFT?
If anyone understands how to pick scales for cwt using FFT I would so appreciate the advice. I am using Torrence and Compo's cod...

circa 11 anni fa | 0 risposte | 0

0

risposte

Domanda


Testing wavelet cross coherence against 1/f or white noise
I am asking a lot of questions lately and appreciate the help! I am about to finish my defense in neuroscience but am pretty new...

circa 11 anni fa | 0 risposte | 0

0

risposte

Domanda


How do I name elements in a field of a structure?
I have a 1*1 structure with 4 fields. The structure was generated from anova1 so I didn't create it. One field is 33 *2 and I wa...

circa 11 anni fa | 2 risposte | 0

2

risposte

Domanda


Averaging and plotting cwt matrix
I have a 45 * 513 *52 matrix that represents 52 cwt coefficient matrix with a morl non-complex wavelet. I really need to collap...

circa 11 anni fa | 0 risposte | 0

0

risposte

Domanda


Creating a dataset array
I know this is so basic but I just can't get this to work. I have a dataset 13*30 representing power values of different frequen...

circa 11 anni fa | 1 risposta | 0

1

risposta

Risposto
How do I find a min/max value within a defined range for each column of a matrix?
Thank you so much for such a quick answer! I tried your code but I still have one problem. I forgot to mention (sorry) I ne...

circa 11 anni fa | 1

| accettato

Domanda


How do I find a min/max value within a defined range for each column of a matrix?
I am sure this is so simple but I can't work it out. I have a 513*86 array where the columns are the variables and the rows are ...

circa 11 anni fa | 3 risposte | 0

3

risposte

Domanda


Exporting a new wavelet to the desk top and using it
I built a new wavelet from a pattern I had using the wavemenu gui. I exported it to a file, and also to the workspace. But it do...

circa 11 anni fa | 0 risposte | 0

0

risposte

Carica altro