Community Profile

photo

Zaid Al-Dailami


Last seen: Today Active since 2020

Statistics

  • Quiz Master
  • Scholar
  • Puzzler
  • Curator
  • Leader
  • Cody Problems in Japanese Master
  • Speed Demon
  • Creator
  • Cody 10th Anniversary 10-Day Streak
  • Draw Letters
  • CUP Challenge Master
  • Promoter

View badges

Content Feed

View by

Solved


Determine if a row vector has NaN
Determine if a row vector x has NaN

ungefär 15 timmar ago

Solved


Change matrix to vector2
From x = 4 3 5 1 5 1 To y = 4 3 5 1 ...

ungefär 15 timmar ago

Solved


Gamma Function
Evaluate the <http://en.wikipedia.org/wiki/Gamma_function/ Gamma Function>. Gamma_val(0) = Inf Gamma_val(1.2) = 0.9182

ungefär 15 timmar ago

Solved


~(*|/)
Return three quarters of n without using addition, subtraction, multiplication or division.

ungefär 15 timmar ago

Solved


Find hen's weight.
If hen weights x kilos on two legs, how much does it weights on one leg? Output the result.

ungefär 16 timmar ago

Solved


Add two different item as shown in example
Add two different item as shown in example x=5; y='ab'; Then output must be'5ab';

ungefär 16 timmar ago

Solved


Get 1-4-3-4-4
Get the value of the indices in the title and assign it to an array

ungefär 16 timmar ago

Solved


Step up
For given input array, output a array with all elements step up by two

ungefär 16 timmar ago

Solved


Initialize a Natural Number matrix.
Given length of matrix initialize a matrix consisting of natural numbers from 1 to n: n = 10; x = [ 1 2 3 4 5 6 7 8 9 10]; ...

ungefär 16 timmar ago

Solved


My Problem, Find the square of the horizontal concatenation of the third and fifth elements of a vector.
given the 1x5 vector x, y must be the square of the horizontal concatenation of the third and fifth elements. So, if x = [1 1 1 ...

ungefär 16 timmar ago

Solved


square a vector-Given the variable x as your input, square it and put the result in y.
function y = (x)squared y = x; end

ungefär 16 timmar ago

Solved


UICBioE240 problem 1.10
Find the number of cells in a bioreactor after a given time when doubling time is dd and initial number of cells is x. So if ...

ungefär 16 timmar ago

Solved


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

ungefär 16 timmar ago

Solved


Cumulative product of a vector
Cumulative product of a vector example x=[1 2 5 10], then answer must be [ 1 2 10 100] *If you like this prob...

4 dagar ago

Solved


Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...

4 dagar ago

Solved


select the primes of a vector
Find the prime numbers in a vector

4 dagar ago

Solved


find radius of cone
if Slant height of Cone(I)& hight of Cone(H) given then find radius of the Cone(R) for example I=5,h=4 then the ans R=3;

4 dagar ago

Solved


Perfect Square or not
find Given input x is perfect square or not,if yes then output y=1.else y=0

4 dagar ago

Solved


Sudoku square
We have a small Sudoku square, but one number is missing. x = [ 1 5 4 8 6 3 0 9 7 ] Make a function, wher...

4 dagar ago

Solved


reverse string
input='rama' output='amar'

4 dagar ago

Solved


Do Fast Fourier Transformation
Example Fast Fourier Transformation from vector [2,1]) ans = 3 1

4 dagar ago

Solved


Remove the first, third and fifth rows of a matrix
Given a matrix x with at least five rows, return a matrix y that includes all rows of x except for th 1st, the 3rd and 5th. E...

4 dagar ago

Solved


Negative Infinity
Round the given array a towards negative infinity.

4 dagar ago

Solved


matrix of natural number
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 resides seially as shown in the examples below. ...

4 dagar ago

Solved


Compute LOG(1+X) in natural log
Compute LOG(1+X) in natural log

4 dagar ago

Solved


Derivative of polynomial
Compute the derivative of a given polynomial. The input is an <http://www.mathworks.com/help/matlab/math/representing-polynomial...

4 dagar ago

Solved


Matlab Basics - Set unwanted parts of a vector to zero
Consider a vector x, of length >= 7, write a script to set elements 2, 5, and 6 to zero. Example x = [1 2 3 4 5 6 7] --> ...

4 dagar ago

Solved


Transpose of matrix
Transpose of matrix as per test cases

4 dagar ago

Solved


The Tower of Hanoi
In the <http://en.wikipedia.org/wiki/Tower_of_Hanoi Tower of Hanoi problem> with 3 rods (1, 2 & 3), the goal is to move a tower ...

4 dagar ago

Solved


Related Vectors
I have two vectors A & B. If the values in vector A is zero then the corresponding value in vector B should be zero. Example:...

4 dagar ago

Load more