Community Profile

photo

wbadry


Last seen: ongeveer een jaar ago Active since 2016

PhD candidate , Mechatronic researcher and college staff member.

Statistics

All
  • Thankful Level 1
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Revival Level 1
  • First Answer
  • Scavenger Finisher
  • Commenter
  • Solver

View badges

Content Feed

View by

Answered
Subtract mean from each table by columns
Hello, I came by another solution using bsxfun Here is a complete example based on my question % Generate random columns for ...

bijna 4 jaar ago | 0

Question


Subtract mean from each table by columns
Hello, Assume we have the following table t = array2table([rand(10,1),rand(10,1),rand(10,1)],'VariableNames',{'feat_1', 'feat_...

bijna 4 jaar ago | 2 answers | 0

2

answers

Question


Generalized Discriminant Analysis Projection Matrix
Hello, I tried to perform a supervised dimensionality reduction using GDA which is also known as Kernel Fisher Discriminant Ana...

bijna 4 jaar ago | 0 answers | 0

0

answers

Question


Get rectangle of 4 points and detect formed rectangle orientation
Hello, I have an image as shown below <</matlabcentral/answers/uploaded_files/115367/Untitled-1.png>> I wrote the followi...

bijna 6 jaar ago | 1 answer | 0

1

answer

Submitted


Naive Linear Trajectory with App Designer Interface
Naive Linear Trajectory with App Designer Interface

bijna 6 jaar ago | 1 download |

Thumbnail

Solved


Basic electricity in a dry situation
This is a very hypothetical situation between two individuals in a very dry atmosphere. He came running in rubber boots when...

meer dan 6 jaar ago

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

meer dan 6 jaar ago

Solved


Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer whi...

meer dan 6 jaar ago

Solved


Energy of a photon
Given the frequency F of a photon in giga hertz. Find energy E of this photon in giga electron volts. Assume h, Planck's ...

meer dan 6 jaar ago

Solved


How to subtract?
* Imagine you need to subtract a few numbers using MATLAB. * You will not be using eval for this task. * Given two ASCII strin...

meer dan 6 jaar ago

Submitted


Reading ScopeTek Digital Fiber Spectrometer data
Reading ScopeTek Digital Fiber Spectrometer data

ongeveer 7 jaar ago | 1 download |

Thumbnail

Solved


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

meer dan 7 jaar ago

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

meer dan 7 jaar ago

Answered
Petri net toolbox installation problem
The problem with newer versions (later than R2007b) that compiled files (p-code) is no longer supported. Sources files need to b...

meer dan 7 jaar ago | 0

Submitted


Step and Impulse Response without coding
Finding step and impulse response with no coding experience

meer dan 7 jaar ago | 2 downloads |

Thumbnail

Solved


Model a simple pendulum
Model a simple pendulum of length 200cm with bob of mass 100g and plot the position in degrees. The pendulum starts at 30 degree...

meer dan 7 jaar ago

Solved


Compute the step response of a DC motor
Compute the step response of a DC motor shown below <<http://blogs.mathworks.com/images/seth/cody/dc-motor.png>> The param...

meer dan 7 jaar ago

Solved


Model a falling body
An object is falling freely from a height of 22 meters under the force of gravity. <<http://blogs.mathworks.com/images/seth/c...

meer dan 7 jaar ago

Solved


Model a mass spring system
Model an ideal mass-spring system shown below where the spring is initially stretched. <<http://blogs.mathworks.com/images/se...

meer dan 7 jaar ago

Solved


Produce a cosine wave
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/cosine-eqn.png>>

meer dan 7 jaar ago

Solved


Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...

meer dan 7 jaar ago

Solved


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

meer dan 7 jaar ago

Solved


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

meer dan 7 jaar ago

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

meer dan 7 jaar ago

Solved


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

meer dan 7 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 7 jaar ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

meer dan 7 jaar ago

Solved


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

meer dan 7 jaar 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 ...

meer dan 7 jaar 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:...

meer dan 7 jaar ago

Load more