photo

Rick Nickle

Last seen: 3개월 전 2021년부터 활동

Followers: 0   Following: 0

Programming Languages:
Python, C++, C, Java, PHP, Javascript, Go, MATLAB, Ruby, SQL, HTML, CSS, Shell, Perl, Assembly, Fortran, VHDL, Visual Basic
Spoken Languages:
English

통계학

All
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Formation of audio file(.wav) from a matrix.
Thanks Star Strider! Hemraj, I understood that you were also interested in writing the .WAV file, so I'll add that. Populate...

2년 초과 전 | 0

| 수락됨

문제를 풀었습니다


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

대략 3년 전

답변 있음
Conditionally select from array of struct by membership of a list in struct element
Thanks Stephen Cobeldick, that function works well, very much appreciated! Example usage: A=[X(F(2)).Name] A = 1×2 stri...

3년 초과 전 | 0

질문


Conditionally select from array of struct by membership of a list in struct element
Here's my array of structs: X(1).Members=[1 2] X(1).Name="Group 1" X(2).Members=[2 3] X(2).Name="Group 2" Here's the condit...

3년 초과 전 | 답변 수: 2 | 0

2

답변

문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


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

3년 초과 전