First  |  Prev |  Next  |  Last
Pages: 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476
How to change a gui's figure icon
"Zulkifli " <zulkifliaziz(a)yahoo.com> wrote in message <hm07an$ok2$1(a)fred.mathworks.com>... "matt dash" <n.a(a)mail.com> wrote in message <g40hcb$jdd$1(a)fred.mathworks.com>... "Daniel " <anothermathgeek+matlab(a)gmail.com> wrote in message <g40fuq$2gh$1(a)fred.mathworks.com>... Ok, tried it. But I receive t... 16 Jun 2010 16:35
skip specific lines
Dear all, I'm new to Matlab, so here is a problem I encountered when trying to modify a text file. 1. My file has four lines in the beginning that do not contain the data I want so I want to skip all the them when reading my file, it seems like skip header function can only skip one? and the four lines are all o... 16 Jun 2010 16:35
Fix for Isosurface problems
Hi All, I have developed a fix for MATLAB "isosurface" function. Please download a GNU GPL program from the following link. http://www.hermesacademy.com/products I have included a demo example that illustrates the issues with "isosurface" function. Comparison of results using my program and "isosurface" ... 24 Jun 2010 16:21
for loop and textscan
Hi all, I have been troubled with this problem using for loop, hope I can get some help. I am trying to modify a text file with columns of strings and numeric values. Here I am extracting XYZ coordinates from a file and then do calculation with all 64 rows of XYZ and find out the four smallest distances from A(X... 16 Jun 2010 19:55
How to divide a line in equal section?
Hi there I'm wondering if somebody knows how to divide a curve in equal sections in MATLAB? ... 16 Jun 2010 17:42
External third Party DLL Compilation
Hello, we try to get a standalone application for acquiring measurements on PCs without Matlab. For that we developed a GUI which gets Input by our acquiring hardware. The problem is that one of our hardware uses external interface to shared Libraries. Starting and using the GUI works, but after compiling its not ... 17 Jun 2010 12:17
(probably) an easy simulink problem
Hi there, I'm just approaching Simulink. My aim is to build a filterbank which splits the audio imput signal into different frequency bands. Specifically, I have a wave signal which is delivered through the block "From wave file" to 4 Biquad filters, with frequencies 1, 10, 100 and 1000. Between imput and filters I ... 16 Jun 2010 15:28
Loading into GUI
Hi, I'm saving the contents of my GUI to a .mat file via the save command as shown below: function save_workspace_Callback(hObject, eventdata, handles) [workspaceFile,workspacePath] = uiputfile('*.mat','Save Workspace As'); save(strcat(workspacePath,workspaceFile)) end I also have a op... 16 Jun 2010 15:28
image matrix aglinment
Hey all, I have a question about aligning data. I am measuring height of surface at two different temperature using optical profilling system. The data is stored in a matrix format. Since I do measurements at different temperatures the alignement of the test sample changes. I need to know the height difference at dif... 28 Jun 2010 17:16
Help with graphing please
I am trying to graph 12 points of data on top of another graph which I know how to do. My issue that I'm currently struggling with is that when I plot the 12 points there is a line that runs through all 12 points and I would just like to have the actual points. Is there an easy solution to this problem? Please help ... 16 Jun 2010 14:22
First  |  Prev |  Next  |  Last
Pages: 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476