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...
11 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
