Community Profile

photo

Ismail Qeshta


2017 年からアクティブ

統計

  • Thankful Level 4

バッジを表示

Content Feed

表示方法

質問


Is there any code that can detect a file with certain size and replace it with another one?
Hi, I am now post-processing my analysis data. I noticed that some files do not have the targeted data, as the analysis stopp...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


How to fix this error in interp1?
Hi, I am trying to interpolate X values from Y values using a set of imported data. The problem is that when I set both x an...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


Error in my "for" loop?
Hi, I basically need to run a nested (or series) loop. I need to run the permutations for a and b and run an external software ...

約5年 前 | 1 件の回答 | 0

1

回答

質問


How to modify this "for" loop so it can read maximum Y value instead of X?
Hi, I have this code that reads maximum X value and its corresponding Y value, and prints all results (Y values) in one file. ...

約5年 前 | 1 件の回答 | 0

1

回答

質問


How to put the second "for" loop inside the first one?
Hi, I need to combine two "for" loops. I actually need the second loop (c and t arrays) to pass through all the results from t...

約5年 前 | 0 件の回答 | 0

0

回答

質問


How to modify this could so it can read from different files groups?
Hi, I have this code that reads from 10 files each maximum X value and its corresponding Y value and prints all results in on...

約5年 前 | 1 件の回答 | 0

1

回答

質問


How to fix this error in interpolation?
Hi, I have a set of data to be interpolated for two files. I could use the code below when the second file (representing Y ax...

約5年 前 | 1 件の回答 | 0

1

回答

質問


How to modify this code to make it import values from a file?
Hi, The following code opens a file (named "Pulse.acc") and writes c, s and t values as follows: 0 1 0 0 2 0 0 3 0 It also...

約5年 前 | 1 件の回答 | 0

1

回答

質問


How to sort the results correctly in this "for" loop?
Hi, I need to find the Y value that corresponds to the maximum X value for the curves attached herewith for 10 files. I am usi...

約5年 前 | 1 件の回答 | 0

1

回答

質問


How to fix this error in "for" loop?
Hi, I need to find the Y value that corresponds to the maximum X value for the curves attached herewith. I tried to use interp...

約5年 前 | 0 件の回答 | 0

0

回答

質問


How to find Y value that corresponds to the maximum X value in these graphs?
Hi, I need to find the Y value that corresponds to the maximum X value for the curves attached herewith. I tried to use inte...

約5年 前 | 1 件の回答 | 0

1

回答

質問


How to import values from a column in "for" loop?
Hi, The following code opens a file (named "Pulse.acc") and writes c, s and t values as follows: 0 1 0 0 2 0 0 3 0 It also...

約5年 前 | 1 件の回答 | 0

1

回答

質問


How obtain the Y value that corresponds to the largest X value for a number of plots?
Hi, I am trying to write a code that gives me the Y value that corresponds to the largest X value for a number of plots. I h...

約5年 前 | 2 件の回答 | 0

2

回答

質問


How to open two files instead of one, using this "for" loop?
Hi, My current "for" loop opens one file only and writes three lines in it using permurations, for c, s and t. I need to modif...

約5年 前 | 2 件の回答 | 0

2

回答

質問


How to number permutation values in "for" loop to be sequentially printed as 1, 2, 3 etc?
Hi. I have a = [1 2 3] b = [1 2 3] c = [1 2 3] I am running for loop for i = 1:3, j= 1:3 and m = 1:3. I need to ...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


How to improve the curve fitting for my data using matlab?
Hi, I am using the code below to draw a fitting curve for my attached data. I would like to insist that the carve gets closer...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


How to resolve this error message in interpolate1?
Hi, I am using the following code for interpolation: clear; clc; y=load ('xx11.0.txt'); x=load ('yy11.0.txt'); ...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


How to modify the command "find" to make it find values in interval?
Hi, The following is for a threshold value. The detects all values larger than a certain "threshold" value (in the code belo...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How to adjust the "isnan" to make it work for cell?
Hi I have the below for loop. I would like to replace the NaN data output with 0.07. I keep getting the below error message. Cou...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How to re-write these multiple codes in a single code?
Hi, I am getting the interpolation of 400 data from 100 plots. I have built one code and duplicated it into 400 copies in th...

約6年 前 | 0 件の回答 | 0

0

回答

質問


How to modify "find" code to make it work for three data files?
Hi, I am trying to use the code below to find values that exceed certain value (0.018) in a set of files, and then count the ...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How to prevent over-writing the y2 in my interpolation?
Hi, I would like to get the interpolation y2 for data samples using the code below. y2 is over-written at each iteration ste...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How to select columns from data matrix using "for" loop?
Hi, I would like to select columns from a data matrix and use them to interpolate data from another file. For example, first ...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How to select columns from data matrix using "for" loop?
Hi, I would like to select columns from a data matrix and use them to interpolate data from another file. For example, first ...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How to sum unequal matrices of sizes 10X37 and 10X33?
Hi, I have unequal matrices, with sizes 10X37 and 10X33, I usually manually fill in the difference between the 37 and 33 with ze...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How to print the output file in .txt format?
Hi. I am generating results using the following code: I need to print an output file to be placed in a specific folder for "For...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How to prevent over-writing in my for loop?
My interpolation for loop keeps over-writing the last value, even though I assigned x2=zeros(N,2). clear; clc; ...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


My interpolation works for one set, but does not work for the other
Hi, I am using the following code for interpolation from data in files. The problem is that the code runs very nicely in the ...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


Problem in my for loop to find maximum y value
Hi, my for loop keeps repeating the same third value for the maximum index value. Can anyone please check it for me? the full ...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


How to number permutation values, 11, 12, 13, 14, etc in "for" loop to be sequentially printed as 1, 2, 3 etc?
Hi, I am running my simulation using "for" loop. The problem is that I have "i" and "j" orders on which I refer to each value,...

6年以上 前 | 1 件の回答 | 0

1

回答

さらに読み込む