질문


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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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....

9년 초과 전 | 답변 수: 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...

9년 초과 전 | 답변 수: 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

9년 초과 전 | 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...

9년 초과 전 | 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-...

9년 초과 전 | 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 ...

9년 초과 전 | 답변 수: 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...

9년 초과 전 | 답변 수: 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 (...

9년 초과 전 | 답변 수: 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...

9년 초과 전 | 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)~=...

9년 초과 전 | 답변 수: 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...

9년 초과 전 | 답변 수: 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...

9년 초과 전 | 답변 수: 2 | 0

2

답변