Xuejian Niu
Followers: 0 Following: 0
Statistiques
5 Questions
0 Réponses
RANG
200 689
of 295 638
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 255
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 207
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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, ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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:...
presque 3 ans il y a | 2 réponses | 0