Community Profile

photo

Brian Holden


L-3 Communications - Integrated Systems

Last seen: 2 months ago Active since 2015

Statistics

All
  • Commenter
  • Solver

View badges

Content Feed

View by

Solved


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

2 months ago

Solved


Find Logic 23

2 months ago

Solved


Find Logic 22

2 months ago

Solved


Find Logic 21

2 months ago

Solved


Find Logic 2

2 months ago

Solved


Find Logic 16

2 months ago

Solved


Find Logic 20

2 months ago

Solved


Negative Infinity
Round the given array a towards negative infinity.

3 months ago

Solved


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

3 months ago

Solved


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

3 months ago

Solved


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

3 months ago

Solved


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

3 months ago

Solved


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

3 months ago

Solved


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

3 months ago

Solved


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

3 months ago

Solved


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

3 months ago

Solved


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 months ago

Solved


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

3 months ago

Solved


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

4 months ago

Solved


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

4 months ago

Question


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 years ago | 1 answer | 0

1

answer

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Question


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 years ago | 4 answers | 0

4

answers

Solved


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

5 years ago

Solved


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

5 years ago

Question


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 years ago | 1 answer | 0

1

answer