photo

Charles Mitchell-Thurston


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
261,219
of 300,763

REPUTATION
0

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,082

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,923

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

  • Thankful Level 3

View badges

Feeds

View by

Question


Function unrecognized even with the addon installed.
Hi I am a little confused as previously this has worked fine. However, now when i try to run my script it doesnt work and pop...

2 years ago | 1 answer | 0

1

answer

Question


Identifying a line in multiple plots
I have code that plots all of my data as random colours and it works perfectly. for t = 1:20 tempY = Sim_Graphs_Y{t,1}; ...

3 years ago | 2 answers | 0

2

answers

Question


Minimalizing a function of two variables
Hopefully my final question for a while. I have my final function FullScore(P1,P2) This takes in experimental data, and works...

3 years ago | 1 answer | 0

1

answer

Question


Equalising the number of points in a graph
So i have two graphs, which both have 96 points along x that make them up (e.g. ygraph1 = 1x96 double, xgraph1 = 1x96 double). I...

3 years ago | 2 answers | 0

2

answers

Question


Double parameter optimisation using optimisation toolbox
Hi, I am wondering if someone could start me off in the right direction. I have two parameters. P1 ranges from 30:-30 and P2 f...

3 years ago | 2 answers | 0

2

answers

Answered
Code calculation output checker
list=length(H); for k = 1:length(list) command = sprintf('simpson RRfiles/RR%g.in', k); status = system(command); ...

3 years ago | 0

| accepted

Question


Code calculation output checker
So i have written some code which used a console command to do a calculation The issue is that this console command doesnt work...

3 years ago | 1 answer | 0

1

answer