Solved


5 Prime Numbers
Your function will be given lower and upper integer bounds. Your task is to return a vector containing the first five prime numb...

mer än 6 år ago

Solved


The Glass Half Full
Identical glasses are placed in a triangular tower structure, such that the top level (L = 1) comprises one glass, the next leve...

mer än 6 år ago

Solved


Find the nearest prime number
Happy 5th birthday, Cody! Since 5 is a prime number, let's have some fun looking for other prime numbers. Given a positive in...

mer än 6 år ago

Solved


The Top 5 Primes
This problem series invites you to solve two simple problems related to the integer NUMBER FIVE, in order to celebrate <https://...

mer än 6 år ago

Solved


MATLAB Counter
Write a function f = counter(x0,b) to construct a counter handle f that counts with an initial value x0 and a step size b. E...

mer än 6 år ago

Solved


Energy of a photon
*&#9883 &#9762 &#9883 &#9762 &#9883 &#9762 &#9883* Given the frequency F of a photon in giga hertz. Find energy E of this...

mer än 6 år ago

Solved


Octoberfest festival
A group of students decided to visit Octoberfest festival. First they ordered one beer, then after half-hour they taken one more...

mer än 6 år ago

Solved


I Plead the Fifth
Write a function to provide a yes or no answer to the input string. However, it must plead the 5th amendment (return an empty st...

mer än 6 år ago

Solved


Is it really a 5?
A number containing at least one five will be passed to your function, which must return true or false depending upon whether th...

mer än 6 år ago

Solved


Birthday cake
It's Cody's 5th birthday, and you've been tasked with putting the candles on the cake. Your goal is to maximize the distance bet...

mer än 6 år ago

Solved


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

mer än 6 år ago

Solved


How to subtract?
* Imagine you need to subtract one number from another using MATLAB. * You will not be using eval for this task. * Given two A...

mer än 6 år ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

mer än 6 år ago

Solved


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

mer än 6 år 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...

mer än 7 år ago

Solved


Roots of a quadratic equation.
Determine the roots of a quadratic equation., if coefficients a,b and c are given.

mer än 7 år ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

mer än 7 år ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

mer än 7 år ago

Answered
How to use JDBC driver for MATLAB stand-alone application?
I found the answer here: <http://stackoverflow.com/questions/24438359/connecting-matlab-and-mysql-with-the-jdbc-driver Stack Ov...

mer än 8 år ago | 0

| accepted

Question


How to use JDBC driver for MATLAB stand-alone application?
When I'm using JDBC driver to database connection (PostgreSQL) in MATLAB, I have no problems. But after creation stand-alone app...

mer än 8 år ago | 1 answer | 0

1

answer

Question


How to get REG_MULTI_SZ in WINQUERYREG?
The function |winqueryreg| supports just strings (REG_SZ), expanded strings (REG_EXPAND_SZ) and 32-bit integer (REG_DWORD), but ...

mer än 9 år ago | 0 answers | 0

0

answers

Question


How do I check if a value is a correct color?
Whether there is a function like logical = isvalidcolor(value) to check if some value may be used like a color (one of v...

mer än 9 år ago | 3 answers | 1

3

answers

Submitted


FindProcess.m
FINDPROCESS tries to find a string written in pattern in the list of running processes of Windows

mer än 9 år ago | 1 download |

Submitted


RAPIDPLOT for fast much size plots output
Fast outputing graphs which contains a lot of point

ungefär 10 år ago | 1 download |

Submitted


WAVREAD which read single datas
Reading sound data into single (4-Bytes) array.

ungefär 10 år ago | 8 downloads |