photo

Nathan Duisterhof


Last seen: 7 Tage vor Aktiv seit 2023

Followers: 0   Following: 0

Programming Languages:
C, MATLAB

Statistik

All
MATLAB Answers

1 Frage
0 Antworten

Cody

0 Probleme
4 Lösungen

RANG
193.401
of 299.157

REPUTATION
0

BEITRÄGE
1 Frage
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 20.690

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
67.030
of 163.542

BEITRÄGE
0 Probleme
4 Lösungen

PUNKTESTAND
50

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


App Designer Compiled App Crashes after ~48 Hours
Hello, I have been using App Designer in Matlab 2023b to create shareable executable so my coworkers can use it to run tests i...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Gelöst


Find the palindrome
Given the string a, find the longest palindromic sub-string b. So when a = 'xkayakyy'; you should return b = 'kayak';

fast 2 Jahre vor

Gelöst


Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...

fast 2 Jahre vor

Gelöst


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

fast 2 Jahre vor

Gelöst


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

fast 2 Jahre vor