First
|
Prev |
Next
|
Last
Pages: 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834
Open a BMP image If I open this B/W BMP image (http://www-ece.rice.edu/~wakin/images/lena512.bmp) with Matlab using: img = imread('.....\lena512.bmp'); image(img); I get this one http://img121.imageshack.us/img121/3259/20131081.png How can I open it correctly? thanks in advance. ... 29 Apr 2010 10:05
Newbie Newey-West "Anna Paulsen" <Pekingduck82(a)gmail.com> wrote in message <hoispg$s30$1(a)fred.mathworks.com>... Hi Wayne, dunno if you'll still see this - I got so caught up I forgot to answer your latest message to say thanks. The code did work successfully in the end, mainly due to your hints, so thanks! -anna ... 28 Apr 2010 18:35
How to understand Matlab generated errors ? Whenever I run the file for the first time I get the error as: ??? Operands to the || and && operators must be convertible to logical scalar values. Error in ==> fzero at 333 elseif ~isfinite(fx) || ~isreal(fx) ... 28 Apr 2010 18:35
SUPERVISED LEARNING ALGORITHM Hi guys, I have a pattern recognition problem that I want to solve. Basically, I have data in the form of (of course simplified) A=[1:10]; B=[10:20]. There are a lot of A's and B's, i.e for each A, there is a corresponding B. There exist a relationship between each pair of A and B. What I want is to use the data p... 28 Apr 2010 18:34
blurring an image with a 1D fir filter I'm resurrecting an old question here. "Sachitha Obeysekara" <sachitha.obeysek...(a)nospam.nokia.com> wrote: I have a filter formed by: b = fir1(5,0.5) b = -0.0078 0.0645 0.4433 0.4433 0.0645 -0.0078 Whats the most efficient way of applying this filter to a 2D image, fi... 28 Apr 2010 18:34
save to specified folder Hello again! Does anyone of you guys know how to use save() or saveas() to save files in a specified folder? i dont want to save the files all to the current work folder. i want to specify or even create a new folder and save the files there (in the code). I am thankful for every idea! Max ... 28 Apr 2010 21:58
Simple syms function question I have a simple question but unfortunately have been unable to find the answer despite a lot of googling & help file searching. If I have a function of one symbolic variable, how can I obtain a vector with function values for a specific domain and stepsize? For example all values of f = sin(t) for t ranging from 0 ... 28 Apr 2010 18:34
Y axis plot labeling? Want auto scaling, but want to format... "Rob Newman" <rlnewman(a)ucsd.edu> wrote in message <hn8psc$i1h$1(a)fred.mathworks.com>... Hi there, ... I also want the top-most YLabel and bottom-most YLabel to have the string "nm/sec" append to the label. I have written some routines to do arbitrary labelling of the axis ticks. Normal tick labels don't all... 28 Apr 2010 17:26
Matlab crash! Hi all, I was simulating one model. When I stop the simulation by Ctrl+C, then matlab crashes! Any idea why it happens? Says some segment violation.... Thanks, -g ... 28 Apr 2010 17:26
Data fitting with a model I have performed a system identification on a model (motor with load). The motor with load can be modeled as a fourth order system. The model looks like sys = tf([m2 b k],[m1*m2 b*(m1+m2) k*(m1+m2) 0 0]); Now I want to use matlab to find the optimal values for m1, m2, b, k such that the error between system sys ... 28 Apr 2010 17:26 |