photo

Dale


NPL

Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

3 Questions
2 Answers

Cody

0 Problems
9 Solutions

RANK
8,264
of 301,555

REPUTATION
6

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 21,323

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
43,045
of 175,367

CONTRIBUTIONS
0 Problems
9 Solutions

SCORE
100

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Question


Summation and array indexes
I am trying to write a function for an optimisation routine that requires the (total) summation of a matrix divided element by e...

11 years ago | 3 answers | 0

3

answers

Question


How to solve a system of nonlinear equations with 3 unknowns, 2 equations but multiple sets of parameters
Hi, I am trying to solve for 3 unknown variables (say a,b,c) using 2 nonlinear equations (F1,F2). Normally this would be impo...

12 years ago | 1 answer | 0

1

answer

Answered
Copying (copyobj) boxplot from anova1 to new subplot
Solved by putting set(gca,'xticklabel',{''}) after the openfig command. For some reason removing the labels using set(g...

12 years ago | 1

| accepted

Answered
how to fill matrix without using for loop?
Are you trying to replicate b through A? In which case use the repmat function: A = repmat(b,24,1) Edit: Just realised tha...

12 years ago | 0

| accepted

Question


Copying (copyobj) boxplot from anova1 to new subplot
Hi all. I am using the anova1 function to produce a set of boxplots, which I then want to copy to a subplot alongside anothe...

12 years ago | 1 answer | 0

1

answer