photo

Brian Wilson


Last seen: 3 years ago Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
23,252
of 300,584

REPUTATION
2

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
2

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,723

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

  • First Review
  • Thankful Level 1
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Question


Declare a symbolic variable with a given dimension, Then enforce non-commutative matrix algebra
I would like to declare a symbolic variable of a specific dimension/shape. for example this is 3x1 position vector, but i wi...

6 years ago | 0 answers | 0

0

answers

Question


Why does setdiff answer depend on order of arguments?
>>bob = {'a','b','c'}; >>bill = {'a','b','c', 'd','e'} As expected, >>A = setdiff(bill,bob) A = 'd' 'e' BUT >> B...

6 years ago | 3 answers | 0

3

answers

Question


display latex in mask help dialog
When masking a subsystem and filling out the "Description" field of the block on the "Documentation" tab, is there a way to have...

7 years ago | 1 answer | 2

1

answer

Answered
Simulink Rate Transition block "sample time multiple" parameter
it appears that the multiple is a sample time multiple. The documentation is in correct. try experimenting with it: set the...

8 years ago | 0

Answered
incompatible global variables in a model reference
the configuration set is treated differently than other variables. The best way to manage config sets, especially if you have m...

9 years ago | 0