Dina Irofti
Followers: 0 Following: 0
Statistics
RANK
8.505
of 295.673
REPUTATION
5
CONTRIBUTIONS
6 Questions
3 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20.262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.257
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
Feeds
Question
How to merge function handles in matlab?
Hi! I have a function handle of this form: fk = @(a, b, k) a+b+k; I would like to obtain another function handle that...
meer dan 9 jaar ago | 2 answers | 0
2
answersQuestion
Problem identifying a symbolic variable as a double
Hello! I’m dealing with symbolic toolbox in Matlab. I have this code: >> syms a b c; a = b + c; >> res = subs(a, {...
meer dan 10 jaar ago | 1 answer | 0
1
answerH infty optimization of transfer function matrix - which method?
Try the _hinfsyn_ function.
meer dan 10 jaar ago | 0
Question
How to solve symbolic nonlinear equations with constrains
Hello! I'd like to solve this system of equations: function F = equationsSystem(sol) F = [ (16*sol(1))/7 + (16*sol(2)...
meer dan 10 jaar ago | 1 answer | 0
1
answerHow do I repeat elements individually in a row
a = [1 0 1 0] % or a = [1 1 1 1] or a = [0 0 0 0] b = [1 1 1] kron(a,b)
meer dan 10 jaar ago | 0
| accepted
Question
How can I replace some symbolic values in a matrix?
Hello! I have a (symbolic) matrix A and its components depend on some symbolic variables (x, y and z). I want to replace the...
meer dan 10 jaar ago | 1 answer | 1
1
answerCan I make this function faster?
Have you tried parallel for loop? See _parfor_ .
bijna 11 jaar ago | 0
Question
Dynamical memory allocation in Simulink
Hello! I have a signal and, with its last M values, I want to build another signal, where M is a variable input. How can I im...
bijna 11 jaar ago | 1 answer | 0
1
answerQuestion
Creating variable whose name is part of a string
I have a _.mat_ file as an input for my function and I know that it contains a struct, but I don't know exactly the name of that...
meer dan 11 jaar ago | 2 answers | 0