customizing the ert_main()
Hi Folks I have converted a simulink model to c code by using Real Time Workshop. I used the option “Generate an example main program” and the file ert_main has been created. This model integrates a set of ordinary differential equations. When I compile the source and header files I can’t see the re... 15 Dec 2009 06:46
extract some details from wrl file
hello, I used a wrl file to display 3D face with tiangular mesh. I used this code : vertex, face] = read_wrl(fname); vertex=vertex'; face=face'; dispface(vertex,face); and this is the source code of the function read_wrl: fp = fopen(filename,'r'); if fp == -1 fclose all; str = sprintf('Cannot open f... 3 Dec 2009 05:56
URGENT using matrix results from loop
Hi, I need this for my report due in the morning, so a quick response would be great. I have a 'for' loop running 7 times, running through the seven values in the array DH=[10 15 20 25 30 35 40]. I am using ODE45 and a long file so i wont post it all. Basically my results are returned in a matrix named y. I wa... 3 Dec 2009 05:56
Interfacing MATLAB with Codewarrior
I am working on a project and for part of my project I would like to call MATLAB from Codewarrior so I can output a string to MATLAB and display it in the MATLAB GUI. How can I interface my version of codewarrior with MATLAB using mex and setting up the configuration including compiler options? I would like to be able ... 3 Dec 2009 04:51
Uipanel as parent to uitree/uitree_deprecated
Hi, I am using the unsuported uitree. I need to place my uitree in a uipanel rather than directly in a figure. I need the uitree?s position to refer to the uipanels "size" and i need to be able to have the uitree to be deleted when deleting the panel. The visibility og the uitree also have to follow the visibilit... 3 Dec 2009 04:51
Index Exceeds matrix dimensions
Hello everyone, I have this simple piece of code in matlab: signalXYZ = cell(1,10); for i=1:1:10 % each cell contains 3 column matrix. Row count is different for each matrix (cell). signalXYZ{1,i} = [handles.lp.sX{1,i} handles.lp.sY{1,i} handles.lp.sZ{1,i}]; end .... and I'm still getting this: Index excee... 3 Dec 2009 04:51
Looking for Van Nelle Halfzware Shag Tobacco online?
You can find all major cigarette brands at discount prices, supplying cheap rolling tobacco and cheap cigarettes to customers Worldwide by entering our online store http://all-cigarettes-tobacco.com. Interested in Van Nelle Halfzware Shag Tobacco, then visit our online cigarettes and tobacco shop and make your choi... 3 Dec 2009 02:41
sending and receiving data in matlab using UDP object
pckong <peter_kong2000(a)hotmail.com> wrote in message <5548092.1205894262214.JavaMail.jakarta(a)nitrogen.mathforum.org>... Hello Trend, Thanks so much for your help. I just did a few tests, it is working now!! I wonder what the meaning of 'bind the port' or 'echo udp server' are. Again, thanks so ... 3 Dec 2009 02:41
somebody Help me~ please...
function popupmenu1_Callback(hObject, eventdata, handles) popupmenu_id_str = get(hObject,'string'); popupmenu_id_index = get(hObject,'value'); set_id = deblank(popupmenu_id_str(popupmenu_id_index,:)); function popupmenu1_CreateFcn(hObject, eventdata, handles) if ispc && isequal(get(hObject,'BackgroundColor'), ge... 3 Dec 2009 01:36
digital image processing
hai.. This is karthik from India.. My project is based on 3d reconstruction.. FOR preprocessing, i need to map a area sampled CT image to point sampled image.. MAPPING OF AREA SAMPLING TO POINT SAMPLING has to be done.. could you give me some idea regarding this.. my email id is dhilipchandru(a)gmail.com ... 3 Dec 2009 07:01