Risposto
cputime not working as expected
cputime measures the # of clock cycles (summed across all threads) that the Matlab process has used since Matlab started. Units ...

oltre 7 anni fa | 1

| accettato

Domanda


cputime not working as expected
It seems like cputime does not work as advertised on Mac OSX 10.11.6 and Matlab 2016b or Windows 7 Matlab 2016a. cputime should ...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Risposto
about using 'visual studio 2015 community' for compiler when we use 'mex' of command
This page links to supported compilers for previous releases (far right column): <https://www.mathworks.com/support/sysreq/prev...

oltre 7 anni fa | 0

Risposto
Using Visual Studio 2015 C++ as C/C++ compiler
The redistributable is not for compiling code. Per Microsoft: "The Visual C++ Redistributable Packages install run-time componen...

oltre 7 anni fa | 1

| accettato

Domanda


mxSetData to subset of mxArray
Is it possible, perhaps with a certain set of restrictions on what the user can do, to assign data to an mxArray which is a subs...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


mxAddField/mxGetField with unicode name
I am trying to write code that allows for arbitrary field names in Matlab structures. I thought I had a decent solution, based o...

oltre 7 anni fa | 1 risposta | 1

1

risposta

Domanda


fast initialization of cell array of strings mex
I'm looking to initialize a cell array of strings in mex as quickly as possible from a long array of characters with an addition...

oltre 7 anni fa | 1 risposta | 1

1

risposta

Risposto
How to find the Process ID (PID) in matlab
A .NET solution: name = 'excel'; %for example p = System.Diagnostics.Process.GetProcessesByName(name); if p.Length ==...

quasi 8 anni fa | 3

Domanda


do timer callbacks all execute in the same thread
I recently tried to start a timer, have the single-shot callback permanently execute, and then launch another timer further on d...

quasi 8 anni fa | 1 risposta | 1

1

risposta

Domanda


Getting data from asychronous mex function.
I am calling a windows function SetWindowsHookEx() which takes in a pointer to a function that gets called asynchronously. I'm c...

quasi 8 anni fa | 2 risposte | 1

2

risposte

Risposto
Set and get structure field with invalid name
I knew I had seen this somewhere before. Amro posted this link: <http://pastebin.com/j69kQEur> in the comments of this pos...

quasi 8 anni fa | 0

| accettato

Domanda


Set and get structure field with invalid name
I'd like to get and set a structure with potentially invalid field names. Before digging into the mex myself I was wondering if ...

circa 8 anni fa | 3 risposte | 0

3

risposte

Domanda


profiling mex using gprof in windows
I'm using TDM-GCC to compile a C mex program in Windows. I'd like to profile it using gprof or really any program that will prof...

circa 8 anni fa | 1 risposta | 1

1

risposta

Domanda


Profiling mex in Windows
What are my options if I'd like to profile a mex file in Windows. I'm open to trying a specific compiler/workflow. Thanks, J...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


retrieve variables from workspace that is being debugged
I'm writing some code that is meant to provide information about code I am writing, including when not running (file or base wor...

oltre 8 anni fa | 0 risposte | 1

0

risposte

Domanda


Executing code that's dynamically written to a file
Hi all, My goal is to write a function that executes whatever is copied to the clipboard. Importantly however, I'd like to pl...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Is it possible to tell when Matlab is busy executing?
Is it possible to tell when Matlab is busy executing? I'd like to run some code on a timer but I'd rather not execute the main p...

circa 9 anni fa | 3 risposte | 1

3

risposte

Domanda


Can you pass a string to parse into mlintmex rather than a filename?
Hi all, Is it possible to pass a raw string into mlintmex rather than a filepath? Thanks, Jim

circa 9 anni fa | 1 risposta | 0

1

risposta

Risposto
Matlab and Google Sheet Compatibility
To work with Google Sheets, you would need to use their API. <https://developers.google.com/google-apps/spreadsheets> This...

oltre 9 anni fa | 1

| accettato

Risposto
if condition finding same numbers in consecutive rows
sum the differences, but make sure to take the absolute value so that you don't get positives and negatives that cancel out ...

oltre 9 anni fa | 0

Domanda


In place array flipping - mex in place
I'm trying to flip a large vector and I noticed that Matlab is not doing this in place. More on how I know this in a bit. Is it ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Risposto
Where is a list of eventtypes for listeners?
For hg1, events can be found tin the schema.class object h = uicontrol('style','slider') class_info = classhandle(ha...

oltre 9 anni fa | 2

Risposto
list of event listeners for handle graphics
See http://www.mathworks.com/matlabcentral/answers/56325-where-is-a-list-of-eventtypes-for-listeners for essentially the same qu...

oltre 9 anni fa | 0

Domanda


how does flushing the system queue work with drawnow
I'm running a callback that takes time to execute. As it is running, user inputs may be generating more callbacks (to the same f...

oltre 9 anni fa | 0 risposte | 2

0

risposte

Domanda


how to emulate "hold on" in 2014b
*Edit:* *This is apparently a duplicate of:* <http://www.mathworks.com/matlabcentral/answers/165787-how-can-i-get-the-pre-20...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Fastest way to compute min and max values over an array subset
I'm trying to compute the minimum and maximum values over subsets of an array. My current approach is fairly simple but is notic...

oltre 9 anni fa | 5 risposte | 2

5

risposte

Domanda


Implementing a weak reference in Matlab
When someone makes a request for an object with certain parameters, I'd like to return an existing object (of handle type) if th...

oltre 9 anni fa | 0 risposte | 1

0

risposte

Risposto
Convert python numpy array to double
Here's another approach. This is alluded to by http://www.mathworks.com/help/matlab/matlab_external/handling-data-returned-from-...

oltre 9 anni fa | 13

Domanda


Objects hidden in figures
I store an object instance in a figure after loading the object. setappdata(obj.fig_handle,'obj',obj); I accidentally...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


timer not always running
I have an event listener callback. In that callback I run the following code: disp('I ran') t = obj.time...

quasi 10 anni fa | 0 risposte | 0

0

risposte

Carica altro