Answered
Append to an array
Hi, A possible solution to your problem could be something like this. Set the array as empty initially(beginning of the sess...

ungefär 11 år ago | 5

| accepted

Answered
A question regarding matrices
Hi, Below is a working code for reading your specific file. function adjMatrix = adjMatrix() fileID = fopen('adjMat....

ungefär 11 år ago | 1

| accepted

Answered
How to use fnzeros to find the zeros of a function?
Hi, The fnzeros function requires the inputs to be in a specific format as it is a function that works on splines and is a pa...

ungefär 11 år ago | 1

| accepted

Answered
how to use kmeans function to transform grayscale image to binary
Hello, Please check the link below. Maybe this helps. Also, I would like you to know that this is a part of the image proc...

ungefär 11 år ago | 0

Answered
Duplicate names in one cell column
Hi, You can use the " |hist| " functions and the unique functions to determine if there are any duplicate values in your colu...

ungefär 11 år ago | 0

Answered
How to smooth the edges of given image
Hi, You can try the solution listed in the linke below. Hope this helps. <http://www.mathworks.com/matlabcentral/answers...

ungefär 11 år ago | 0

Answered
How to remove the middle part of a graphic
Hi, You can try setting the values between 25% to 75% to NaN. This might do the thing.

ungefär 11 år ago | 0

Answered
embedding matlab figures (.fig files) automatically into a Word document
Hi, Once you have a image in your word document you can associate it with a hyperlink to a .m file or a .fig file in MATLAB, ...

ungefär 11 år ago | 0

Answered
Counting Colored Objects in an Image
Hello, May be the link below will be useful. It is based on the segmentation of the image based on colors. The link is : <h...

ungefär 11 år ago | 0

Answered
convert matrix into another matrix
Hi, You can try using the " |fliplr| " command for flipping the matrix elements. Here is the link to the documentation: ...

ungefär 11 år ago | 0

Answered
How to receive data over tcp and plot them?
Hi, May be this will help you. <http://www.mathworks.com/matlabcentral/answers/68878>

ungefär 11 år ago | 0

Answered
How to add 10dB or 30 dB noise to an image?
Hey, You can try using the "awgn" function. <http://www.mathworks.com/help/comm/ref/awgn.html?searchHighlight=awgn> Also ...

ungefär 11 år ago | 0

| accepted

Answered
how can we measure a pahase difference between two sinusoidal signals?
I think may be this post will help you. <http://www.mathworks.com/matlabcentral/answers/44830>

ungefär 11 år ago | 0

| accepted

Answered
Evaluate FIS with Dataset in MS Excel
Hi, You can import your dataset from an Excel sheet into MATLAB using the "Import Data" button at the top of your MATLAB work...

ungefär 11 år ago | 0

Answered
Why can't I find the number 1.7?
Hi, It has to do with the way floating point numbers are represented in MATLAB. May be this article helps: <http://blogs....

ungefär 11 år ago | 0

Answered
How to run k means clustering on multiple items in a text file
Hi, You can try using the "kmeans" function by formatting your data as per the data format required in the function. The func...

ungefär 11 år ago | 0

| accepted

Answered
How to display a variable in workspace before the end of the script?
Hi, It is possible that you are creating the variables locally in a fuction which your script is calling. Hence, when the funct...

ungefär 11 år ago | 0

Answered
ploting 2 variable function
Hi, The length of vector X should be the same as number of columns of Z and the length of vector Y go with number of rows of...

ungefär 11 år ago | 0