tommsch - MATLAB Central
photo

tommsch


Last seen: 8 giorni fa Attivo dal 2020

Followers: 0   Following: 1

Statistica

All
MATLAB AnswersCodyFile ExchangeZoom OutFrom 11/20 to 03/25Use left and right arrows to move selectionFrom 11/20Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 Domande
6 Risposte

File Exchange

7 File

Cody

0 Problemi
13 Soluzioni

RANK
22.291
of 297.613

REPUTAZIONE
2

CONTRIBUTI
8 Domande
6 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
2

RANK
14.316 of 20.457

REPUTAZIONE
16

VALUTAZIONE MEDIA
1.00

CONTRIBUTI
7 File

DOWNLOAD
7

ALL TIME DOWNLOAD
90

RANK
30.551
of 159.263

CONTRIBUTI
0 Problemi
13 Soluzioni

PUNTEGGIO
148

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Solver
  • First Answer
  • First Review
  • Personal Best Downloads Level 1
  • First Submission

Visualizza badge

Feeds

Visto da

Domanda


Generate mlint warning when variable is not unused
mlint gives a warning when a variable is unsed. E.g. in the following code, mlint gives a warning in line (1) a = 2; % (1) - h...

7 mesi fa | 2 risposte | 0

2

risposte

Domanda


Prevent mlint warning for onCleanup like return value
I wrote a function, similar to onCleanup. I noticed that Matlab does not give a mlint warning for the following code. dummy = o...

9 mesi fa | 1 risposta | 0

1

risposta

Risposto
How to check for number of vacant workers available in a parallel pool?
I wrote a quick and dirty function, which returns whether there are workers available for a parfor loop. It can not return the n...

9 mesi fa | 0

Inviato


can_execute_parfor
Test whether there are available workers to run a parfor loop.

9 mesi fa | 2 download |

0.0 / 5
Thumbnail

Domanda


Behaviour change of `isequal`
My question is about the call: isequal( 'a', "a" ) I noted that in Matlab R2018 this returns 0, whereas in Matlab R2020a this ...

circa un anno fa | 2 risposte | 0

2

risposte

Domanda


What happend to %#ok<DEFNU>
In my last Matlab version ( I think R2020a ), I added %#ok<DEFNU> to functions (which were on purpose unused) to silence the Mat...

quasi 2 anni fa | 0 risposte | 2

0

risposte

Inviato


ttoolboxes (subdivision schemes / joint spectral radius)
Contains functions for the computation of the joint spectral radius, work with subdivision schemes, and other stuff.

quasi 3 anni fa | 0 download |

0.0 / 5

Inviato


TTEST
TTEST - unit testing scientific software

quasi 3 anni fa | 0 download |

0.0 / 5
Thumbnail

Inviato


cwd
Changes Working Directory

circa 3 anni fa | 2 download |

0.0 / 5
Thumbnail

Risposto
How can I determine what add-ons I have installed?
In the unit test framwork TTEST is an experimentally function available EXPECT_TOOLBOX, which checks the availability of toolbox...

oltre 3 anni fa | 0

Risposto
Which standard MATLAB functions do you shadow with your own version, and why?
I shadow (actually wrap, to add extra functionality) warning (since Matlab occasionally disables all warnings without notice.)....

oltre 3 anni fa | 0

Risolto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

oltre 3 anni fa

Domanda


Behaviour ofparfeval depends on debugging state (Bug?)
I have the following function, which should return false. If I set a breakpoint at the first line, and then step through the pro...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


mdbstatus disables all warnings
I am using Matlab R2018a. It seems that mdbstatus regularly disables all warnings by calling warning( 'off' ) and not reset the ...

circa 4 anni fa | 0 risposte | 0

0

risposte

Domanda


How to check if workspace is static
Is there a programmatic way to determine whether a workspace is static? In particular, I want to add a variable to the callers ...

circa 4 anni fa | 1 risposta | 0

1

risposta

Risolto


Back to basics 5 - Clipboard
Covering some basic topics I haven't seen elsewhere on Cody. Copy the input string to the clipboard

circa 4 anni fa

Risolto


Back to basics 26 - Keywords
Covering some basic topics I haven't seen elsewhere on Cody. Return a cell array of strings of all MATLAB keywords.

circa 4 anni fa

Risolto


Hackathon: the beginnings
I am thinking of a number between 1 and 10000... can you guess what this number is? *Description* The test suite has rando...

circa 4 anni fa

Risolto


Get me! v2
Exploiting cody v2

circa 4 anni fa

Risolto


Free passes for everyone!
_Simply return the name of the coolest numerical computation software ever_ *Extra reward* (get a _freepass_): Once a mont...

circa 4 anni fa

Risolto


poll: would you like the regexp (?@cmd) functionality to be banned in Cody?
This problem is a poll (and a little bit of "white hat hacktivism" as well) regarding Cody users sentiment about the use of rege...

circa 4 anni fa

Risolto


Project Euler: Problem 2, Sum of even Fibonacci
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 te...

circa 4 anni fa

Risolto


Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

circa 4 anni fa

Risolto


Fibonacci-Sum of Squares
Given the Fibonacci sequence defined by the following recursive relation, * F(n) = F(n-1) + F(n-2) * where F(1) = 1 and F(1)...

circa 4 anni fa

Risolto


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

circa 4 anni fa

Risolto


02 - Vector Variables 2
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2b.png>>

circa 4 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

circa 4 anni fa

Inviato


parsem
Another input parser, very easy to use.

circa 4 anni fa | 1 download |

0.0 / 5
Thumbnail

Risposto
What capability would you want to see added to the symbolic toolbox in the future?
Compatibility of the symbolic toolbox with the rest of matlab. In particular: Same interfaces of functions when taking symbolic ...

oltre 4 anni fa | 0

Domanda


How to access and change variables in workspace
I need to access variables in a workspace which are in a workspace down the stack. And I need to do this in a function - Thus, s...

oltre 4 anni fa | 0 risposte | 0

0

risposte

Carica altro