Statistik
RANG
3.496
of 296.235
REPUTATION
16
BEITRÄGE
30 Fragen
8 Antworten
ANTWORTZUSTIMMUNG
46.67%
ERHALTENE STIMMEN
7
RANG
3.072 of 20.374
REPUTATION
520
DURCHSCHNITTLICHE BEWERTUNG
5.00
BEITRÄGE
4 Dateien
DOWNLOADS
15
ALL TIME DOWNLOADS
5158
RANG
of 155.748
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
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
mehr als 12 Jahre vor | 2 Downloads |
Gesendet
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
mehr als 12 Jahre vor | 7 Downloads |
Gesendet
optimization of DC motor speed controller through ICA
optimization of PI controler of DCmotor speed control by Imperialist competitive algorithm
mehr als 12 Jahre vor | 1 Download |
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)....
mehr als 12 Jahre vor | 0
Gesendet
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
mehr als 12 Jahre vor | 5 Downloads |
Frage
how to submit a file here?
how many days it take to a file be uploaded to my prof?
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
difference between ASV file and m-file
sometimes m-file is being converted in ASV file.which creates problem
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 13 Jahre vor | 0 Antworten | 0
0
Antwortenboolean to double signals
there is a block datatype conversation.it works
fast 13 Jahre vor | 1
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....
fast 13 Jahre vor | 0
Frage
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 ...
fast 13 Jahre vor | 1 Antwort | 1
1
AntwortFrage
image
im very new in image processing. in matlab how an image is represented? when i use imread() command lots of number comes what...
fast 13 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
fast 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to save a graph in jpg or any other image format
how to save a graph in jpg or any other image format
fast 13 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
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?
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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....
fast 13 Jahre vor | 1 Antwort | 0
1
Antwortstore 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...
fast 13 Jahre vor | 0
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...
fast 13 Jahre vor | 0
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 ...
fast 13 Jahre vor | 0
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...
fast 13 Jahre vor | 1
Frage
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...
fast 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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.
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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.
fast 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
error using plot()
h_MeanCostPlot=plot(MeanCost,'k:','LineWidth',1.5,'YDataSource','MeanCost'); im getting error while using this command in m...
fast 13 Jahre vor | 2 Antworten | 0
2
AntwortenHow to store an array of values in for loop?
for i=1:10 A(:,i)=(R*5)+(Y*6); end you can try this
fast 13 Jahre vor | 3
| akzeptiert
Frage
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.
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 13 Jahre vor | 1 Antwort | 0