Community Profile

photo

BITS


Last seen: 3 years ago Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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...

10 years ago | 0 answers | 0

0

answers

Question


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...

10 years ago | 0 answers | 0

0

answers

Question


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...

10 years ago | 0 answers | 0

0

answers

Question


using rand to generate three different numbers
for q = 1:50000 ii = int8(rand* 10); jj = int8(rand* 10); kk =int8(rand...

10 years ago | 0 answers | 0

0

answers

Question


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. % ...

10 years ago | 1 answer | 0

1

answer

Question


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; ...

10 years ago | 1 answer | 0

1

answer

Question


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*...

10 years ago | 2 answers | 0

2

answers

Question


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=...

10 years ago | 2 answers | 0

2

answers

Question


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...

10 years ago | 1 answer | 0

1

answer