photo

Afz


Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

8 Questions
1 Answer

RANK
23,215
of 300,331

REPUTATION
1

CONTRIBUTIONS
8 Questions
1 Answer

ANSWER ACCEPTANCE
12.5%

VOTES RECEIVED
1

RANK
 of 20,920

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,124

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

  • Thankful Level 1

View badges

Feeds

View by

Answered
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 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...

12 years ago | 2 answers | 0

2

answers

Question


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 ago | 4 answers | 0

4

answers

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 1

2

answers

Question


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 ago | 1 answer | 0

1

answer