Feeds
提问
Finding the parameters for model using genetic algorithm
Hi, the situation is this. I have a matlab function f1 which takes input parameters (lets call them input_par) . It then creat...
12 years 前 | 0 个回答 | 0
0
个回答已回答
How write multiple data output in excel sheet using xlswrite command
Hi, this is what is needed a=5 b=4 c=10 d= a*b; e= b*c; f= d*e; offset =1; for a_iter 1:5 a = a_iter; b= 4*a_iter;...
How write multiple data output in excel sheet using xlswrite command
Hi, this is what is needed a=5 b=4 c=10 d= a*b; e= b*c; f= d*e; offset =1; for a_iter 1:5 a = a_iter; b= 4*a_iter;...
12 years 前 | 0
提问
Strange issue with if expression, failing to compare two variables properly
Hi I'm having this small snippet, i'm finding values of coordinates as Lx1 and Lx2. they are same but if condition is jumping ou...
12 years 前 | 2 个回答 | 0
2
个回答提问
problem in initializing sparse matrix
I encountered this strange counter intuitive thing, a = 150e-6; b = 1e3; c = 1e4; d = a*b*c; % now d = 1500 is definit...
12 years 前 | 1 个回答 | 0

