Feeds
提问
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...
12 years 前 | 1 个回答 | 0
1
个回答提问
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...
12 years 前 | 2 个回答 | 0
2
个回答提问
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...
13 years 前 | 0 个回答 | 0
0
个回答提问
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...
13 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
13 years 前 | 1 个回答 | 0
1
个回答提问
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...
13 years 前 | 1 个回答 | 0
1
个回答提问
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, ...
13 years 前 | 0 个回答 | 0
0
个回答提问
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,...
13 years 前 | 1 个回答 | 0
