Community Profile

photo

Sai


Pondicherry Engineering College

Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to pass control from one loop to the other loop
My aim is to alter a data sample in such a way that the sign of values in between 0.01 to next 0.01 are altered. Like for exa...

8 years ago | 3 answers | 0

3

answers

Question


Can anyone tell me the syntax to create a new variable in each iteration of for loop
My aim is to create u_Q1_H1(n) for H=1, u_Q1_H2(n) for H=2...and so on... for H=1:4 if ((u_Q1(n)*v_Q1(n))> ...

8 years ago | 1 answer | 0

1

answer

Question


Problem in executing a for loop
I'm trying to filter data for Quadrant hole analysis. My intention is to calculate total sum (S_Q1_H) for each H-value which I'...

8 years ago | 2 answers | 0

2

answers

Question


How to initialize an empty vector/null vector in matlab,
I would like to transfer the u_real(n) value to the u_Q1(n) array. But, when I am trying to compile it is telling me that the va...

8 years ago | 1 answer | 0

1

answer

Question


I am trying to sort the output data, I need a help to write data into excel file using for loop.
I am trying this, but the excel file is getting rewritten for every iteration and values in the cell are getting replaced. I don...

8 years ago | 1 answer | 0

1

answer