how to plot india map with states
hi friends, i am trying to plot india map in matlab, i couldn't get full map. can any body suggest to how to plot this regards hari
View Article[R2008b,Ubuntu,JRE] Garbled plots
I was recently having a strange issue with my MATLAB install (R2008b, on Ubuntu 10.04), where the cursor in the text editor was painfully slow. I tried installing the Oracle Java 8 JRE and setting the...
View ArticleRe: "radial" average...
John D'Errico <derrico@flare.net> wrote in message <derrico-6ADAF4.07282424012002@news.newsguy.com>... > This is just a binning problem. > > Assume you have data in vectors x,y,z....
View Articleguassian meanshift clustering
hello, i need some one help to modify flat kernel used in meanshift clustering to be guassian kernel the code of meanshift i use it...
View ArticleRe: Find only unique fields in structure
"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <k5j1cb$qjf$1@newscl01ah.mathworks.com>... > "mark" wrote in message <k5idqa$m9d$1@newscl01ah.mathworks.com>... >...
View ArticleRe: Find only unique fields in structure
Data = struct('f1', [1 2 3], ... 'f2', [4 5 6], ... 'f3', [1 2 3], ... 'f4', [1 2 3], ... 'f5', [1 2 4]) % Engine a = struct2cell(Data); a =...
View ArticleRe: Print command
On 10/16/2012 12:18 AM, Mous wrote: > I want to safe a figure with high resolution, problem is print command > doesn't accept predefined string variables , so I have to write the file > name...
View ArticleRe: [R2008b,Ubuntu,JRE] Garbled plots
"Vishaka " <vishak31789@yahoo.co.in> wrote in message news:k5jck9$3fr$1@newscl01ah.mathworks.com... > I was recently having a strange issue with my MATLAB install (R2008b, on > Ubuntu...
View ArticleRe: Why is interp1(x,Y,...) being removed?
On 10/16/2012 2:21 AM, Bruno Luong wrote: > dpb <none@non.net> wrote in message <k5ij5o$a82$1@speranza.aioe.org>... >> >> If that is the case that it has been tried to be...
View ArticleRe: Fuzzy Logic to Simulink
"Andra Sabin" <andra_sabin@yahoo.com> wrote in message news:k5ivm3$ku0$1@newscl01ah.mathworks.com... > Hi, > > I'm working on my dissertation and I've never worked with Matlab before. I...
View ArticleRe: Print command
"Mous " <drop2001@hotmail.com> wrote in message news:k5iqmo$531$1@newscl01ah.mathworks.com... > I want to safe a figure with high resolution, problem is print command > doesn't accept...
View ArticleRe: connected component labelling
"Karthik " <karthi24mar@gmail.com> wrote in message news:k5ikc9$e64$1@newscl01ah.mathworks.com... > Hi, > > Is there a way to do Connected Component labelling algorithm for an lung >...
View ArticleRe: Why is interp1(x,Y,...) being removed?
> Do you understand the latest version fully, Bruno? I can't test what it > really does...and so far I don't follow what the doc is trying to say. > > Is it indeed just terribly poorly...
View ArticleRe: Initialize a structure?
"Matt J" wrote in message <k5ipbh$lk$1@newscl01ah.mathworks.com>... > "Chuck37" wrote in message <k5i7c0$1mr$1@newscl01ah.mathworks.com>... > > I need a structure that looks like:...
View Articlefast computing of differences between aij and aji
Hi all, I am working with a symmetric matrix A and I would like to compute the asymmetry asymmetry = abs(a(i,j)- a(j,i)) for all i and all j. Is there any way to compute this without two "fors"? Thank...
View ArticleSave workspace as sub element of structure
Hello, I am trying to save the current workspace as a sub element of a structure into a database: save('temp_WS.mat'); % now temp_WS.mat contains all variables like "var1","var2" load('db.mat'); %...
View ArticleRe: GUIDE GUI RESOLUTION PROBLEM
That may sounds like a cheap solution but I faced the same issue in the past (using another language) and was able to solve it using tabs. Those tabs made the GUI simpler, easier to use, and the main...
View ArticleRe: delete elements at output
Can this problem be solved by “Variable Sample Time”? In the documentation I found some description about the method “mdlGetTimeOfNextVarHit”, but only in C. Are there any version for Matlab? Thanks...
View ArticleRe: display large image with interpolation??
"the phaseshift" <thephaseshift@hotmail.com> wrote in message <k5oji3$t56$1@newscl01ah.mathworks.com>... > Is it possible to display a large image in a figure *without resizing*, and...
View ArticleRe: fmincon and TolCon
"Paul Kerr-Delworth" wrote in message <k5ojec$sud$1@newscl01ah.mathworks.com>... > "mave" wrote in message <k5mu84$s40$1@newscl01ah.mathworks.com>... > > Alan_Weiss...
View Article