Community Profile

photo

J-G van der Toorn


Last seen: 3ヶ月 前 2012 年からアクティブ

Followers: 0   Following: 0

連絡

統計

All
  • 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

バッジを表示

Feeds

表示方法

質問


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 ...

約8年 前 | 1 件の回答 | 0

1

回答

質問


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...

約8年 前 | 2 件の回答 | 1

2

回答

回答済み
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)...

8年以上 前 | 0

質問


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...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


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 ...

約10年 前 | 1 件の回答 | 0

1

回答

回答済み
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...

約10年 前 | 0