photo

Brian Holden


L-3 Communications - Integrated Systems

Last seen: Today 2015년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • Commenter
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


The Goldbach Conjecture, Part 2
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

3개월 전

문제를 풀었습니다


Find Logic 23

3개월 전

문제를 풀었습니다


Find Logic 22

3개월 전

문제를 풀었습니다


Find Logic 21

3개월 전

문제를 풀었습니다


Find Logic 2

3개월 전

문제를 풀었습니다


Find Logic 16

3개월 전

문제를 풀었습니다


Find Logic 20

3개월 전

문제를 풀었습니다


Negative Infinity
Round the given array a towards negative infinity.

4개월 전

문제를 풀었습니다


Angle between two vectors
You have two vectors , determine the angle between these two vectors For example: u = [0 0 1]; v = [1 0 0]; The a...

4개월 전

문제를 풀었습니다


Calculate the area of a triangle between three points
Calculate the area of a triangle between three points: P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) these three points are the vertices of ...

4개월 전

문제를 풀었습니다


N-Queens Checker
Picture a chessboard populated with a number of queens (i.e. pieces that can move like a queen in chess). The board is a matrix,...

4개월 전

문제를 풀었습니다


Angle Between Analog Clock Hands
Given a datetime variable t, return the angle (in degrees) between the hour and minute hands of an analog clock at the time repr...

4개월 전

문제를 풀었습니다


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Input...

4개월 전

문제를 풀었습니다


Back to basics 21 - Matrix replicating
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, generate an output matrix that consists o...

4개월 전

문제를 풀었습니다


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...

4개월 전

문제를 풀었습니다


Combined Ages 1 - Symmetric, n = 3
You have probably seen the common riddle wherein combined ages are provided and you must determine the individual ages. For exam...

4개월 전

문제를 풀었습니다


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

4개월 전

문제를 풀었습니다


SatCom #2: Gain of a circular 'dish' antenna
Satellite and Space Engineering - Problem #2 This is part of a series of problems looking at topics in satellite and space comm...

4개월 전

문제를 풀었습니다


Kepler's Equation
Solve <http://en.wikipedia.org/wiki/Kepler's_equation Kepler's Equation>. Note that the solution is rounded down to 5 decima...

5개월 전

문제를 풀었습니다


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

5개월 전

질문


I need help finding a license type that fits our needs.
We have a computer in our lab that we would like to be able to have multiple different users login and run MATLAB, but only one ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Can you use a designated computer license with a remote login
I apologize. My last post came out as more confrontational than intended. Your experience in this area has been very helpful a...

4년 초과 전 | 0

답변 있음
Can you use a designated computer license with a remote login
So, suppose I want a license that any of 6 different people can use. It will be on a single machine, and no 2 people will ever ...

4년 초과 전 | 0

답변 있음
Can you use a designated computer license with a remote login
This seems like antiquated thinking. We live in a world where people telecommute, check back on their computers when they are o...

4년 초과 전 | 0

질문


Can you use a designated computer license with a remote login
Someone at my company is circulating information that Matlab designated computer licenses can only be used on the physical compu...

4년 초과 전 | 답변 수: 4 | 0

4

답변

문제를 풀었습니다


Multiply 2 numbers
Very easy, you just have to multiply 2 numbers but you cannot use the following signs (*, /, - ,^) ,mtimes , times, cross, pro...

거의 5년 전

문제를 풀었습니다


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

거의 5년 전

질문


I am interested in antenna gain including both directivity and efficiency.
The pattern() function gives a few options for 'type' including 'directivity', 'efield', 'power', and 'powerdb'. It appears tha...

대략 9년 전 | 답변 수: 1 | 0

1

답변