
MENGZE WU
Statistics
6 Questions
0 Answers
RANK
246,705
of 262,655
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
0
RANK
of 17,980
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 113,658
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
Content Feed
Question
What optimizer should I use?
I have a function f(T, R1, R2), where R1 and R2 are in the range of (0,20], and I want get R1 and R2 value to make f() as samll ...
3 months ago | 3 answers | 0
3
answersQuestion
Solve nonlinear equations with condition
syms a1 a2 eqns = [1-2*cos(5*a1)+2*cos(5*a2) == 0, 1-2*cos(a1)+2*cos(a2) == pi/5]; vpasolve(eqns, [a1 a2], [0 pi/2]) Hi...
4 months ago | 2 answers | 0
2
answersQuestion
MATLAB real-time filtering implement
How can implement a real-time filter in matlab. My goal is to design a filter with 100Hz cutoff frequency and 1dB attenuation in...
6 months ago | 1 answer | 0
1
answerQuestion
MATLAB cancel installation problem
I was install MATLAB 2018b, during the installation process, when it was download some toolbox, I click the cancel botton and ca...
6 months ago | 1 answer | 0
1
answerQuestion
textread function parameters help
Data = textread(fullfile(fNames(i).folder, fNames(i).name), '', -1, 'headerlines', 2); I got this matlab code, however, I can't...
8 months ago | 1 answer | 0
1
answerQuestion
Solving equation problem with constrains using the Optimization Toolbox
I have a problem with handful of variables and constrains, it look a lot like this one: Set Up a Linear Program, Problem-Based ...
9 months ago | 1 answer | 0