已回答
how to find correlation coefficient ?
Try from them http://stackoverflow.com/questions/14342938/correlation-between-two-vectors http://www.mathworks.com/help/ma...

8 years 前 | 1

| 已接受

提问


1d interpolation from multiple text files
I want to apply these two interpolations for missing temperature data in text files # nearest neighbor interpolation # bilin...

8 years 前 | 1 个回答 | 0

1

个回答

提问


bilinear interpolation of 2D matrix
I am trying to apply Bilinear/bicubic interpolation on my data set which is in text files. These text files are in a folder and...

8 years 前 | 2 个回答 | 0

2

个回答

提问


scatter data interpolation from text files in matlab
I am going to use scatteredInterpolant for interpolation of missing data. My data consist on text files name from *Output_00 to ...

8 years 前 | 1 个回答 | 0

1

个回答

已回答
Interp1 introduces spikes
here is the solution for this question http://www.mathworks.com/matlabcentral/answers/265845-interpolations-nearest-neighbor-...

8 years 前 | 0

已回答
How to extract shape characteristics from an image?
read my answer and @image answer here for this question http://www.mathworks.com/matlabcentral/answers/270867-set-the-outside...

8 years 前 | 0

已回答
change color of output graph
Accept this answer if satisfy your question try plot(array1,array2,'k')%k stand for black color for more reading...

8 years 前 | 0

已回答
set the outside pixel values into zero.
Try from them http://www.mathworks.com/help/images/ref/imcrop.html http://www.mathworks.com/matlabcentral/fileexchange/310...

8 years 前 | 0

已回答
flip coins a given number of times
may make a code about probability of appearing head or tail in all flip

8 years 前 | 0

已回答
how to curve fit one cycle of signal?
Links may solve this question http://stackoverflow.com/questions/2024954/line-of-best-fit-scatter-plot http://math.sta...

8 years 前 | 0

已回答
Connecting points in graph
you have not define vectors x(i),y(i) before plot Lets take an example A=[1 2 3 4 5; 6 7 8 9 10];% give here your matrix...

8 years 前 | 1

| 已接受

已回答
How to delete string in cell arrays?
read this : <http://www.mathworks.com/help/matlab/matlab_prog/cell-arrays-of-strings.html>

8 years 前 | 0

已回答
how to fit the best curve to x-y data set?
Links may solve this question <http://stackoverflow.com/questions/2024954/line-of-best-fit-scatter-plot> <http://math.stac...

8 years 前 | 0

已回答
Why I can't open MATLAB?
Try this link: <http://www.mathworks.com/company/aboutus/contact_us/?s_tid=gn_cntus> You can also send an email to <suppo...

8 years 前 | 0

| 已接受

已回答
How to verify a while loop and run it correctly?
edit your question again and post code with error you are getting? Only after my understanding i recommend you to use For lo...

8 years 前 | 0

已回答
How to plot an Ellipse?
Links may find to useful for this question <%20http://www.mathworks.com/help/pde/ug/pdeellip.html> <%20http://www.mathwork...

8 years 前 | 0

已回答
I want to make temperature contour plot at latitude and longitude
http://www.mathworks.com/matlabcentral/answers/229579-how-to-make-a-geographic-map-from-text-files-data

8 years 前 | 0

提问


Conversion of 3d array to 2d array in text file
I have temperature data in text file. This text file consist on 3D array. Its complete description is as fellow * The first r...

8 years 前 | 2 个回答 | 0

2

个回答

已回答
how to plot difference equation using matlab
Please give some more explanations about equations? Like how they look like? What are their input parameters?

8 years 前 | 0

提问


mircosoft visuall 2005 C++ 2005 redistributiable error in installation of RMatlab 2013b
I am going to install matlab R2013b on window 7 and 32 bit operating system. I am installing this on my laptop. But i run 32 bit...

8 years 前 | 3 个回答 | 0

3

个回答

已回答
Newly Installed Matlab can't run any function or script at all
<http://www.mathworks.com/matlabcentral/answers/230968-unable-to-start-matlab> Related query has answered in this link

9 years 前 | 0

提问


Arragement of vectors and matrix in text file
I have 2D array of matrix(in excel or text file). This file contains GP height for my study area. 1st column of this file is lat...

9 years 前 | 1 个回答 | 0

1

个回答

提问


how to set color range for color in color bar
In the following color map, i want to set <0 values set as variation in brightness in deepskyblue 0-79 interval as variat...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
Monthly Average for Large Dataset
Hint: make a function that read text file and calculate statistics.

9 years 前 | 0

已回答
Matlab cannot read the tiff image
Use the correct extension for *tif* or you have convert your image to some other data type image like unit8 ,unit16 or might be...

9 years 前 | 0

已回答
Issue in MATLAB installation
take this <http://www.mathworks.com/matlabcentral/answers/230968-unable-to-start-matlab>

9 years 前 | 0

已回答
how to represent the integral in matlab
integers are represent by storing capability. like Unint or unsig int please explain your question more

9 years 前 | 0

已回答
How to plot 2D graph of average value with lowest and highest values
Show some output and data, For making line graph i recommend you to use *Excel* .

9 years 前 | 0

提问


How to label feature of shape file when calling it by geoshow and how to make multiple maps in single file
I am trying to make color map from text file data.I am using geoshow to call shape file of the region to set back ground of the ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


how to make a geographic map from text files data
Hi every one; I have data in text file which has three columns , first column is latitude , second is long and third column i...

9 years 前 | 1 个回答 | 0

1

个回答

加载更多