First
|
Prev |
Next
|
Last
Pages: 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445
GEOTIFF write? "Karl " <krittger(a)bren.ucsb.edu> wrote in message <go47be$m5r$1(a)fred.mathworks.com>... I'm wondering why MATLAB doesn't have a geotiffwrite fuction? It can read geotiffs, write tfw files...but is missing the ability to write a standard GEOTIFF which includes the projection information. Has anyone written a G... 21 Jun 2010 14:40
Writing geotiff images. "Atma Bharathi " <atmabharathi(a)gmail.com> wrote in message <h4bh2c$l76$1(a)fred.mathworks.com>... Is there any function to write geotiff images from workspace? Try geotiffwrite() under: http://www.mathworks.com/matlabcentral/fileexchange/27959 ... 21 Jun 2010 14:40
How to write a geotiff "gowri senthil" <gowrisenthilkumar(a)gmail.com> wrote in message <g82v22$l6r$1(a)fred.mathworks.com>... Hello, all. I am working with georeference image in matlab.I load the image with geotiff() and do the DWT with the image part. i want to write the processed image into a geotiff file. Is it possible to ... 21 Jun 2010 14:39
Reading a large mixed CSV file of unknown types and size I understand that you can search a string. What I want to do is simple: just put the whole contents of the CSV into a cell/ matrix structure. thank you. ... 21 Jun 2010 16:54
convert to binary image Hi all... I have colored image and I want to convert it to binary (I mean matrix of zeros and ones) please how can I do that? Its very urgent issue... thanks... ... 21 Jun 2010 15:47
Reading a large mixed CSV file of unknown types and size "matlaberboy " <matlaberboy(a)gmail.NOSPAM.com> wrote in message <hvo3jd$sta$1(a)fred.mathworks.com>... hello. I have a CSV file. I don't know in advance what size it is (rows, cols) nor do I know the types associated with each col. The CSV contains mixed types. url = 'http://www.bea.gov/national/nipaweb/csv/... 21 Jun 2010 13:33
Read String To Structure Hi, I have a text box where something like [2 3 5] [c] [c] [c] [5 7 8 9] [c] Is the input. These are intended to be structures specifying whether a variable is continuous or discrete (the values being the discrete steps). I would like to take this contents and put in a structure so that I have a 3D arra... 21 Jun 2010 13:33
beginner question hi, sorry for this beginner question : in a matrix I have one line with 'results', I'd like to calculate the ratio of results > 0 to all results. is there a simple/elegant way of doing that ? thanks ... 21 Jun 2010 14:40
fzero logical error I am trying to solve a function as below: function F = B1B2(M,x,k11,L20,k21,k22,J20,H21,MT,NT) global k11 L20 k21 k22 MT NT J20 H21; F = 2*L20.*M.^2.*(1+k21.*x+k22.*k21.*x.^2) + M.*(1+k11.*x+... J20.*NT./(1 + J20.*M + H21.*x.*J20.*M)+... H21.*J20.*(NT./(1 + J20.*M + H21.*x.*J20.*M)).*x)-MT; Then I ... 22 Jun 2010 14:55
Axes object, zoom problem Hi I'm experiencing problems while using the "axes object" in my gui. I have a 3D plot which is obtained by trisurf function. The problem accrued when I added the zoom option to the axes object. Zoom works fine, However the zoomed plot extends to whole dimension of my GUI, whereas I would like to limit it's extensio... 21 Jun 2010 13:33 |