Gelöst


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

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

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

mehr als 8 Jahre vor | 0

| akzeptiert

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 10 Jahre vor | 3 Antworten | 1

3

Antworten

Gesendet


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

fast 10 Jahre vor | 1 Download |

Gesendet


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

etwa 10 Jahre vor | 1 Download |

Gesendet


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

etwa 10 Jahre vor | 7 Downloads |