Statistics
RANK
24,996
of 300,756
REPUTATION
1
CONTRIBUTIONS
4 Questions
2 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 21,077
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,890
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How can I realize PLL in MATLAB?
My task is realize a phase-locked loop on MATLAB. How can I do it?
7 years ago | 0 answers | 0
0
answersQuestion
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....
7 years ago | 0 answers | 0
0
answersProblen with using varsize
My solution. if isempty(Aeq) valueAeq = []; else valueAeq = ones(size(Aeq,1), 1); end if isempty...
7 years ago | 0
| accepted
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', ...
7 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'...
7 years ago | 1 answer | 1
1
answerQuestion
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...
7 years ago | 2 answers | 0