Skip to main content

Questions tagged [message-coding]

Questions about coding the generation of Messages and about the Message subsystem itself.

2 votes
1 answer
145 views

I recently learned about the possibilities of EvaluationData, and would like to analyse for example the behavior of NIntegrate. ...
lesobrod's user avatar
  • 2,590
0 votes
0 answers
80 views

I would like to intercept certain messages, like the following ...
Tapiocaweasel's user avatar
5 votes
1 answer
159 views

After using Off[message] to disable a message, how can I find those messages for which that has been changed, globally. I would prefer not to have to intercept this ...
Tapiocaweasel's user avatar
4 votes
1 answer
100 views

It looks like WRI is quietly changing the truncation of long expressions inserted in Message between versions. For example, version 14.0 gives ...
hlediks's user avatar
  • 499
0 votes
1 answer
90 views

Is there anyone here who can explain this strange behavior? Consider the following code: ...
hlediks's user avatar
  • 499
3 votes
3 answers
226 views

I got a random error message. expr = N[Pi, a] expr = Sin[x, The error message does not appear in the 'Output Cell'. ...
Milk's user avatar
  • 1,890
1 vote
3 answers
306 views

I am asking for your help for fitting a nonlinear ODE to data which are unknown up to a multiplicative constant k. So the constant k appears both in the data, and in the model, where it ...
Rim ADENANE's user avatar
90 votes
6 answers
6k views

Mathematica is a bit unusual as a programming language because it never stops on messages, regardless of whether the message is an error, a warning or just an informative message. It simply prints the ...
Szabolcs's user avatar
  • 239k
2 votes
0 answers
122 views

When an error occurs, most of the messages are output once. However, sometimes a message is output multiple times. Plot3D[x + y, {x, -1, 1}, {y, 1, 1}] In this ...
Milk's user avatar
  • 1,890
0 votes
2 answers
68 views

Is there a way to inquire whether a given message is switched On or Off without modifying the ...
Kuba hasn't forgotten Monica's user avatar
0 votes
0 answers
71 views

For a simple demostration of the behavior, note that the print statements in this expression appear in the Messages window: ...
Tapiocaweasel's user avatar
-1 votes
1 answer
140 views

I got an error message about the following inputs. Sin[x,y] N[Pi, a] There are two things I want. (1) Creating a button to delete all message output cells (2) ...
Milk's user avatar
  • 1,890
1 vote
0 answers
70 views

The command nb = CreateDocument[{}] opens an empty notebook. What I want to do is to redirect messages as generated by Mathematica so that they appear in this empty ...
Fred Simons's user avatar
  • 10.4k
1 vote
0 answers
96 views

In Mathematica 13.3 (Windows 11) I do Graph[{1, 2}, 1 \[UndirectedEdge] 2] then right-click on the result and choose "Convert To Graphics" from the menu ...
მამუკა ჯიბლაძე's user avatar
0 votes
2 answers
178 views

I have edited this question to include more information about what algorithm I wish to use etc. Say if I have a linear binary code with parity check matrix $$H = \begin{bmatrix} 0 & 1 & 1 &...
am567's user avatar
  • 997

15 30 50 per page
1
2 3 4 5
8