scivision - MATLAB Central
photo

scivision


Active since 2013

Followers: 0   Following: 0

Message
Spoken Languages:
English
Pronouns:
He/him

Statistics

All
File ExchangeMATLAB AnswersCodyFrom 10/13 to 03/25Use left and right arrows to move selectionFrom 10/13Use 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

1 Question
2 Answers

File Exchange

4 Files

Cody

0 Problems
2 Solutions

RANK
196,538
of 297,503

REPUTATION
0

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
6,849 of 20,449

REPUTATION
153

AVERAGE RATING
3.70

CONTRIBUTIONS
4 Files

DOWNLOADS
21

ALL TIME DOWNLOADS
1011

RANK
84,141
of 159,017

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

Submitted


stdlib for MATLAB
HDF5 / NetCDF4, file IO, system functions that are like a standard library for Matlab. API: https://geospace-code.github.io/matl...

2 months ago | 6 downloads |

0.0 / 5

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

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

6 months ago | 0

Submitted


matmap3d
Matlab 3D coordinate conversions for geospace ecef enu eci. Works with Matlab with no additional toolboxes or GNU Octave.

8 months ago | 7 downloads |

5.0 / 5

Submitted


MatGemini
Core Matlab scripts for Gemini

8 months ago | 4 downloads |

5.0 / 5

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

10 months ago | 0 answers | 0

0

answers

Submitted


iri2016
International Reference Ionosphere 2016 from Python and Matlab

1 year ago | 3 downloads |

1.0 / 5

Solved


Add two numbers
Given a and b, return the sum a+b in c.

11 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

11 years ago