질문


Can anyone please correct this code for me?
Hi, I am trying to extract data from a sequence of files. I also need to extract the value of x that corresponds to peak y va...

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

1

답변

질문


How to import data for files that have 11,12,13,21,22,23,31,32,33 sequence?
Hi, I would like to import files from a directory. The files have the following sequence: Data 11 Data 12 Data 13 ...

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

1

답변

질문


How to import data for multiple files in "for" loop?
Hi, I would like to import data from multiple files using "for" loop. The files follow the seuquene of Data11, Data12, Data13, ...

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

1

답변

질문


How to find the X value that corresponds to the peak Y value from a set of plots?
Hi, I have 100 output curves, and I would like to pick the value of X that corresponds to the maximum Y value. X and Y values...

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

1

답변

질문


How to include this interpolation in a "for" loop?
Hi, I would like to include this interpolation in a "for" loop. I have a number of sets of data and I would like to make a "...

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

1

답변

질문


How to make this "for" loop work?
Hi, I would like to get all nine possible values of these two sets of s and c vectors. When I try to use for loop, I only get o...

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

1

답변

질문


Can anyone please check this "for" loop for me?
Hi, I would like to obtain the vector output of the following "for" loop: close all; clear all; C1=[1....

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

1

답변

질문


What is the code/command for obtaining permutations with REPETITION ALLOWED for my n^r choices?
Hi, I would like to obtain the permutations for my 10 X 10 X 10 OR 10^3 choices. Is there any direct command or code for ...

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

1

답변

질문


How to plot a surface from x and y having different values of z, i.e. (x,z1) and (y,z2)?
Hi, I am trying to draw a surface from two sets of results, set A and set B. Each set has two columns, column 1 and column 2. I...

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

1

답변