photo

Afz


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

8 个提问
1 个回答

排名
23,215
of 300,068

声誉
1

贡献数
8 个提问
1 个回答

回答接受率
12.5%

收到投票数
1

排名
 of 20,863

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,211

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Transpose xlswrite data pasting in excel
Let me extend the same question 1) How do I place this data at the *next free cell * in Column DC 2) My Sheet number is 5...

12 years 前 | 0

提问


Transpose xlswrite data pasting in excel
This coef has 3 numbers in 1 column and I want it to be transpose and pasted in excel at DC2 what should I do ? xlswrit...

12 years 前 | 2 个回答 | 0

2

个回答

提问


To change Current Folder to the folder of .m File
How can I change the current folder to folder of .m file in my code. Possibly with cd command Or any command I can indica...

12 years 前 | 4 个回答 | 0

4

个回答

提问


How to display minimum vaue of a Surface z-axis.
I have drew a trisurf with 100 values in each x,y and z variable, and I want to display the least 10 data values of z on the sur...

13 years 前 | 2 个回答 | 0

2

个回答

提问


Difference in TriSurf and Surf - Adding Two trisurf plot on one graph.
I uses this to get a surface plot between three variables. My data was in one column. trisurf(tri,x,y,z) But when I use Su...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Generating iterations from Genetic Alogrithim
I want to use Genetic Algorithm for optimization. I have 5 variables (a,b,c,d,e), at the optimized solution, these variables ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Generate permutations of numbers
I am using this perms([0 1]) to generate permutations and its giving me the following result 1 0 0 1 I want it to gen...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Help in defining fmincon fucntion - Optimization Toolbox
I am unfamiliar with working of MATALAB so I need some basic help in using this function. *I want to make my function zero or...

13 years 前 | 2 个回答 | 1

2

个回答

提问


Optimizing/Minimizing multivariant equation with fminunc function
I want to minimize a multivariate function which is dependent on 5 variables. (a,b,c,d,e) or (x(1),x(2),x(3),x(4),x(5)). I want ...

13 years 前 | 1 个回答 | 0

1

个回答