Community Profile

photo

A. B. M. Mesbah Uddin Ahmed


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

All
  • Solver

View badges

Feeds

View by

Solved


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

3 years ago

Question


How to remove values from an array which do not create output?
Suppose, I have two arrays like below and some conditions: a=1:10; b=1:10; c=[]; for i=1:length(a) for j=1:length(b) ...

3 years ago | 1 answer | 0

1

answer

Solved


If-then-else
Complete the function below such that if the value of x is in the range 10 to 14, inclusive, the value 18 is assigned to y. Oth...

3 years ago

Solved


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

3 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years ago