photo

Darlington Mensah


Last seen: 4 years ago Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

12 Questions
1 Answer

RANK
16,213
of 300,321

REPUTATION
2

CONTRIBUTIONS
12 Questions
1 Answer

ANSWER ACCEPTANCE
41.67%

VOTES RECEIVED
1

RANK
 of 20,913

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,093

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


Minimum least square fitting with multiple variable
Hello I am trying to fit my data with a linear trend using MLS fitting. However, I don't understand how the initial guess affec...

7 years ago | 1 answer | 0

1

answer

Question


How to effectively reorder data
I have unordered coordinates and when i order it by doing th following, contorno = readtable('HJ_00-01.xlsx'); contx = table2a...

7 years ago | 3 answers | 0

3

answers

Question


Sorting of geographic coordinates
I have an excel file with X - Y coordinates. Plotting the file using the scatter plot, i get this: Howerver, when I plot ...

7 years ago | 0 answers | 0

0

answers

Question


Return true if only one element in matrix is nonzero
How do I find out if my matrix contains only one non-zero element and return true, if not false. Such that 0 0 0 0 0 ...

7 years ago | 1 answer | 0

1

answer

Question


Matrix manupulation to get specific index
I have a matrix like this. 1 1 1 1 9 1 0 1 0 With my central value being 9 and i would like to find all the values...

7 years ago | 1 answer | 0

1

answer

Question


Convert comma-separated decimal to point-separated decimal
I have a table with 500 rows and 8 columns. The decimal separation is comma (,). However I would like to convert the separation ...

8 years ago | 2 answers | 0

2

answers

Question


Fitting a function to a curve/dataset
I intend to find the function of best fit to my experimental function (γ_exp). I use the following code when I my fit function i...

9 years ago | 1 answer | 0

1

answer

Question


How to minimize a function without using a loop
I have an equation with 3 constant (Nug & Sill, Lag) and 2 variable (R[ranges from 1 to 4000], alpha[ranges from 1 to 2, step of...

9 years ago | 1 answer | 0

1

answer

Answered
Code running very slow
I realized the major problem was organization of my code. I was performing calculation in a loop where it was absolutely unneces...

9 years ago | 1

| accepted

Question


Code running very slow
My code seems to run very slowly and I can't think of any way to make it faster. All my arrays have been preallocated. S is a la...

9 years ago | 1 answer | 0

1

answer

Question


Optimization of matlab code
I am relatively new in MATLAB and my major problem is optimization. My code seems to run very slowly and I can't think of any w...

9 years ago | 2 answers | 0

2

answers

Question


How do I execute my loop at a relatively short time?
It is taking like forever (over 6 hours) to execute a loop. The size of my variables are; Z = 2041211 element Distance = ...

9 years ago | 1 answer | 0

1

answer

Question


How can i make my code run faster
Hi. Is there a better way of writing a nested loop? My code Works well but it takes about 7min to completely execute. fo...

9 years ago | 1 answer | 0

1

answer