![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/25288032_1642116494377_DEF.jpg)
Xuejian Niu
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
161,404
of 297,046
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
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
rewrite system Then we should get its cascade form structure containing second-order sections ( Do not use any Matlab structure-function such as tf2sos, dir2cas,dir2par etc..)
This question needs to be solved by using Matlab Given the overall system function; Then we should get its cascade form stru...
3 years ago | 1 answer | 0
1
answerQuestion
How to put word in the matlab function?
function [A,B] = spec_convert(C,D,typein,typeout) % typein: 'abs' or 'rel' or 'ana' % typeout: 'abs' or 'rel' or 'ana' % C, ...
3 years ago | 1 answer | 0
1
answerQuestion
integral calculation size problem
a = 0.6; % Define pu and pL PU = 130000*exp(-x./(10*a)); PL = 150000*exp(-x./(10*a)); % integral cal fun1 = @(x) (PL - PU...
3 years ago | 2 answers | 0
2
answersQuestion
Calculate the derivative of a segment function
a = 0.6; b = 0.1; x = linspace(0,3*a,181); % Here is my segment function % How can i calculate its derivative funct...
3 years ago | 1 answer | 0
1
answerQuestion
segment function issues by using matlab
This is a segment function by solving in Matlab, but I have no idea why do Matlab keeps show me errors.... % Define values:...
3 years ago | 2 answers | 0