Saleh Ibrahim - MATLAB Central
photo

Saleh Ibrahim


Active since 2022

Followers: 0   Following: 0

Statistics

CodyFrom 08/22 to 03/25Use left and right arrows to move selectionFrom 08/22Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
Cody

6 Problems
129 Solutions

RANK
N/A
of 297.738

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20.469

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
1.110
of 159.472

CONTRIBUTIONS
6 Problems
129 Solutions

SCORE
2.016

NUMBER OF BADGES
16

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Quiz Master
  • Speed Demon
  • Creator
  • Leader
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Promoter
  • Commenter
  • Solver

View badges

Feeds

View by

Solved


First use of arrayfun() and anonymous function @(x)
Create an anonymous function using @(x) for a parabola equation for the given coefficients stored in s with s(1)x2 + s(2)x + s(...

meer dan 2 jaar ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

meer dan 2 jaar ago

Solved


Average of two numbers
Find the average of two numbers x1 and x2. For instance, if x1=7 and x2=19, the answer is 13.

meer dan 2 jaar ago

Solved


Array Concatenation (2)
Given two matrices, a and b, concatenate the two matrices vertically, i.e., the number of rows of the result should be equal to ...

meer dan 2 jaar ago

Problem


Array Concatenation (2)
Given two matrices, a and b, concatenate the two matrices vertically, i.e., the number of rows of the result should be equal to ...

meer dan 2 jaar ago | 0 | 77 solvers

Solved


Array Concatenation (1)
Given two matrices, a and b, concatenate the two matrices horizontally, i.e., the number of columns of the result should be equa...

meer dan 2 jaar ago

Problem


Array Concatenation (1)
Given two matrices, a and b, concatenate the two matrices horizontally, i.e., the number of columns of the result should be equa...

meer dan 2 jaar ago | 0 | 107 solvers

Solved


Function substitution (2)
Evaluate the function for the given values of the variables N and t

meer dan 2 jaar ago

Problem


Function substitution (2)
Evaluate the function for the given values of the variables N and t

meer dan 2 jaar ago | 1 | 48 solvers

Solved


Function substitution (1)
Evaluate the function for the given values of the variables N and t

meer dan 2 jaar ago

Problem


Function substitution (1)
Evaluate the function for the given values of the variables N and t

meer dan 2 jaar ago | 0 | 40 solvers

Solved


Remainder
Use MATLAB help to find a suitable built-in function to find the remainder of dividing any non-negative integer, x, by 7. For in...

meer dan 2 jaar ago

Solved


Nearest integer
Use MATLAB help to find a suitable built-in function to approximate a given number to the nearest integer. For instance, 9.25 is...

meer dan 2 jaar ago

Solved


Absolute value
Use MATLAB help to find a suitable built-in function to find the absolute (positive) value of a given number. For instance |−5| ...

meer dan 2 jaar ago

Solved


Travel time
Calculate the time (in hours) it takes a car traveling at a given uniform speed of s km/hour to travel a distance of d km. For i...

meer dan 2 jaar ago

Problem


Travel time
Calculate the time (in hours) it takes a car traveling at a given uniform speed of s km/hour to travel a distance of d km. For i...

meer dan 2 jaar ago | 0 | 47 solvers

Solved


Circle area
Calculate the area of a circle given its radius, r. For instance, if r =3.5, the answer should be approximately 38.48

meer dan 2 jaar ago

Solved


Mathematical formula
Find the value of the expression given the values of variables t and k. Assume g=9.81

meer dan 2 jaar ago

Solved


Average of five numbers
Find the average of a set of five numbers {x1,x2,x3,x4,x5}

meer dan 2 jaar ago

Problem


Mathematical formula
Find the value of the expression given the values of variables t and k. Assume g=9.81

meer dan 2 jaar ago | 1 | 52 solvers

Solved


Apply Function to Each Field of a Structure Array: Part 1
The builtin <http://www.mathworks.com/help/matlab/ref/structfun.html?=structfun structfun> applies a function handle to each fie...

meer dan 2 jaar ago

Solved


Define the operators of function_handles
Suppose f and g are function_handles, try to define f+g,f-g,f*g and f/g. e.g. if f = @(x)x and g = @(x)x+1 ...

meer dan 2 jaar ago

Solved


Two-output anonymous function?
Return a function handle that when applied to an input, it produces two outputs: the first is the same as the input, and the sec...

meer dan 2 jaar ago

Solved


Handle to an array of functions
Given a cell array of functions that operate on scalars, it is required to return a function handle to process a vector of value...

meer dan 2 jaar ago

Solved


Apply a function array to an array of numbers
It is required to apply a cell array of functions to a numerical array, where the functions accept only scalar inputs. Exampl...

meer dan 2 jaar ago

Solved


Function composition
Write a function that accepts two function handles f and g and returns the composition h. That is, h = (f o g)(x) = f(g(x)) ...

meer dan 2 jaar ago

Solved


Compute the missing quantity among P, V, T for an ideal gas
Consider 100 mol of helium gas at a certain pressure (P), volume (V), and temperature (T). Assuming that the ideal gas law appli...

meer dan 2 jaar ago

Solved


What gear ratio does the cyclist need?
A cyclist (perhaps including our famed Codysolver the cyclist <http://www.mathworks.com/matlabcentral/cody/players/1841757-the...

meer dan 2 jaar ago

Solved


Electrical Diode Current Calculation
In engineering, there is not always a single equation that describes a phenomenon accurately enough to be applied in all instanc...

meer dan 2 jaar ago

Solved


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

meer dan 2 jaar ago

Load more