Ismail Qeshta
Followers: 0 Following: 0
Statistics
39 Questions
0 Answers
RANK
294.878
of 295.467
REPUTATION
0
CONTRIBUTIONS
39 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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. ...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
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...
bijna 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 6 jaar ago | 0 answers | 0
0
answersQuestion
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...
bijna 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 6 jaar ago | 2 answers | 0
2
answersQuestion
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...
bijna 6 jaar ago | 2 answers | 0
2
answersQuestion
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 ...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
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'); ...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
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...
bijna 7 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 7 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 7 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
bijna 7 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 7 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
bijna 7 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
bijna 7 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 7 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 7 jaar ago | 1 answer | 0
1
answerQuestion
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; ...
ongeveer 7 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
ongeveer 7 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
ongeveer 7 jaar ago | 2 answers | 0
2
answersQuestion
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,...
ongeveer 7 jaar ago | 1 answer | 0