undocumented-behavior Questions

1

Consider the minimally reproducible example: f = @(x) x f(end) Note, the MATLAB syntax highlighter doesn't actually highlight end in blue, showing that it is not parsing as a keyword, even though ...

2

Solved

From the following test we can see the current version of framework guarantees the output order is the same that of as the input tasks. async Task<string> GetString1() { await Task.Delay(200...
Cymatium asked 6/4, 2016 at 2:23

1

Consider the following code which draws a figure: figure('Renderer', 'opengl'); N = 50; tL = linspace(0.5, 6, N).'; tB = sort(randi(100,N,20),1); yyaxis right; plot(tL, tB); xlim([2 6]); When I ...

3

Solved

I've seen process.binding('...') many times while researching through the node.js source code on github. Can anybody explain me what this function does?
Eastlake asked 4/6, 2014 at 16:33

3

Solved

I have a long anonymous function, and I wondered whether the help output can be modified (easily): >> myfunc=@(x) x; %example anonymous function >> help myfunc myfunc is a variable of ...
Appearance asked 10/12, 2018 at 13:38

1

Solved

After installing R2018b, the first figure I opened contained an interesting message (shown in blue): The reason it's interesting is because it contains features like text wrapping, transparency,...
Attraction asked 19/11, 2018 at 15:59

4

Solved

Note These URL's are likely not available. Facebook has been updated a number of times and did not officially support any of these. /Note I am trying to see what information is available abo...

3

Solved

Here's a question for 'experts in the less documented part of Matlab': is there a (undocumented?) way to determine how long a figure has been open for (i.e. the 'age' of the figure)? figure; spy; ...
Klystron asked 3/2, 2018 at 13:23

1

In MATLAB, one of the attributes of a class (defined after classdef) is Sealed, which means that no class can use it as a superclass (or to be more precise, "to indicate that these classes have not...
Govern asked 30/3, 2017 at 12:44

3

Solved

Is there an undocumented way to render a variable 'invisible' in matlab such that it still exists but does not show up in the workspace list?
Vlissingen asked 15/8, 2017 at 17:36

1

Solved

A recently published article in UndocumentedMatlab, mentions that App Designer figures are actually web pages using the Dojo Toolkit. This means we could theoretically manipulate the HTML DOM direc...

1

Solved

I have recently tried to run an old piece of code (written on hg1) on a new version of MATLAB (2015a) that has hg2. I used to be able to do the following (according to the "gnovice-Amro" method): ...
Uninstructed asked 3/5, 2015 at 7:45

1

Solved

This is a Lollipop-specific question, since the API has changed. To find out how to do this on earlier versions, see related question: Controlling the Alarm icon in status bar I would like to...

2

Solved

In one MEX file, I created an output matrix with the command (working fine): plhs[0] = mxCreateNumericMatrix((mwSize)destLen, 1, mxUINT8_CLASS, mxREAL); For speedup I wanted to use the dynamic m...
Diplopia asked 11/12, 2013 at 10:11

1

Solved

This has been on my mind for sometime. I can open task manager by pressing Ctrl + Shift + Esc and on the second tab (Processes), I can easily press Alt + S -- Show processes from all users to eleva...
Fractional asked 25/7, 2014 at 22:25

1

Solved

This question relates to Android versions pre-Lollipop. For Lollipop API, check related question: Lollipop API for controlling the Alarm icon in status bar I would like to know how to turn on...
Moneychanger asked 16/4, 2014 at 9:18

1

Solved

I found a function with a "secret" input, which someone can perhaps explain? What could be the reason? Are there many cases of such a thing? In the documented syntax of radon function, there are t...
Peggypegma asked 2/9, 2013 at 10:5

0

I found there are lots of advanced featured stored procedures in SQL Server which are not documented by the Books Online. I found them from googling. Here are some of them if you have others ...
Heel asked 12/11, 2010 at 5:47
1

© 2022 - 2024 — McMap. All rights reserved.