Statistics
All
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
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
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
answersQuestion
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
answerAnswered
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...
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...
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



