photo

Tuan


Last seen: 1 year 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

8 个提问
0 个回答

排名
118,786
of 300,895

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,106

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,552

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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

1

个回答