統計
MATLAB Answers
9 質問
0 回答
ランク
of 173,512
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Optimization of triangular MF's using genetic algorithm
I have been trying to optimize the value of my membership functions by using genetic algorithm in optimization toolbox. The erro...
12年弱 前 | 0 件の回答 | 0
0
回答質問
Problem using s-function file in simulink
Hello every1, I have made a s-function for simulating in simulink. The model is of a drum boiler. It has got 4 inputs and 11 out...
12年弱 前 | 0 件の回答 | 0
0
回答質問
Solving nonlinear coupled PDequns using PDE toolbox
Here are 4 coupled PDE.I want to solve this using the PDE toolbox . <</matlabcentral/answers/uploaded_files/10868/Untitled.jp...
12年弱 前 | 0 件の回答 | 0
0
回答質問
using rand to generate three different numbers
for q = 1:50000 ii = int8(rand* 10); jj = int8(rand* 10); kk =int8(rand...
12年弱 前 | 0 件の回答 | 0
0
回答質問
OFDM, The input CODE does not have the same format as the output of ENCODE
Can someone please help me with this code. It implements OFDM and hamming code is used as the error correction scheme. % ...
12年弱 前 | 1 件の回答 | 0
1
回答質問
CAT arguments dimensions are not consistent using mldivide
My code is for i=1:100; dt=2; A=[e11(1,1) e12(1,1) 0 0; e21(1,1) e22(1,1) 0 0; ...
12年弱 前 | 1 件の回答 | 0
1
回答質問
No solution found using fsolve
My fsolve function is F=[e11*(x(1)-Vwt)+e12*(x(2)-p)*10^6-(qf-qs)*dt;... e21*(x(1)-Vwt)+e22*(x(2)-p)*10^6-(Q+qf*...
12年弱 前 | 2 件の回答 | 0
2
回答質問
Subscript indices must either be real positive integers or logicals.
my main program is Vd=40; %volume of drum m^3 Vr=37; %volume of riser m^3 Vdc=11; %volume of downcomer m^3 Vt=...
12年弱 前 | 2 件の回答 | 0
2
回答質問
Difficulty in calling values from main program to fsolve function
my version is MATLAB 7.10.0(R2010a) My main program is aa=10; ab=12; ac=18; x0=[0;0]; result=fsolve(@myfun3,x0); My fun...
12年弱 前 | 1 件の回答 | 0
