bluetooth data Hi all. I'm trying to use matlab to read date from a blutooth usb device and send or receive it by other bluetooth devices it can be even a single bit for testing does anybody has any useful information that i could use thank you Sasha ... 3 Aug 2010 19:08
adding calibration bar to an image--during zooming Hi, I'd like to add a horizontal calibration bar to a displayed image. This isn't so hard to do if the image isn't resized via zooming, but I'd like to have the bar automatically recalculated (to e.g. 1/10th of the image width) and replotted when a user uses the magnifier to zoom in on a region. Any thoughts? ... 3 Aug 2010 21:19
A problem with the HELP browser Hello all, My MATLAB HELP browser doesn't work... When I enter the HELP browser it opens and shows the left browser panel, but the right viewing pane (the main window) is not showing anything. I can search for topics but when I select one of them it is not shown in the viewing window. It is very frustrating. The... 3 Aug 2010 16:57
.figs to .avi Would anyone be able to post a very simple code that makes a series of .fig files (1.fig, 2.fig, 3.fig, etc.) into an .avi animation? Thanks! ... 3 Aug 2010 16:57
Access Denied in Windows 7 Hi, Windows 7 doesn't allow Matlab to enter into some of its files (at least in my case) this is the message I got: java.io.FileNotFoundException: C:\Users\Username\AppData\Roaming\MathWorks\MATLAB\R2010a\matlab.prf (Access is denied) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream... 3 Aug 2010 18:02
Error while programming GUI: cannot yield multiple results Hi, I've spent days gathering info on GUI's on the internet and in Matlab Help, watching instruction movies and studying example GUI's and I just don't get why I get this error (see Subject). Is there someone who can help me, please? I've indicated where the error occurs, because the first lines of code work fine. ... 3 Aug 2010 18:02
Optmisation problem Hi, I have several assets and I'm trying to calculate weights that would maximise the portfolio return while taking into account the risk involved. This involves creating portfilios based on mean variance utility, s-shaped utility and the kinked utility function. Would u have MATLAB codes for any of these functions ... 4 Aug 2010 12:29
Maximum line length of .m file I couldn't quite find where the maximum length of a line in an .m file is specified... does anyone know? Thanks! ... 4 Aug 2010 20:10
Matlab GUI code - zeros I've started working with the GUI in Matlab, and at several places in my code, I use a a 'blank' column vector with the zeros function e.g. Val = zeros(2*N+1,1) and this goes on producing errors, either at this point or later. How should I enter this in a GUI? It works fine as an ordinary function. Thank... 3 Aug 2010 19:08 |