J-G van der Toorn - MATLAB Central
photo

J-G van der Toorn


Last seen: 7 dagen ago Active since 2012

Followers: 1   Following: 0

Message

Statistics

All
CodyMATLAB AnswersFile ExchangeFrom 09/12 to 03/25Use left and right arrows to move selectionFrom 09/12Use 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

4 Questions
2 Answers

File Exchange

1 File

Cody

32 Problems
639 Solutions

RANK
23.186
of 297.503

REPUTATION
1

CONTRIBUTIONS
4 Questions
2 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
1

RANK
18.358 of 20.449

REPUTATION
1

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
17

RANK
193
of 159.017

CONTRIBUTIONS
32 Problems
639 Solutions

SCORE
6.960

NUMBER OF BADGES
15

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer
  • Likeable
  • Famous
  • First Review
  • First Submission
  • Cody Problems in Japanese Master
  • Scholar
  • Matrix Manipulation I Master
  • CUP Challenge Master
  • Puzzler
  • Quiz Master

View badges

Feeds

View by

Question


Assign empty value(s) to matrix elements (to delete those elements) fails
Suppose A = magic(4) A = 16 2 3 13 5 11 10 8 9 7 6 12 4 14 ...

bijna 9 jaar ago | 1 answer | 0

1

answer

Question


How can I calculate the pixel position in a figure-windows of a 3D object in perspective projection?
I have an animation of a complex scene of 3D objects (surfaces and patches) in an axis that has 'projection' set to 'perspective...

ongeveer 9 jaar ago | 2 answers | 1

2

answers

Answered
Convert IP addresses from decimal to IPv4 and format output using vectoring
I was thinking about this inline function: ipstr = @(ip)sprintf('%d.%d.%d.%d',arrayfun(@(n)floor(mod(ip,2^(n*8))/2^((n-1)*8)...

meer dan 9 jaar ago | 0

Question


How can I overload the subsref method for the struct class?
I want to overload the subsref method for the struct class, to extend it with regular expression fieldname matching. I can cre...

meer dan 9 jaar ago | 0 answers | 0

0

answers

Question


How can I use files that I uploaded to Matlab Mobile, in Cody?
I can upload files to Matlab Mobile. I can place them in the "Published (my site)" folder. I can copy the link to the file. But ...

ongeveer 11 jaar ago | 1 answer | 0

1

answer

Answered
How do I debug Test Suites in Cody Coursework?
I must be doing something wrong, but I cannot find out what it is: when I click |Test Reference Solution|, it briefly shows |Ple...

ongeveer 11 jaar ago | 0