First
|
Prev |
Next
|
Last
Pages: 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487
take off a white frame in image is somebody know how to take off a white frame in image? ... 15 Jun 2010 09:47
How to compile image processing toolbox mex-files with debug info? Hi All, I have a problem to ask for your help. I need to know how the function imreconstructionmex works. I choose to read the code of imreconstructionmex.cpp while debugging the code. So the first thing is to use the mex command to compile the file to obtain the imreconstructmex.pdb file with debugging inform... 15 Jun 2010 09:47
converting matrices Hi, i am very fresh to MATLAB... I have a CSV file which i imported in Matlab. There are three columns in it. I would like to convert this to matrix so that first column would be i, scond would be j and third would be the value. Is there an easy way to do that? thanks, m ... 19 Jun 2010 11:16
tranforming table to matrix Hi all, i have a table (from CSV file). I would like to make a matrix out of it in a way that forst column would be i, second column would be j and third would the value. I there a easy way to do this? Thnks, m ... 16 Jun 2010 11:02
extract daily data Hey there! I have measured data over 10 years saved in a txt file. The data is about flow rate. Each data entry is connected to a date (in dd.mm.yyyy). data is in column 4, date is in column 2 of the file. What I need to do is to sum up the data over every day to get a daily value. So I have to extract daily data.... 16 Jun 2010 11:02
plotting Dear All, I need help in plotting. I want to plot 6 lines in one figure from a loop code. i did that, but all the lines have the same color and symbol. i need that, every line has different color and symbol. see this code: clc clear close all ind=1; for j=1:6; for x= 400:400:20000; t =0.5... 15 Jun 2010 09:47
chemical equilibrium of a gasifier using fsolve I'm trying to model a biomass gasifier using chemical equilibrium. I have a system of equations and unknowns that I would like to solve with Matlab using the "fsolve" command. I have two m-files which I use. The first m-file is named "gasf_funcB.m" where I create my system of equations to be used by fsolve. The sec... 17 Jun 2010 11:09
format_ticks.m "Wayne King" <wmkingty(a)gmail.com> wrote in message <hv7jc9$lio$1(a)fred.mathworks.com>... "Assaf Weinstein" <assafweinstein_remove.this(a)gmail.com> wrote in message <hv7gel$kt2$1(a)fred.mathworks.com>... Hi, I would like greek letters (\theta) to appear a a tick label; I try using XTickLabel, but cant get... 15 Jun 2010 07:35
RTW code customization Hello, I want to generate the auto code using RTW in which the auto code should contain the output port name (output signal name) as export function. E.g. If Matlab model have outputs as temp_out and batt_out, then in generated C auto code I want them as extern BOOLEAN temp_out; extern BOOLEAN batt_out; #defin... 15 Jun 2010 07:35
Thread Subject: Writing into a Word Document using ActiveX control Hello, In order to create report automatically,I want Matlab to export text and graphs (niecely formatted) into word (or something else like pdf or similar). I only know how to plot figures into word, I do not know how to format and how to write data/ or strings into word. Is there any matlab command can do that? I he... 15 Jun 2010 14:16 |