photo

scivision


Active since 2013

Followers: 0   Following: 0

Message

Spoken Languages:
English
Pronouns:
He/him

Statistics

All
MATLAB Answers

2 Questions
2 Answers

File Exchange

4 Files

Cody

0 Problems
2 Solutions

RANK
35,150
of 300,365

REPUTATION
1

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
6,555 of 20,933

REPUTATION
169

AVERAGE RATING
3.70

CONTRIBUTIONS
4 Files

DOWNLOADS
28

ALL TIME DOWNLOADS
1120

RANK
89,819
of 168,262

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 5-Star Galaxy Level 2
  • First Answer
  • Personal Best Downloads Level 2
  • GitHub Submissions Level 3
  • First Submission
  • Solver

View badges

Feeds

View by

Question


dotnetenv needs DOTNET_ROOT to detect .NET on Linux, macOS
This is a solution to an undocumented issue: dotnetenv() documentation (or anywhere else on mathworks.com) doesn't mention tha...

3 months ago | 0 answers | 0

0

answers

Answered
Find out "Owner" of a file as displayed by Windows Explorer
The owner of a file can be found using built-in Java reference owner = string(java.nio.file.Files.getOwner(java.io.File(path...

1 year ago | 0

Answered
How to get the name of the computer under MATLAB?
Get the hostname of the local machine with built-in Java name = string(java.net.InetAddress.getLocalHost().getHostName()); Ref...

1 year ago | 0

Question


Get/set geoglobe view angle
With non-GeographicAxes, camva() can be used to get/set camera viewing angle. This doesn't seem possible for uifigure+geoglobe f...

1 year ago | 1 answer | 1

1

answer