提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 0 个回答 | 0

0

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 0 个回答 | 0

0

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 2 个回答 | 0

2

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 0 个回答 | 0

0

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

已回答
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

10 years 前 | 0

已回答
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...

10 years 前 | 0

已回答
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-...

10 years 前 | 0

提问


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

10 years 前 | 4 个回答 | 0

4

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

10 years 前 | 0

提问


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

10 years 前 | 3 个回答 | 0

3

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 2 个回答 | 0

2

个回答