Statistics
RANK
23,215
of 295,467
REPUTATION
1
CONTRIBUTIONS
8 Questions
1 Answer
ANSWER ACCEPTANCE
12.5%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
11 years ago | 0
Question
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...
11 years ago | 2 answers | 0
2
answersQuestion
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...
11 years ago | 4 answers | 0
4
answersQuestion
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...
12 years ago | 2 answers | 0
2
answersQuestion
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...
12 years ago | 1 answer | 0
1
answerQuestion
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 ...
12 years ago | 1 answer | 0
1
answerQuestion
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...
12 years ago | 1 answer | 0
1
answerQuestion
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...
12 years ago | 2 answers | 1
2
answersQuestion
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 ...
12 years ago | 1 answer | 0