Community Profile

photo

Tuan


Last seen: 12 months ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Replicate and rotate in 4D
Hi all, Let X1, X2, X3, X4 be row vectors of size [1xN1], [1xN2], [1xN3] and [1xN4] respectively. I would like to replicate a...

11 years ago | 1 answer | 0

1

answer

Question


Can we vectorize this kind of for loop?
The for loop is as follows: N=2;T=3; Trials=rand(N,T); for i=1:N for j=1:T AverageValue...

11 years ago | 2 answers | 0

2

answers

Question


Helping to display a 4D with "isosurface" and "contour3" functions
Hi everyone, I would like to display a 4D data w=f(x,y,z) using the combination of "isosurface" and "contour3" functions as i...

11 years ago | 0 answers | 0

0

answers

Question


Speed up matlab program with .dll file
Hi all, I have a Matlab code with 4 for loops, and 1000 iterations for each loop. This code takes time and I would like to sp...

11 years ago | 1 answer | 0

1

answer

Question


transform from "for loop" into "matrix" form
Hi all, I have a complicated problem about "for loop" and "matrix", I would like to have some helps from you. Let's X1 be ...

11 years ago | 1 answer | 0

1

answer

Question


Evaluate all functions stocked in cell arrays at the same time without using for loop
Hi everyone, Is there a way to evaluate all functions stocked in cell arrays at the same time without using for loop? For exa...

11 years ago | 1 answer | 0

1

answer

Question


Output of an integral function as a function
Hi all, Everyone can tell me how to make the output of an integral function as a function, please? I try the following code, ...

11 years ago | 0 answers | 0

0

answers

Question


Make a function as the input of a function for iterative computing
Hi everyone, I would like to know how to make a function as the input of a function in matlab. In fact, I want to solve g(x1,...

11 years ago | 1 answer | 0

1

answer