Feeds
質問
Where can I see how much time it takes to simulate a .m file?
Hy I have matlab 2010 and I want to see how much time spends my program to calculate my answer.
13年以上 前 | 3 件の回答 | 0
3
回答質問
how to solve a system of equations?
I have this system: J(21x21) * X(21x1)=J(21X21) * B(21x1) - F(21X1). I have to calculate the matrix X without using the 'inv' f...
13年以上 前 | 1 件の回答 | 0
1
回答質問
How to calculate a sum?
I have a sum S (the greek symbol) from p=0 to M-1, g=(Is/VT)*exp(x/VT); and I want: ans=1/M * sum(g*exp(-j*(2*pi/M)*p)). x is a ...
13年以上 前 | 1 件の回答 | 0
1
回答質問
Inner matrix dimensions must agree.
I have this program clear all; f=1E3; L1=1E-3; L2=100; Rs=1E-6; R1=10; w=2*pi*f; k=10; %yk=eye(21); cnt = ...
13年以上 前 | 1 件の回答 | 0
1
回答回答済み
how to load and calculate data from a file?
Thx a lot guys,my programing skills are low but I promise I'll learn!
how to load and calculate data from a file?
Thx a lot guys,my programing skills are low but I promise I'll learn!
13年以上 前 | 0
質問
how to load and calculate data from a file?
Hi I really need help.I have this file udk.txt with 21 values. I've loaded the values from it and i need to calculate idk for ea...
13年以上 前 | 3 件の回答 | 0
3
回答回答済み
how can I create a matrix from calculated answers
here is the code, I've tried to multiply "y" with "z1" but it was a bad idea:) clear all; f=1E3; L1=1E-3; L2=100; Rs=1E-6...
how can I create a matrix from calculated answers
here is the code, I've tried to multiply "y" with "z1" but it was a bad idea:) clear all; f=1E3; L1=1E-3; L2=100; Rs=1E-6...
14年弱 前 | 0
質問
how can I create a matrix from calculated answers
I have this answers and I want to put them in a diagonal matrix.Pls help me! y = 0.0025 + 0.0155i y = 0.0030...
14年弱 前 | 3 件の回答 | 0