photo

Dina Irofti


Last seen: 2년 초과 전 2013년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


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...

거의 9년 전 | 답변 수: 2 | 0

2

답변

질문


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, {...

대략 10년 전 | 답변 수: 1 | 0

1

답변

답변 있음
H infty optimization of transfer function matrix - which method?
Try the _hinfsyn_ function.

10년 초과 전 | 0

질문


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)...

10년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How 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)

10년 초과 전 | 0

| 수락됨

질문


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...

10년 초과 전 | 답변 수: 1 | 1

1

답변

답변 있음
Can I make this function faster?
Have you tried parallel for loop? See _parfor_ .

10년 초과 전 | 0

질문


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...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 11년 전 | 답변 수: 2 | 0

2

답변