First
|
Prev |
Next
|
Last
Pages: 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893
Convert GPS data to (x,y) coordenades On Apr 22, 8:26 pm, "Felipe " <felipe86hr...(a)yahoo.com.br> wrote: Hello experts, How can I convert GPS data into cartesian (x,y) coordenades using matlab? Thanks in advance. Best regards Felipe Cunha Here in New Zealand, we have a government department called Land Information New Zealand and... 23 Apr 2010 17:35
uisave Equivalent for Figures I'm looking for a way to get a user interface save dialog identical to the one displayed when using 'uisave' except I want it to be able to save the current figure to any supported image format. To clarify, I have a stand-alone application, and I'm trying to build my own toolbar for the figure containing the plot. ... 23 Apr 2010 17:35
export overlapped area plots Hi I have a plot figure containing several overlapped areas. In Matlab display, the upper layers always cover parts of the lower layers when they overlap. However, when I try to export it into other formats, I can't make the exported figure looks the same as the Matlab display. In details: If I use tiff, png, jpg..... 23 Apr 2010 17:35
Fsolve do not work for my ecuations "David_la_plata Jaume" <davidjaume(a)hotmail.com> wrote in message <hqnlt7$dko$1(a)fred.mathworks.com>... Hi, I have a sistem of non-linear ecuations and Fsolve gives me an answer but it not satisface the 5th ecuations: -V(3)+(alfa*(1+V(7)*lambda))/(1-alfa)*(cu/V(2));. F= [-V(5) + (1-alfa)*((exp(mu+((sigma^2... 23 Apr 2010 17:35
npermutek Hello, I've recently been using Matt Fig's NPERMUTEK file quite a lot. It's very useful and coded very well. I noticed that for large arrays it becomes slow: --------------------------------------------------- for i=10:13 tic;npermutek(1:4,i);toc; end % Elapsed time is 1.249711 seconds. % Elapsed time is... 23 Apr 2010 21:00
Paper size not as specified! Print to PDF Hi, I'm starting to get very frustrated about the print tools in Matlab. To illustrate my problem, I have the following code I = rand(200,250,3); imshow(I); set(gcf,'PaperUnits','points'); set(gcf,'PaperSize',[250 200]); print(gcf,'test.pdf','-dpdf'); i.e. I plot something with imshow, set the paper size to ... 23 Apr 2010 17:35
Parse string -50 mm;0 mm;250 mm Hi all, what is the best way to parse a string like this: -50 mm;0 mm;250 mm I would like to get the three coordinates as numbers, e.g. x = -50 y = 0 z = 250 I played around with sscanf(), but didn't get it working. Thank you very much for any hint! Armin ... 23 Apr 2010 17:36
syntax to use Parfor for "for loops " Please help me with the syntax for using Parfor for "for loops".Whether the use of Parfor needs some extra Matlab Tools ? ... 23 Apr 2010 17:35
matrix normalization Hello, I have a matrix (mxn) and I have to Normalize the matrix by scaling its rows so that they have equal norms. I have checked balance but that normalizes both row and columns and i have also checked norm. is there a way of doing it? Bye ... 23 Apr 2010 20:55 |