Beantwortet
How to write struct dataype into a netCDF using ncwrite?
As of today, MATLAB's netcdf layer does not support <http://www.unidata.ucar.edu/software/netcdf/docs/user_defined_types.html us...

fast 13 Jahre vor | 0

Beantwortet
Can imregister provide transformation details on the registeration of the moving image?
One possible approach: If you add this parameter and value: 'DisplayOptimization',true to your call, you'll notice ...

etwa 13 Jahre vor | 1

Beantwortet
How do I convert an RGB image into an IR image?
RGB images capture information within the visible spectrum, to capture infrared images (outside visual spectrum) you would need ...

etwa 13 Jahre vor | 0

| akzeptiert

Beantwortet
How to Read files into MATLAB from OPeNDAP servers (HYCOM)
With R2012a, try <http://www.mathworks.com/help/techdoc/ref/ncread.html |ncread|>.

etwa 13 Jahre vor | 0

Beantwortet
Thinning Algorithm that ensures 8 connectivity
Sonam, Try the bwmorph(image,'thin',Inf) syntax. Without the third input argument, the thinning process is only perfor...

etwa 13 Jahre vor | 1

| akzeptiert

Gelöst


Check to see if a Sudoku Puzzle is Solved
*Description:* Your task, should you choose to accept it, is to make a function that checks to see if a 9x9 matrix of integer...

etwa 13 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

etwa 13 Jahre vor

Beantwortet
Convert netcdf file to ascii file..
With 10a, I cant think of a simple approach. You would have to use the <http://www.mathworks.com/help/techdoc/ref/netcdf.html |n...

etwa 13 Jahre vor | 0

Beantwortet
Saving MATLAB Workspace to NetCDF File
Brad, From what I know, your best bet would be to write one. The <http://www.mathworks.com/help/techdoc/ref/nccreate.html nc...

mehr als 13 Jahre vor | 0

Beantwortet
How to find the total number of attributes attached to a variable in Matlab netcdf?
Leon, Have a look at <http://www.mathworks.com/help/techdoc/ref/netcdf.inqvar.html |netcdf.inqVar|>. This page will give you ...

mehr als 13 Jahre vor | 0

| akzeptiert

Beantwortet
How to create a a scalar NetCDF variable (i.e with no dimensions)?
Could you tell us why would you need a dimension of size zero? Are you trying to create a scalar variable? If so, try [] for th...

mehr als 13 Jahre vor | 1

| akzeptiert

Beantwortet
ncread not identifying missing values
Emily, the replacing fill values and applying scale and offset values is a convention. (i.e its not part of the file format spec...

mehr als 13 Jahre vor | 0

Beantwortet
Image analysis
Have a look at <http://www.mathworks.com/products/image/demos.html?file=/products/demos/shipping/images/ipexrotate.html this> de...

mehr als 13 Jahre vor | 0

| akzeptiert

Beantwortet
shortestpath between two points on skeleton in binary image
Maybe <http://blogs.mathworks.com/steve/2011/11/01/exploring-shortest-paths-part-1/ this blog post by Steve> could give you some...

mehr als 13 Jahre vor | 0

Beantwortet
Duration curve in matlab
Rasmus, more clarification would help people not familiar with these curves to try and answer you. I understand the x-axis to sp...

mehr als 13 Jahre vor | 0

Beantwortet
Time axis in netcdf files
Isabella, I dont see a netcdf.putVar for varid_lon, varid_lat etc, so I guess what you are seeing is the default fill value. ...

mehr als 13 Jahre vor | 0

| akzeptiert

Beantwortet
How to convert Tiff image to Ntsc
You could use <http://www.mathworks.com/help/techdoc/ref/imread.html imread> to read in an RGB Tiff image as a matrix and then u...

mehr als 13 Jahre vor | 0

Beantwortet
Data not written correctly to netcdf file
Anna, the data might not get fully written unless you close the file. A call to close would flush out all the data to the file: ...

mehr als 13 Jahre vor | 0

| akzeptiert

Beantwortet
Motion tracking for research
Here is one attempt using something Walter suggested. You might be able to modify this to generalize it enough for your applicat...

mehr als 13 Jahre vor | 1

Beantwortet
Matlab slowing down while reading netCDF
I really have no clue, wild guesses: * Instead of having to restart MATLAB, try issuing a |clear mex| after a read, how does th...

mehr als 13 Jahre vor | 0

Beantwortet
How do I use IMFILTER to high pass filter an image?
<http://fourier.eng.hmc.edu/e161/lectures/gradient/node1.html This> tutorial might help.

mehr als 13 Jahre vor | 2

| akzeptiert

Beantwortet
background removal
You might also consider extracting the crack instead of removing the background :) What do you intend to do after you 'remove th...

mehr als 13 Jahre vor | 0

Beantwortet
How to use Chronux
MATLAB does not know where to look for 'ndb'. I assume 'ndb.m' is in the folder you downloaded for 'Chronux'. You would have to ...

mehr als 13 Jahre vor | 0

Beantwortet
How do I downgrade the version of HDF5 library that MATLAB uses?
Robert, the hdf5 library is very closely tied to the MATLAB executable and cannot be replaced/downgraded. It might help to o...

mehr als 13 Jahre vor | 1

| akzeptiert

Beantwortet
How do I use my smart phone camera as a webcam in MATLAB?
The general solution would need two parts, one to broadcast the data from the device and another part to read this data into MAT...

mehr als 13 Jahre vor | 13

| akzeptiert

Frage


How do I use my smart phone camera as a webcam in MATLAB?
I have an smartphone device with a camera. I would like to obtain and process this image data in MATLAB. (Specifically, I have ...

mehr als 13 Jahre vor | 13 Antworten | 6

13

Antworten

Beantwortet
Obtain pixel values from a contour point towards center of image
If you have the contour points, you ought to be able to average them to obtain the center pixel location. You could then use <ht...

mehr als 13 Jahre vor | 0

Beantwortet
Average data from multiple tsv files to graph
TSV (Tab separated values) can be read using <http://www.mathworks.com/help/techdoc/ref/dlmread.html |dlmread|>. To process ...

mehr als 13 Jahre vor | 0

Beantwortet
Image Processing on Matlab
Do you just want to display the frames in sequence or is there any other reason you want to use |implay|? If its just displayin...

mehr als 13 Jahre vor | 0

Beantwortet
How can I convert a XYZ format to an image format
What is the range and resolution of i's and j's? Can you scale these coordinates into integer values? If you could scale them i...

mehr als 13 Jahre vor | 0

Mehr laden