Xizeng Feng
Followers: 0 Following: 0
Statistiques
RANG
85 983
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
9 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
0
RANG
18 616 of 20 234
RÉPUTATION
0
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
1
ALL TIME TÉLÉCHARGEMENTS
1
RANG
of 153 912
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
what is wrong with my calculation?
It hints the expresion was wrong when I solve the equations as follow: >>syms rs xs rp xp >> [xs,xp]=solve(rs*rp^2/(rs^2+(xs+x...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Why the results are different when use different letters?
I solve same equations in different ketters and got fifferent results as follow: But rs=a, xs=b, rp=c and xp=d. the equations...
plus de 2 ans il y a | 3 réponses | 0
3
réponsesQuestion
How to draw a ball by plot3?
I am learning the MATLAB,
presque 3 ans il y a | 3 réponses | 0
3
réponsesQuestion
How to vectorize the function?
I run the following codes and had the result of fplot. But comes also some warning as in the bottom, Can anyone tell me how to...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
In the Symbolic toolbox,how to get the results like in the old version
In the symbolic toolbox, the results in newer version are different from the old version. For example: >> syms x >> int(1/(x-...
environ 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
如何处理符号运算在不同版本的差别
同样的符号运算,在MATLAB的新旧版本里得到的结果是不一样的,比如 >> syms x >> int(1/(x-x^2)) 在新版本里: ans = 2*atanh(2*x - 1) 在旧版本里: ans= log(x)-log(x-1)...
environ 3 ans il y a | 1 réponse | 0
0
réponseQuestion
How to multiply 2 arrays by elements
I have 2 arrays of complex numbers and want to get the result of multiply element by element. What can I do? thanks a lot!
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
how to vectorize a function?
I ran the following and got some reply: >> y=@(x)x^2; >> fplot(y) 警告: 函数处理数组输入时行为异常。要改善性能,请将您的函数正确向量化,以返回大小和形状与输入参数相同的输出。 >...
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
What is the prblem?
I run the following sentens and got the warnings, someone can explain them? >> y=@(x)x^2; >> fplot(y) 警告: 函数处理数组输入时行为异常。要改善性能...
plus de 3 ans il y a | 1 réponse | 0