Community Profile

photo

Ismail Qeshta


Actif depuis 2017

Statistiques

  • Thankful Level 4

Afficher les badges

Content Feed

Afficher par

Question


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...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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. ...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 5 ans il y a | 1 réponse | 0

0

réponse

Question


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...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 5 ans il y a | 1 réponse | 0

0

réponse

Question


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...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 5 ans il y a | 2 réponses | 0

2

réponses

Question


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...

environ 5 ans il y a | 2 réponses | 0

2

réponses

Question


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 ...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


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'); ...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


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...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


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 ...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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; ...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

plus de 6 ans il y a | 2 réponses | 0

2

réponses

Question


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,...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Charger plus