photo

Joe Abraham


Active since 2012

Followers: 0   Following: 0

Message

Researcher
Professional Interests: Statistics

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
158,968
of 300,365

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
85.71%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,262

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


Compare two arrays of different length
I have two arrays. Lets say A = [1 5 7 10 14 17 19 22 25 26 29], B= [2 7 12 18 23 ] I want to find out the values / positions i...

13 years ago | 2 answers | 0

2

answers

Question


Area between a curve and a baseline
I want to create a base line (red line) from the plot and calculate area between the base line and curve (blue line).Curve is a ...

13 years ago | 2 answers | 0

2

answers

Question


Is it possible to use brushed data from plot to be used in the same matlab code for further processing?
I am relatively new to matlab. I have written a program which generates a couple of plots. I want to use a set of data from t...

13 years ago | 0 answers | 0

0

answers

Question


How to find the starting position of the array from where its value is strictly increasing?
I have a huge temperature data with 2000 values. It takes a couple of minutes for thermocouple to stabilize and then it incr...

13 years ago | 2 answers | 0

2

answers

Question


How to plot consistent data?
Hi, I am new to matlab. I have 2 variables T and H with 1652 cells in each. I want to plot H vs T when T is consecutively in...

13 years ago | 1 answer | 0

1

answer

Question


Insert values into an array
A = [1 3 5 6 7 13] I want to insert 0 in the 1st cell resulting in A=[0 1 3 5 6 7 13] Thanks

13 years ago | 1 answer | 0

1

answer

Question


How to change selected data which would give me the line of best fit (R squared close to 1)?
I have a range of data x = -Inf + 0.00000000000000i -5.94839731081433 + 0.00000000000000i -4.40441244315510 + 0.0000...

13 years ago | 1 answer | 0

1

answer