Community Profile

photo

Grek Vardugin


Active since 2018

Statistics

Content Feed

View by

Question


How can I realize PLL in MATLAB?
My task is realize a phase-locked loop on MATLAB. How can I do it?

5 years ago | 0 answers | 0

0

answers

Question


How can I pass a character function to the input of another function?
Hello! I had the following problem. I need to make it so that I can enter a symbolic function, which will later be used: F = s....

5 years ago | 0 answers | 0

0

answers

Answered
Problen with using varsize
My solution. if isempty(Aeq) valueAeq = []; else valueAeq = ones(size(Aeq,1), 1); end if isempty...

5 years ago | 0

| accepted

Answered
Attempt to extract field 'iterations' from 'mxArray'
I solve it. First, I created a new structure with fields that exist in the output structure. output = struct('iterations', ...

5 years ago | 0

| accepted

Question


Problen with using varsize
Hello! I need some problems with using function varsize. This is my code: lambda = struct('lower', 0, 'upper', 0, 'eqlin'...

5 years ago | 1 answer | 1

1

answer

Question


Attempt to extract field 'iterations' from 'mxArray'
Hello! I need help. My problem is in Title. I use codegen for translate .m-code in mex. [xopt,zmin,exitflag,output,lambd...

5 years ago | 2 answers | 0

2

answers