photo

nines


Last seen: 10일 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

41 질문
4 답변

순위
12,155
of 301,296

평판
4

참여
41 질문
4 답변

답변 채택
65.85%

획득한 표
0

순위
 of 21,225

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,832

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 4
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


Having 'imdilate' function only proceed when there are not a bunch of zero values
Hello, I am using the imdilate function to dilate an image so that it fills a space of zeros. . I have one mask that is my s...

19일 전 | 답변 수: 1 | 0

1

답변

질문


compiled matlab script where incorrect variables are passing
Hello, I compiled a matlab script and am submitting it as a job in bash: #!/bin/bash # Generates and submits one SLURM job...

8개월 전 | 답변 수: 2 | 0

2

답변

질문


how to plot all zeros on xaxis?
Hello, I have the following code: figure; plot(x_mm, adcValues) Where the values look like: adcValues x_mm _________ _____ ...

12개월 전 | 답변 수: 2 | 0

2

답변

질문


how to read in a curved region of interest that is one plane?
Hello, I have a manually drawn a mask on an image that is curved where the red line is the mask, and the black is the the imag...

12개월 전 | 답변 수: 1 | 0

1

답변

질문


Mattlabbatch and using an optional variable
Hello, I am running a batch job using matlabbatch and it works when I have both T1w and T2w as input variables. Now I want to ...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Cannot find file that exists for second variable
Ok so I have the following flow_preprocess function: function flow_preprocess(timeseries,T1w) %% % FORMAT flow_preprocess(...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Finding valid sequences in a list based on specific conditions in matlab
I have a list of scores represented as a cell array in MATLAB, and I need to extract valid sequences from this list based on cer...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Extracting sequential and nonsequential list of scores from cell array
Hello all, I have a list of scores where I want to extract the Wake scores and then also the NREM scores (any combination of N...

2년 초과 전 | 답변 수: 0 | 0

0

답변

질문


cannot exporting high resolution video?
Hello all, I am having issues exporting a video and want to make it high resolution: vidObj = VideoWriter('moviev.avi'); vid...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Cannot add shaded confidence intervals?
Hello all, I have a graph with confidence intervals, where I want to make it so that the confidence intervals are shaded betwe...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Variable passed through function doesn't work
Hello all, I have a function where I am passing three different behaviors (drug, before drug, after drug). function defining...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Extracting names from first row of index and seeing if they are equal to indexed variable?
Hello all, I have the following code where I am trying to extract all of the multiple timeseries from certain scans: PATH/sca...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Is there a way to extract dynamic values of timeseries without hardcoding?
I have a multiple timeseries that goe as follows: Subject 1 (13x1): 1 1 1 2 2 2 5 5 5 5 8 8 8 Subject 2: 1 1 1...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Running two very similar scripts, getting different resolution figures when exported.
Hello all, I am running into an odd figure problem that I've been debugging all day. I have two scripts (code A and code B) th...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to make dot-plot of table?
Hello! I have a table file where I want to plot just the numeric data in a dot plot Here is the table1: scan1 scan...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to append a matrix with a nested for loop?
Hello, I have a nested for loop where I want to append the matrix for every for loop. subjs = {'subj1' 'subj2'} experiments...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Undefined function periodgram for input arguments of type double?
Hello! I am trying to use the function periodgram in order to plot a timeseries (x) which was an 100x4 matrix. Fs = 400 x = x...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to extract all values in array after certain value?
Hello! I have an array where I am trying to extract all of the array between a set of numbers that are in the third column. I ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Concatenate into a matrix is not saving and is overriding every iteration?
I have 2 subjects where each subject has three conditions. I made an array where each row is 1*3 representing one subject with t...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to pass categorical names into dot plot and plot categorical data in for loop?
Hello! I have a two variables for two subjects from an experiment: control and a stimulus variable and for both of these variab...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Making a categorical dot plot with indexed variables?
Hello, I am trying to make a categorical dot plot with 8 components on the x-axis. I have two categories: 1. a control and 2...

거의 4년 전 | 답변 수: 0 | 0

0

답변

질문


how do you make a scatter plot with categorical data with connecting lines?
Hello! I have two 5x34 matrices that I want to compare in a plot like as follows; My code so far is as follows: %% dot p...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


putting error bars on bar plot?
Hello! I have a mean of subjects bar plot, specifically a horizontal bar plot (barh), and I want to add error bars to the the b...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to take ascii file and plot into scatter plot?
Hello! I have an ascii file that looks like this (called lh_text): bankssts 4.2726 caudalanteriorcingulate 5.2143 caudalmidd...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


extracting x,y data from certain time points in matrix?
Hello! I have the txt file that looks as follows: x y .001 1 .002 3 .5 5 5 10 6 11 7 12 8 13 ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


plotting visual stimulus on timeseries graph?
Hello! I want to plot every stimulus onset as a multiple bars on the x axis on my timseries graph. What kind of works so far ...

거의 5년 전 | 답변 수: 1 | 0

1

답변

답변 있음
how can i download Psychtoolbox?
make sure you are in the folder or have added the path of psychtoolbox! All you have to do is put in DownloadPsychtoolbox, and ...

대략 5년 전 | 0

답변 있음
Legend in a loop for two graphs
Hello! Is this what you are trying to do: if so, here is the code (all I did was some rearranging): V = 1; x = [0:0.01:...

대략 5년 전 | 0

| 수락됨

질문


loop for cell using variable as a the input
hello! i am trying to make a for loop for gtm20 = gtmkm(:,:,1,[1:34]) where gtmkm is a 4-D nifti file. So far I have tried ...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


indexing multiple subjects and then making multiple different lines for each subject?
Hello! I have a for loop for two subjects where I am graphing their time series. I want to 1) manually put and index certain ...

대략 5년 전 | 답변 수: 0 | 0

0

답변

더 보기