Answered
How to use a colorbar with cmapline correctly?
I understand that the lines go from red(x=1) to blue(x=60) as you go from left to right when the "cmapline" function is used wit...

7 years ago | 0

Answered
Prove Clustering Coefficient Lattice Graph
MATLAB Answers is a place you can get help from the user community on specific MATLAB questions. It is not intended as a place t...

7 years ago | 0

Answered
How to use if, if I want to locate something in a matrix
I understand that you want to use "if" to find the cells that misbehave in matrix U which equal (xi+or-2) and (yi+or-2) and repl...

7 years ago | 0

| accepted

Answered
Pass Complex Data to MATLAB from C# Client
Yes, you can pass a matrix from C# client to MATLAB using "PutFullMatrix" function. Refer to the following documentation page th...

7 years ago | 1

Answered
Using quiver to plot a given flow field equation
MATLAB Answers is a place you can get help from the user community on specific MATLAB questions. It is not intended as a place t...

7 years ago | 0

Answered
How would i create the dirac delta function and plot graphs of the following functions ?
MATLAB Answers is a place you can get help from the user community on specific MATLAB questions. It is not intended as a place t...

7 years ago | 0

Answered
Problems using mcc (R2015b)
I understand that you are trying to use "mcc" with MATLAB R2015b. You noticed that it takes a very long time to execute until th...

7 years ago | 0

Answered
zpk function portability issue
I understand that you tried using "zpk" function in MATLAB R2016a and it doesn't seem to work. However, you were able to use it ...

7 years ago | 0

Answered
How to set color scaling?
I understand that you want to define a color scaling by assigning specific colors to Z values. Further, Z values are general but...

7 years ago | 1

Answered
fplot fails to produce a graph
This is a bug in MATLAB R2016a and it is resolved in MATLAB R2016b. You can upgrade to R2016b to resolve the issue or use "ezplo...

7 years ago | 0

Answered
How to select one value from each column and one value from each row and get minimal sum?
I understand that you are trying to minimize the sum of elements in a matrix under the condition that only one value from each c...

7 years ago | 1

Answered
Help replacing inner for loop with summation
I understand that you are trying to eliminate the innermost loop using ".*" and "sum" functions. MATLAB provides operators to pe...

7 years ago | 0