photo

Abhi Ove


Last seen: 6 years ago Active since 2016

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

10 Questions
2 Answers

RANK
178,541
of 300,756

REPUTATION
0

CONTRIBUTIONS
10 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,077

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,890

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Answer
  • Revival Level 1
  • Thankful Level 3

View badges

Feeds

View by

Answered
How to remove values beyond threshold from certain label?
I have found a very elaborate way of achieving my goals (please see the codes attached). However I find it hard to believe that,...

8 years ago | 0

| accepted

Question


How to remove values beyond threshold from certain label?
Dear all, I have a set of values intValues (data set attached at bottom). From the values I create a binary mask and label e...

8 years ago | 2 answers | 0

2

answers

Question


How to insert cell array into a workspace structure?
Dear All, I have quite an unusual problem that I can't solve. After trying to solve it myself for a while I think I need some h...

8 years ago | 2 answers | 0

2

answers

Answered
How to fit a equation to a data set?
Hi, this is the final solution for this fit that I have implemented. Please do ask if you have any questions. %% parameters ...

8 years ago | 0

| accepted

Question


Compare and compile matching values from various data set.
Hi All, I have a problem where I need to compare various data set and only keep the values where the same matching values exis...

8 years ago | 1 answer | 0

1

answer

Question


Find and collate matching values.
Hi All, Lets say I have multiple unique data sets: data1.gamma = [1,2,3,4,5,6,7,8,9,10]; data1.eta = [0.1,0.4,...

8 years ago | 1 answer | 0

1

answer

Question


How to fit a equation to a data set?
Hi I am trying to fit an equation to a set of data extracted from a paper as shown below. The data set contains particle con...

8 years ago | 2 answers | 0

2

answers

Question


Is this a correct application of a loop to measure a derivative?
Hi All, I have a velocity profile (v_phi) for a radial distance (r). From this velocity profile I am trying calculate the she...

9 years ago | 1 answer | 0

1

answer

Question


Plot multiple subplot in iteration for each data set.
Dear All, I have a structure containing _'n'_ number of fit results (contained in variable fitResults with 1xn struct array)...

9 years ago | 1 answer | 0

1

answer

Question


Detecting plateau in a data.
Hi All, more info and better clarification in reply. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Hi All, I have ...

9 years ago | 1 answer | 0

1

answer

Question


Acquiring variable names to be used in fieldnames
Hi, I have a structure (abcSTRUCTUREdef) in my work space containing a list of variables. I use the following function to get al...

9 years ago | 1 answer | 0

1

answer

Question


How to reconstruct part of a matrix from logical array?
Hi, I have a set of values of random size generated at each iteration, a, a = [0,0,0,1,2,3,0,0,4,5,6,0,0,7,8,9,10,0,0,0,0,0];...

9 years ago | 2 answers | 0

2

answers