Statistics
RANK
6 426
of 297 016
REPUTATION
7
CONTRIBUTIONS
6 Questions
5 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
4
RANK
11 369 of 20 419
REPUTATION
42
AVERAGE RATING
5.00
CONTRIBUTIONS
2 Files
DOWNLOADS
3
ALL TIME DOWNLOADS
372
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How can I build a circuit solver in matlab ?
Hi, you need to familiarize yourself with MNA equations, see a nice explanation in SCAM - Symbolic Circuit Analysis in MatLab...
nästan 5 år ago | 1
Placing nested function in another .m-file.
> for clarity reason I want to put it in another file - is this possible? In C or other languages one would use a #include stat...
nästan 5 år ago | 0
regex replace whole word
Here we go: >> regexprep('v1 = v1a','\<v1\>','v(1)') ans = v(1) = v1a or as a strrep for whole words function...
mer än 6 år ago | 0
Question
regex replace whole word
Hi, How to change 'v1 = v1a;' to 'v(1) = v1a;' using regex or regexrep? regexprep('v1 = v1a','\bv1\b'...
mer än 6 år ago | 2 answers | 0
2
answersHow to draw Simulink blocks with arbitrary connections?
Hi Julia, thanks for your reply. I would like to create a new domain with the possibility to connect more than two ports, ...
ungefär 7 år ago | 0
Question
How to draw Simulink blocks with arbitrary connections?
Started as answer to an <https://stackoverflow.com/questions/24905591/how-to-freely-draw-lines-and-paths-without-any-functionali...
ungefär 7 år ago | 2 answers | 0
2
answersPrint a matrix in input form
function s = inputForm(A, name) %s = inputForm(A, name) % Create assignment code from disp output % % Inputs % ...
ungefär 7 år ago | 2
| accepted
Question
Print a matrix in input form
Hi, is there a way to display a matrix in input format? So a copy/paste would be valid code, like >> inputForm(A) ...
mer än 7 år ago | 1 answer | 1
1
answerQuestion
Drawing arbitrary connections between blocks (no Simscape)
Hi, * Normal Simulink prevents you from connecting more than one output to an input. * Two-way connectors allow one pair to ...
mer än 7 år ago | 1 answer | 0
1
answerQuestion
Simulink integrator for piecewise-constant / variable time step input
Hi, I am trying to write an efficient integrator (S-function preferred) for piecewise-constant / variable time step input. ...
mer än 7 år ago | 0 answers | 0
0
answersQuestion
Simulink Stateflow - 'after' condition not precise?
(Also asked on <https://stackoverflow.com/questions/46244310/simulink-stateflow-after-condition-not-precise Stackexchange> ) ...
mer än 7 år ago | 0 answers | 0