Community Profile

photo

hung lequang


Université Paris-Est

Last seen: 4 years ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


How to extract one component in a vector function
I have a vector whose 2 components are functions of x as follows v = @(x) [x^2 ; x^2] and I want now to introduce the new ...

8 years ago | 1 answer | 0

1

answer

Question


Reduce one dimension of a array by using sum
Hello, Can anyone show me how I can reduce one dimension of the following array without using for loops. Thanks! A=ran...

11 years ago | 2 answers | 0

2

answers

Question


Avoid for following loops
Hello everyone, Can anyone show me how I can avoid following for loops. Thanks! N1=10; N2=10; N3=10; l1 =...

11 years ago | 2 answers | 0

2

answers

Question


Can anyone show me how I can avoid following for loops
*Hello everyone, Can anyone show me how I can avoid following for loops. Thanks!* mth=0; nth=0; ...

11 years ago | 2 answers | 0

2

answers

Question


Avoid for loops with if inside
*Hello everyone, Can anyone show me how I can avoid following for loops, so that my run can be much faster? Any help is highl...

11 years ago | 1 answer | 0

1

answer