Rhys Switzer
Python, MATLAB
Spoken Languages:
English
Statistics
RANK
N/A
of 277,856
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
15,231 of 18,799
REPUTATION
7
AVERAGE RATING
0.00
CONTRIBUTIONS
3 Files
DOWNLOADS
6
ALL TIME DOWNLOADS
59
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
Transcription-with-Python-and-Google
Uses a Python script to transcribe an audio file and turn the transcription into a labeled signal set for use in MATLAB's AudioL...
1 year ago | 3 downloads |

Submitted
MATLAB_samesize
Takes any number of cell or double arrays and resizes them all to the same dimensions. Also serves to resize any array.
1 year ago | 2 downloads |
Submitted
tdt_to_xlsx
Read in a .tdt file, convert it to .txt, read in as a cell array, then save as a .xlsx file. Includes optional arguments for spe...
1 year ago | 1 download |
Solved
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
2 years ago
Solved
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
2 years ago
Solved
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
2 years ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
2 years ago