Put 1 image to another
Hello, please help me with my 2 question =) : There is an image: http://files.me.com/icefenix/9rt7d6 (124x115) I need to get this: http://files.me.com/icefenix/eboepl (256x256) I.e. I need to put the first image of a black square (256x256). Or enlarge the first picture of a black color to the desired si... 15 Feb 2010 17:45
Adding a legend to MORE then six annotations???
Hello, I have over six different lines in a plot for which I want to add a legend to. However, after the 6th line, the color of the legend begin to repeat themselves although the colors of the lines in the plot do not, why is that? How do I solve this? Thank you. ... 14 Feb 2010 17:23
MATLAB coding
Hello, Greetings.I am undergraduate engineering student.I had sent an IEEE paper on "Interference reduction for terrestrial Cellular based systems via High Altitude platform Station" to a nearby institution.This has been selected for presentation and now i am asked for the MATLAB coding for this paper.I could not fi... 14 Feb 2010 15:09
cell array in uitable
Hello! I try to use a uitable, that contains data from a cell array, which especially means that some fields may contain double or string variables. I found out, that if a complete row of the cell array contains just strings, Matlab is setting the property of the row to string/char - since when I want to change the ... 14 Feb 2010 12:54
Converting a variable name to a string?
"Bruno Luong" <b.luong(a)fogale.findmycountry> wrote in message <gugvot$emb$1(a)fred.mathworks.com>... "Daniel " <simpson.d(a)hotmail.co.uk> wrote in message <gugv65$7ll$1(a)fred.mathworks.com>... In MATLAB, is there a simple way to convert the name of a variable to a string? I'm looking for something similar in princi... 17 Feb 2010 00:07
Fuzzy inference system
Hi, This is Mostafa Soleimani and I am studying Electrical Engineering at University of Birmingham, UK. My final year project is based on Fault Detection and Diagnoses using Fuzzy logic inference system. I have written a code in Matlab which is more or less same as Matlab fuzzy inference toolbox. I have a lo... 14 Feb 2010 11:46
Fuzzy inference system
Hi, This is Mostafa Soleimani and I am studying Electrical Engineering at University of Birmingham, UK. My final year project is based on Fault Detection and Diagnoses using Fuzzy logic inference system. I have written a code in Matlab which is more or less same as Matlab fuzzy inference toolbox. I have a lo... 14 Feb 2010 10:39
Exporting classregtree tree plot
Hi: I created a decision tree with @classregtree and want to plot the tree result of view(). Is that somehow possible? The standard export functions are not available in the window. ... 14 Feb 2010 12:54
colormap for MarkerFaceColor property
Hello, Can someone tell if it's possible to colorize markers in pcolor or surface graph according to used colormap and values of data instead of actual "patches"? for example: y =1:20; x=1:10; z = round(rand(20,10)*20); surface(x,y,z, 'Marker', 'o', 'MarkerSize', 10, ... 'MarkerEdgeColor','k', 'FaceC... 14 Feb 2010 09:33
graphs
I want to plot a graph with axes that is pointed with maltiple of "pi". please guide me. ... 14 Feb 2010 10:39