First  |  Prev |  Next  |  Last
Pages: 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520
Write to xlm file
hii, I try to write a word to xlm file with this code: xlsfile = 'C:\shadow\eli project\imageStatistics.xls'; xlsLocation = sprintf('M%d', imageNum+1); Lanswer = input('Curvature of the surface Curvature / Flat / Both ?', 's'); Manswer = input('Number of different surface ?'); answer = [Lanswer Manswer]; xlsw... 10 Jun 2010 08:52
Missing Value Imputation
Hi, I am working for a company which have their count data for customers. This data is for each day. Also there are two different counts for different classes. But the problem is that the counts for each day is not available and mostly data for classone is missing. But this count is necessary since company want to f... 10 Jun 2010 13:23
Issues with Matlab Figure
I have a mfile in which I change some parameters and then run it .It generates an output lets say figure A Now when I change parameters again and run it it also generates a figure I desire to have the first figure saved and keep on display rather than being overwritten when i run the mfile second time Any Sug... 10 Jun 2010 11:07
Filling plot markers
Hello :) I have a similar problem, but different enough that this solution doesn't work for me :( I have a 63x7 matrix which I want to plot, so I have 7 different lines with 63 points each in my plot. But I just want to use markers instead of lines, and I want them to be filled. So my code so far is plot(fancy-... 10 Jun 2010 11:07
TolX
Hi, can everyone please explain what exactly the definition of the parameter "Termination tolerance on x" (optimization toolbox) for an vector like x=(x1,x2,...,xn)? Maybe the norm? Thankx, Albrecht ... 10 Jun 2010 08:52
Embed .fig files in powerpoint
Hi there, Does anyone know of a method (or an alternative) to embed .fig files in a ppt file? What I'm looking for is a way in put a graph in a ppt file which has the same zoom-pan functionalities as a normal .fig file. I'm happy to hear any other alternatives (using other software) also. Regards Tim ... 10 Jun 2010 04:32
matlab code for BER and throughput in
Respected sir, i need matlab code for BER and throughput in Adaptie subcarrier allocation schemes (Fair and Proportional Allocation) in Ofdma System please help me for this code ... 10 Jun 2010 03:27
waitforbuttonpress doesn't accept button press over a button
Hello, I have a little problem with "waitforbuttonpress". Why does it not accept a button press over a button? This seems not logical to me. The execution is blocked until I click beside the pushbutton directly the figure. Thanks for any help. Here a test script to visualize my problem: figure('units','normal... 10 Jun 2010 07:46
Filter Design
How do i generate a speech signal in Matlab using the workspace.? ... 10 Jun 2010 06:41
bsxfun slow?
Aloha, in the SW i'm working on, there are some operations which f.e. build a 'cross' difference, so from all elements from one vector to all elements in the second vector. d = repmat(a,1,size(b,2)) - repmat(b,size(a,1),1); As my a changes over the runtime and the b is constant, i store the possible repma... 10 Jun 2010 12:15
First  |  Prev |  Next  |  Last
Pages: 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520