First  |  Prev |  Next  |  Last
Pages: 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529
Compiling executable with Mingw
Hello World, The executable I made with the MATLAB compiler and LCC takes very long to startup. I was wondering if I could speed this up by using a different compiler. I am using MATLAB 2008b, which supports very little compilers. However, I understand it is possible to use compilers that normally aren't supported. ... 9 Jun 2010 07:31
daily sum and change date range in the plot
Hi, I have a plot where the x-axis does not reflect the chosen time period: The start_date is e.g. datenum 2009,8,14 and the end_date is 2009,8,19 B = find(sdate_b >= start_date & sdate_b <= end_date); gives me the index for value b which is multiplied thereafter with another station (i plot the hydrostatic... 9 Jun 2010 16:26
Problem with Installation on Mac OS X 10.6.2
Hi! Lately I tried to install Matlab from my dowloaded ISO (net-install or the like didn't work) and everytime the installation program starts to unpack the archives (after entering where the license.dat ist) I get following error message: "There was an error extracting the archives for MATLAB. This is usually c... 9 Jun 2010 09:43
Pull-ups un 28335 GPIOs
Is this problem resolved? Thanks "Rub?n " <rubenga88(a)gmail.com> wrote in message <hg7v70$a2s$1(a)fred.mathworks.com>... Ok, thank you. Rub?n G?lvez "Philip Chu" <pchu(a)mathworks.com> wrote in message <hf46u8$om6$1(a)fred.mathworks.com>... Hi: We have input this request as an enhancemen... 9 Jun 2010 05:20
Transferin Complex signals on udp simulink
Hey guys, I'm doing a project. Trying to transfer data on udp in simulink between two computers. The problem is that i want to modulate QAM the data and if i do that it will be complex, So the UDP send block can't transmit it as it only knows real data type. I tried Tcp/ip also but is the same. So what solution is the... 9 Jun 2010 05:20
Specify where to save files
Hey I have the following example: price=1:10; fid = fopen('example.txt','wt'); fprintf(fid,'%2.0f\n',price(:)); fclose(fid); In the above example the txt-file is saved in the current directory. How do I change where to save the txt-file? How do I save the file on the desktop? \Jens ... 9 Jun 2010 06:25
Changing the name of a field dynamically GUIDE
Hi, I'm quite newbie and have a question. I'm doing a GUI with GUIDE. I need to perform a loop like this: for i=0:3 ...some stuff... actuator=lcaGet(handles.ACTUATOR{(1+i)}); ...other stuff... end This lcaGet function accepts only strings and handles.ACTUATOR = {'string1' 'string2' 'string3' 's... 9 Jun 2010 09:43
how to simulate an ANN in its nth epoch
Hi everybody, I have trained a neural network (eg. 50 epochs). Is there any possibility to show the outputs of the network in a specified epoch (eg. 27th epoch)? thanks ... 10 Jun 2010 02:22
JOB
how to get the job in MATLAB ... 9 Jun 2010 10:50
designing of interfacing module
I'm designing a project on machine condition monitoring. so i want to implement interface module to acquire the data from pulse analyzer hardware. hope you could give me the necessary information regarding on that module. actually i have searched in Google ..but i could not find it..........my main requirement... 9 Jun 2010 05:20
First  |  Prev |  Next  |  Last
Pages: 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529