photo

Kevin


Space Exploration Technologies

Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
how put xlsread in global variable
You have to pass your variables between the functions, not write to a 'global' variable in Matlab GUI's. The easiest way I've...

más de 12 años hace | 0

Pregunta


C++ Mex File Clear All Memory and Dynamic Memory
I have a C++ mex file that takes a raw data signal of varying length as an input. I noticed a memory leak and I believe it is d...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


C++ Mex File Crashing Intermittently
I am compiling and using a C++ mex function in Matlab 2011b. The mex file is acting very strangely. About half of the time i...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Running movie file simultaneously to other code
I'd like to run a small movie file to simulate a fancy "processing bar" while performing .m code uninterrupted. Clearly I know h...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


activex PowerPoint Application Saving as ".ppt" default, not ".pptx" ?
I am trying to write a powerpoint using activex and in doing so specify the name of the file I would like to save as something l...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Turning Off Auto Code Correct in 2011b?
Simple question here. How can I turn off the auto correct option in Matlab .m 2011b editor? It is really annoying and gets in...

más de 12 años hace | 2 respuestas | 1

2

respuestas

Respondida
Problems with importing Excel csv format
Why are you opposed to using xlsread? xlsread reads your file in perfectly from what I can see... Try: [Data Text] = xl...

casi 13 años hace | 0

Respondida
help to rotate 3d plots
Try using view: For example, view(0,90); I have not tried using this before plotting, but it might work if you open ...

casi 13 años hace | 1

Respondida
ignore some data in file
It isn't too elegant, but the way I would approach it is to first read in all of the text data using a text scan, something like...

casi 13 años hace | 1

Pregunta


Matlab Compiler Shared Resources and Helper Files Issue
I am having an issue with my executable with finding a .pptx file as a shared resource. I have included it inside the execu...

casi 13 años hace | 1 respuesta | 0

1

respuesta

Respondida
??? Undefined function or method 'FFT ' for input arguments of type 'char'.
Do you have signal processing toolbox? If so, I would recommend that you put a debug stop inside fft1 at where the function f...

casi 13 años hace | 0

| aceptada

Pregunta


Solving Second Order Differential Equations with Discrete Time Data
Let's say I have a second order differential equation that is a function of discrete time series data that I have. A simple e...

alrededor de 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Bringing 3D Xtick's to the top of the plot
I am plotting 3D contour plots and they are hiding the tick marks on the figure. How can I bring the X and Y ticks to the fro...

alrededor de 13 años hace | 0 respuestas | 0

0

respuestas

Respondida
How to Simulate keyboard key inputs?
Haha, nice. Why does SimKey.keyPress(KeyEvent.VK_w); now work for undercase w? Is there a full list of keyboard inputs I can...

más de 13 años hace | 0

Pregunta


How to Simulate keyboard key inputs?
I am interested in simulating a keyboard input using .m code. How would I go about simulating typing and other keyboard input...

más de 13 años hace | 6 respuestas | 0

6

respuestas