Question


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

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 9 ans il y a | 1 réponse | 0

0

réponse

Question


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

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 9 ans il y a | 1 réponse | 0

0

réponse

Question


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

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 9 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 9 ans il y a | 1 réponse | 0

0

réponse

Question


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

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

A répondu
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

plus de 9 ans il y a | 0

A répondu
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...

plus de 9 ans il y a | 0

A répondu
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-...

plus de 9 ans il y a | 0

Question


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

plus de 9 ans il y a | 4 réponses | 0

4

réponses

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

A répondu
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...

plus de 9 ans il y a | 0

Question


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

plus de 9 ans il y a | 3 réponses | 0

3

réponses

Question


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

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 9 ans il y a | 2 réponses | 0

2

réponses