photo

Dave Griffin


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
195,324
of 300,618

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,839

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 1

View badges

Feeds

View by

Question


how to create functions to use with OPTIMIZATION toolbox
Hi I have a function f(x) f(x)=(-5.1053e-24)*x.^10+ 3.1554e-20*x.^9 ... +(-8.007e-17)*x.^8 + (1.0766e-13)*x.^7 + ...

8 years ago | 2 answers | 0

2

answers

Question


how to use figure command in script
I can't get my head around the figure command, I have 3 plots with various traces per plot but as each has very different magnit...

8 years ago | 1 answer | 0

1

answer

Question


dataset expansion keeping same values
Is it possible to extend a data in the same fashion as c=1 2 3 4 5 to c1 = 1 1 1 1 1 2 2 2 2 2 3 3 3 3 3 4 4 4 4 4 5 5 5 5 5 ...

8 years ago | 1 answer | 0

1

answer

Question


IF statement problem in creating an array with zeros
for t=1:1441 if 960<t<1150 EV1_6=Ci; else EV1_6=0; end I am trying to create a new array EV...

8 years ago | 1 answer | 0

1

answer

Question


AIMD algorithm charging value becoming signification
I am trying to this AIMD algorithm for t=[1:1440] %generate uniform random number, p=rand if p < pi then ci(t+...

8 years ago | 0 answers | 0

0

answers