Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Respondida
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

alrededor de 11 años hace | 0

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

alrededor de 11 años hace | 0

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

alrededor de 11 años hace | 0

Pregunta


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

alrededor de 11 años hace | 4 respuestas | 0

4

respuestas

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 11 años hace | 0

Pregunta


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

alrededor de 11 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 11 años hace | 2 respuestas | 0

2

respuestas