First
|
Prev |
Next
|
Last
Pages: 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471
repair script "wahyoe Unggul" <wahyoe_slipnot(a)yahoo.co.id> wrote in message <hvcnv4$7u4$1(a)fred.mathworks.com>... "us " <us(a)neurol.unizh.ch> wrote in message <hvclge$3la$1(a)fred.mathworks.com>... "wahyoe Unggul" <wahyoe_slipnot(a)yahoo.co.id> wrote in message <hvcko3$dis$1(a)fred.mathworks.com>... can help me repair me scri... 17 Jun 2010 05:41
longer colormaps I was trying larger colormaps. len = 64; im = [0:(len-1);(len-1):-1:0]; % ramp up & ramp down figure(1); image(im); cm = hsv(len); colormap(cm); colorbar(); figure(2); plot(cm); colormap(cm); Pretty much as I expect. A couple of ramps with a colorbar. figure(2) shows the correct colormap. len = 164;im =... 17 Jun 2010 06:46
discussion about matrices with 3 index versus cell with 2 index matrices I have several functions which depend on three variables. Each variable is stored in a vector and the function is computed by looping over the three vectors. I am thinking in the best way of storing the information from a programming and performance point of view. Two possibilities come to my mind: 1. Matrix... 17 Jun 2010 05:41
Histogram plotting A very simple task here..i have a project with this.. Can I know how to plot a histogram with 8 bit grayscale image, and also the histogram without background of the grayscale image. Followed by 7 bit, 6 bit, 5 bit... ... 20 Jun 2010 23:19
repair script "us " <us(a)neurol.unizh.ch> wrote in message <hvclge$3la$1(a)fred.mathworks.com>... "wahyoe Unggul" <wahyoe_slipnot(a)yahoo.co.id> wrote in message <hvcko3$dis$1(a)fred.mathworks.com>... can help me repair me script this script, very slow analysing thanks before a hint: - use the profiler to identi... 17 Jun 2010 05:41
image processing I am working on 3D image modelling.Which will be the best algorithm for extracting the boundary? ... 17 Jun 2010 05:41
repair script "wahyoe Unggul" <wahyoe_slipnot(a)yahoo.co.id> wrote in message <hvcko3$dis$1(a)fred.mathworks.com>... can help me repair me script this script, very slow analysing thanks before a hint: - use the profiler to identify the bottleneck(s) in your program... - then, come back to CSSM and ask for help re possible ... 17 Jun 2010 04:36
Matlab - TDS3034B over TCPIP Hi! I want to remote my TDS3034B with matlab tds = visa('ni', 'TCPIP::172.28.108.54::INSTR') i get this error: ??? Error using ==> visa.visa at 244 Unable to create VISA object. The required drivers may not be installed properly. Type 'instrhelp visa' for more information. when i use tds = visa('tek',... 17 Jun 2010 11:09
How safe are P-code files? Hi, I am working on some proprietary algorithms and plan on using P-code to distribute my program. How safe are p-files? Can they be viewed using the debugger? what tips can you recommend to ensure the securit of p-files. Any help would be appreciated. db ... 17 Jun 2010 18:59
Over-riding model close. Hi, I want to keep the model loaded in the workspace even if model is closed using x-button or File->Close. As i need the handles to the simulink objects to persist even if the model is accidentally closed. So i was wondering if that is actually possible or not.... Can any one please tell me how this can be do... 18 Jun 2010 11:19 |