Estadística
9 Preguntas
6 Respuestas
CLASIFICACIÓN
5.264
of 296.405
REPUTACIÓN
9
CONTRIBUCIONES
9 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
55.56%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.376
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 156.371
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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...
casi 13 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...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 13 años hace | 2 respuestas | 1
2
respuestasProblems 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...
alrededor de 13 años hace | 0
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 ...
más de 13 años hace | 1
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...
más de 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...
más de 13 años hace | 1 respuesta | 0
1
respuesta??? 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...
más de 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...
más de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 13 años hace | 0 respuestas | 0
0
respuestasHow 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...
casi 14 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...
casi 14 años hace | 6 respuestas | 0