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

