Frage


change in loop calculation and manual calculation
hi i want to calculate the following expression for below given values. when these values are putted in the loop, the respons...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


penalty function for path planning of robot in multiple static obstacle environment
hi can any one knows how to add penalty function in the target for path planning of robot using Particle swarm optimization. ...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to stop simulation when enter in a infinite loop
hi how i deal in a situation where by mistake infinite loop initiate or where i want to see step by step response of any prog...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


face problem in running of simulink files from "file exchange" mathworks
hi i have Matlab R2013b. i downloaded many simulink files from "file exchange" but no one execute. is there any prior setting...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


can be 2 different figures can be plotted and seen ?
hi i have written a program in which i have plotted 2 different figures. e.g plot(x,y) plot(n,p) now i want to...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


interp1 and spline error
hi i want to plot following series of values with respect to m which is (0:0.1:1). by connecting them in a sequence where n...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how we can program ring topology
hi. i want to write a program in which i have a series of variables x=[x1 x2 x3 x4 x5] the neighbors of x1 are x2 and x...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to program to check the sequence 0<alpha1<alpha2<alpha3<alpha4<pi/2
hi. i have written a program in which 4 angles are derived (alpha1, alpha2, alpha3,alpha4). now i have to check whether they ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to solve a navigation problem of robot in fixed obstacle environment using PSO algorithm
hi i successfully do the programming of Particle swarm optimization algorithm for path planning of robot in static and obsta...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


error in while command
hi i want to run following loop till conditions are met. but unfortunately when i execute the program then following error oc...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to select a number randomly from a series of fixed number
hi i have a series of numbers and i want to select one of them randomly . ie a=[10 3 4 2 5] ans: 3 and at every t...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


random numbers in between two ranges
hi i want one random number generated between two ranges Like 20 and 50. i there any command who can do this. kindly help me ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


arguments of "newp" command of neural network
hi i hope all are fit and fine. i want to ask a question related the command of neural network "newp". i want to train the we...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to select values of alpha beta and gamma values in firefly algorithm
hi i hope everyone is fit and fine. i am writing a matlab program in which i have to bring three variable on to particular t...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


problem in coding of firefly algorithm
hi i am writing a program, in which i take three variable p1,p2,p3, and their object is to reach at position "t" in the shape...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to capture or copy all blocks of simulink file into MS word file.
hi all i have written a simulink program,now i want to capture or copy all blocks diagram from simulink file to Ms word file....

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Elite feature of genetic algorithm
hi all i successfully make a Matlab program for Genetic algorithm (without using elite feature) and achieve goal which was de...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
error in generalizing the program
i want to pair which are selected out of 6. 3,4,5 is selected which have value not -1 so now i have to pair 3-4,4-5,5-3

etwa 10 Jahre vor | 0

Beantwortet
error in generalizing the program
hi sir, sir i need your kind help. 80% of your written program working fine and also i understood it too. but still something...

etwa 10 Jahre vor | 0

Beantwortet
error in generalizing the program
sorry sir, actually i made first for 5 elements then i extend it to 6 , correct sequence is. gudx1-gudx2, 1-3, 1-4, 1-5,1-6, 2-...

etwa 10 Jahre vor | 0

Frage


error in generalizing the program
hi all i want to pair in the following manner, gudx1-gudx2, 1-3, 1-4, 1-5, 2-3, 2-4, 2-5, 3-4, 3-5, 4-5, 5-1, 5-2, 5-3, 5-4 ...

etwa 10 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


nested loop in eval command and generalized the programme
hi all i want to generalized the following program. the theme is...actually i want to pair in the following manner, gudx1-g...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


i want to generalize and reduce following program into one loop
chx1=genx1 chx2=genx2 chx3=genx3 chx4=genx4 chx5=genx5 chy1=geny1 chy2=geny2 chy3=geny3 chy4=geny4 chy5=geny5 if (...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
condition in while loop
target=[60,40] % target location ch1=[0,100] ch2=[15,85] ch3=[85,05] ch4=[95,15] thanks sir, it is working...

etwa 10 Jahre vor | 0

Frage


condition in while loop
while ((ch1(1,1)~=60)&(ch1(1,2)~=40)) || ((ch2(1,1)~=60)&(ch2(1,2)~=40)) || ((ch3(1,1)~=60)&(ch3(1,2)~=...

etwa 10 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


matlab program for comparison and loop
Chromosome[1] = [12;05;23;08] Chromosome[2] = [02;21;18;03] Chromosome[3] = [10;04;13;14] Chromosome[4] = [20;01;10;06] Chro...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


error in eval command
clear all clc a=[12 2 10 20 1 20]; b=[5 21 4 1 4 5]; c=[23 18 13 10 13 17]; d=[8 3 14 6 19 1]; for x=1:6 eval(spr...

etwa 10 Jahre vor | 2 Antworten | 0

2

Antworten