Community Profile

photo

vijay


TU München

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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

11 years ago | 0 answers | 0

0

answers

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

11 years ago | 0

Question


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

11 years ago | 2 answers | 0

2

answers

Question


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

11 years ago | 1 answer | 0

1

answer