Feeds
提问
What does the T in this code mean?
Can someone explain please what the T in means in this line of code T = [40 T 200]; Below is the reference code. a = [ 2.04 ...
7 years 前 | 1 个回答 | 0
1
个回答已回答
Matrix Kirchhoff's current rule problem
<</matlabcentral/answers/uploaded_files/135904/IMG_3547-1.JPG>> When I enter current = a./b i get the following.
Matrix Kirchhoff's current rule problem
<</matlabcentral/answers/uploaded_files/135904/IMG_3547-1.JPG>> When I enter current = a./b i get the following.
7 years 前 | 0
提问
Matrix Kirchhoff's current rule problem
I'm trying to write a script file just to show the results or "current" as a column vector, I keep getting this error: Error u...
7 years 前 | 2 个回答 | 0
2
个回答提问
Trying to find the roots of polynomial with a script file
function [y] = Func_6_23(x) y = ((x^5) - (12*(x^4)) - (9*(x^3)) + (392(x^2)) - (372*x) - 2160); end I'm trying to...
7 years 前 | 2 个回答 | 0