photo

BITS


Last seen: ungefär 5 år ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
179 826
of 300 352

REPUTATION
0

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
44.44%

VOTES RECEIVED
0

RANK
 of 20 928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 212

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

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

mer än 11 år 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...

mer än 11 år 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...

mer än 11 år 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...

mer än 11 år 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. % ...

mer än 11 år 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; ...

mer än 11 år 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*...

mer än 11 år 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=...

mer än 11 år 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...

mer än 11 år ago | 1 answer | 0

1

answer