photo

ABDALLA AL KHALEDI


Last seen: 12 months ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
130,991
of 299,232

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,670

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163,831

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

  • Thankful Level 3

View badges

Feeds

View by

Question


Generate Code from Curve Fitting App
Hello! so I have multiple sets of data, each of 2 independent (coordinates in space) and 1 dependent (energy flux) variables for...

1 year ago | 1 answer | 0

1

answer

Question


I have a problem in performing a loop calculation
I have this code which reads data from several excel files and extracts them into an array and performs a calculation on them th...

2 years ago | 1 answer | 0

1

answer

Question


Application of any numerical root finding method (secant, bisection, etc.)
so I have this function that is a function of unknown parameter k, I need to find it using any numerical method. However, nothin...

2 years ago | 2 answers | 0

2

answers

Question


I have a set of data that I need to separate into unequal intervals in order to calculate the RMS value of these data (The data points are continuous over time)
I have a set of torque data and I need to calculate the rms (root-mean-square) torque. The problem is that I have almost 16000 d...

2 years ago | 4 answers | 0

4

answers

Question


Bisection function to determine the value of (k) not working.
Here is the bisection function function [k,e] = bisect(f,a,b,n) % function [k e] = mybisect(f,a,b,n) % Does n iterati...

2 years ago | 1 answer | 0

1

answer