photo

Krishnendu Mukherjee


WBUT

Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

30 Domande
8 Risposte

File Exchange

4 File

RANK
3.558
of 299.997

REPUTAZIONE
16

CONTRIBUTI
30 Domande
8 Risposte

ACCETTAZIONE DELLE RISPOSTE
46.67%

VOTI RICEVUTI
7

RANK
3.095 of 20.858

REPUTAZIONE
527

VALUTAZIONE MEDIA
5.00

CONTRIBUTI
4 File

DOWNLOAD
11

ALL TIME DOWNLOAD
5223

RANK

of 166.881

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Inviato


Optimization of PI controller of a dc motor four quadrant speed control through ICA
optimization using Imperialist competitive algorithm of PI controller of a dc motor speed control

oltre 13 anni fa | 1 download |

0.0 / 5
Thumbnail

Inviato


Optimization of PI controller of a dc motor four quadrant speed control through ICA
application of ICA for optimization of PI controller of dc motor speed control

oltre 13 anni fa | 3 download |

0.0 / 5
Thumbnail

Inviato


optimization of DC motor speed controller through ICA
optimization of PI controler of DCmotor speed control by Imperialist competitive algorithm

oltre 13 anni fa | 1 download |

0.0 / 5
Thumbnail

Risposto
how to write PID function in .m file
a way is there : suppose ur tf is (1/a+s) which is to be fed to a pid controler. then the overall tf will be: (Kp+Ki/S+Kd.S)....

oltre 13 anni fa | 0

Inviato


Optimization of PI controller of a dc motor four quadrant speed control through ICA
optimization of PI controler of DCmotor speed control by Imperialist competitive algorithm

oltre 13 anni fa | 6 download |

5.0 / 5
Thumbnail

Domanda


how to submit a file here?
how many days it take to a file be uploaded to my prof?

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


how to submit a file here?
how to submit a file here? in each file there is a lisence text file. person himself add that file or automatically this file ...

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


syncronisatuion between GUI and model
i want to make synchronization between gui and model.there is a model which produce a graph,i wnt to show the graph on a gui axi...

oltre 13 anni fa | 0 risposte | 0

0

risposte

Domanda


difference between ASV file and m-file
sometimes m-file is being converted in ASV file.which creates problem

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


Is this possible to get signal or pulse from matlab through usb hub
Is this possible to get signal or pulse from matlab through usb hub? is there any interfacing device in market?how much it cost...

oltre 13 anni fa | 0 risposte | 0

0

risposte

Risposto
boolean to double signals
there is a block datatype conversation.it works

oltre 13 anni fa | 1

Risposto
How to find optimal value of variables
generally there are lots of algorithm like ICA,genetic algorithm,SA etc.but,they determine the variables for the minimum output....

oltre 13 anni fa | 0

Domanda


controlling manual switch through m-file
there in a manual switch,which can be altered during run time.now if i want to alter the switch through m-file command.what to ...

oltre 13 anni fa | 1 risposta | 1

1

risposta

Domanda


image
im very new in image processing. in matlab how an image is represented? when i use imread() command lots of number comes what...

oltre 13 anni fa | 3 risposte | 0

3

risposte

Domanda


how to superimpose a picture on an other pic in a same fig?
i mean to say suppose i have two pic, one is of a playground and other is a ball. now i open the pic of playground by using imr...

oltre 13 anni fa | 2 risposte | 0

2

risposte

Domanda


how to save a graph in jpg or any other image format
how to save a graph in jpg or any other image format

oltre 13 anni fa | 4 risposte | 0

4

risposte

Domanda


how to plot a graph without any marking in axes?
whenever im ploting a graph the goddam marking is shown on the axes?how to omit that?

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


how to make speedometer in graphics
i have to make a speedometer in gui,as like we see in vechile.how can i do that? if i drag a axes an put it on gui editer.then ...

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


animation
how to make animation in matlab? i want to make animation of a wheel rotation or a motor rotation according to the given speed....

oltre 13 anni fa | 1 risposta | 0

1

risposta

Risposto
store last m elemnts of a matrix to another matrix
suppose A=[1 2 3 4 5 6 7 8 9 10] last 2 element are to be stored i=1; for j=m:size(A(1,:)) Anew(1,i)=A(1,j) end this is...

oltre 13 anni fa | 0

Risposto
Computing an equation
make that two functions in function builder.give the time input as a ramp function,f(t)=t;[may t=0:10] add a scope.find the ans...

oltre 13 anni fa | 0

Risposto
split array
for i=1:(size(A(1,:))/2) B(1,:)=A(1,i); end for i=(size(A(1,:))/2):size(A(1,:)) B(2,:)=A(1,i); end try this.it may work ...

oltre 13 anni fa | 0

Risposto
How can I send a result to the workspace and take the same result from workspace ??
one thing can be made;if u open the models through a global m-file using sim() command.for the first time when the first model w...

oltre 13 anni fa | 1

Domanda


how to design dc motor which takes small time to simulate
i want to design a dc motor,though already there exists a inbuild model of dc motor,but still its taking to much time to simulat...

oltre 13 anni fa | 0 risposte | 0

0

risposte

Domanda


how to calculate settling time and degree of occilation.
from the table of [output] vs [time].i hv to calculate settling time and degree of occilation.

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


connector block is nt found in matlab2009a
in matlab6.5 there was a connector block(t-connector) under simpower system.this is nt being found in matlab2009a.

oltre 13 anni fa | 0 risposte | 0

0

risposte

Domanda


error using plot()
h_MeanCostPlot=plot(MeanCost,'k:','LineWidth',1.5,'YDataSource','MeanCost'); im getting error while using this command in m...

oltre 13 anni fa | 2 risposte | 0

2

risposte

Risposto
How to store an array of values in for loop?
for i=1:10 A(:,i)=(R*5)+(Y*6); end you can try this

oltre 13 anni fa | 3

| accettato

Domanda


how to calculate the time integral of a signal in numeric form
i hv to determine the numeric form of the time integral of a continous signal in simulink.

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


how to load data to workspace through m-file
i want to load data in workspace through m-file. like p=2; >>p=2 >>p= 2 in this way i cant load p=2 directly in workspace...

oltre 13 anni fa | 1 risposta | 0

1

risposta

Carica altro