First
|
Prev |
Next
|
Last
Pages: 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522
xlswrite - assessing sheet name I've been having a little difficulty with an xlswrite command, and was hoping someone could help. I have the following code: xlssheetnames={'AllYrStatistics'; '7YrStatistics'; '5YrStatistics'; '3YrStatistics'; '2YrStatistics'; '1YrStatistics'}; for n = 1:6 xlswrite('Shortlist Outputs.xls', OutputMtx(:,:,n), xl... 10 Jun 2010 00:12
Reading .mat filenames into a listbox "Jon " <anti_pope.remove.this(a)hotmail.com> wrote in message <hupcb1$7ul$1(a)fred.mathworks.com>... "Atahan Tolunay" <atato326(a)hotmail.com> wrote in message <hupbs1$7k3$1(a)fred.mathworks.com>... I have several files named "Jack.mat, Peter.mat, Kelly.mat" in my folder. When I start up my MainGUI.m I want all those f... 9 Jun 2010 22:00
Reading .mat filenames into a listbox "Atahan Tolunay" <atato326(a)hotmail.com> wrote in message <hupbs1$7k3$1(a)fred.mathworks.com>... I have several files named "Jack.mat, Peter.mat, Kelly.mat" in my folder. When I start up my MainGUI.m I want all those file names to be imported to my listbox. What kind of function do I need to write in the listbox1_Creat... 9 Jun 2010 20:55
Loop appending to wave file code odd behavior This is related to my previous post. I have 8 bit complex I/Q values (4 for I and 4 for Q) in binary format I need to read in and convert to real values and then save to wave file format. Each channel is in a separate file with the format: real, complex, real, complex. These files are very large so this process ... 9 Jun 2010 20:55
Phase delay of pulse generator not working for me. In a buck converter designed in simulink, I am using pulse generator for the pulse to direct mosfet switch. I am running the simulation for 0.1 seconds, duty ratio is 37%, and I am giving phase delay of 0.01 seconds to pulse generator. But irrespective of what delay I give, the pulse generator's pulse starts at 0.0928 ... 9 Jun 2010 20:55
what does "Error using ==> slsf at 120" mean? Martin, I'm having the same problem with 2010a. Were you able to fix the problem? If so, what was the answer? Andrew "Martin Stolpe" <martin.stople(a)uni-ulm.de> wrote in message <hqk02j$32p$1(a)fred.mathworks.com>... Hello, I'm using a m-script to simulate my model. When I try to run the following co... 10 Jun 2010 03:27
How to Install a Toolbox Hi, I downloaded my copy of MATLAB from my institution's server and it supposedly comes with the Image Processing Toolbox (probably among others), but when I installed it (on Windows) that toolbox wasn't there--its functions weren't available, and when I type "ver" at the command prompt no toolboxes are listed. I d... 9 Jun 2010 23:06
How to make generic filenames work in matlab with the ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <38132a3a-fa0f-44ff-b564-c8873e836e19(a)19g2000vbi.googlegroups.com>... Try this: save(cell2mat(selected_name)); That worked! Thanks. ... 9 Jun 2010 19:48
Reading variables from base workspace into a GUI? "John D'Errico" <woodchips(a)rochester.rr.com> wrote in message <hup4rk$9u6$1(a)fred.mathworks.com>... "Anton Semechko" <a_semechko(a)hotmail.com> wrote in message <hup44j$o08$1(a)fred.mathworks.com>... Hi, does anyone know how to make the variables in the base workspace available to the callbacks in the GUI? Thanks in... 9 Jun 2010 19:48
GUI: set figure to gui hi, i am creating a gui with a timer that will plot something whenever the timer function is called. The problem is that my data is plotting to a new figure instead of the gui. This is what i have in my opening function: function testplot_gui_OpeningFcn(hObject, eventdata, handles, varargin) handles.output = ... 9 Jun 2010 19:48 |