photo

Brian


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
2 Answers

RANK
143,186
of 300,352

REPUTATION
0

CONTRIBUTIONS
5 Questions
2 Answers

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

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


varargin - too many inputs
Hey folks I have a function which takes other functions (call them fun1, fun2, etc) as inputs. Some of these functions have v...

14 years ago | 1 answer | 0

1

answer

Question


Using fsolve in a loop
Hey folks I have a loop that creates 4 equations and would like to use fsolve on them. I have been using solve up to now but as ...

14 years ago | 1 answer | 0

1

answer

Answered
Creating vector of symbols
The first gives the following errors ??? Error using ==> sym.sym>expression2ref at 2408 Error: Unexpected ' Error in ==> ...

14 years ago | 0

Question


Creating vector of symbols
For example, A = sym('A%d%d', [3 3]) generates the 3-by-3 symbolic matrix A with the elements A11, A12, ..., A33

14 years ago | 4 answers | 0

4

answers

Question


Which colour does Matlab use for strings?
Bit of a strange question but I'm putting my .m files into Latex and after trying to use a few importing files I've found from v...

14 years ago | 1 answer | 0

1

answer

Answered
Loop that creates arrays
Ok great thanks for that. I think I'll go with Jos' option as all vectors should be the same size.

14 years ago | 0

Question


Loop that creates arrays
Hey folks I'm trying to write a loop that will create arrays filled with zeros and I'd like it so that each array can be identif...

14 years ago | 4 answers | 0

4

answers