Community Profile

photo

wbadry


Last seen: etwa ein Jahr vor Aktiv seit 2016

PhD candidate , Mechatronic researcher and college staff member.

Statistiken

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

Abzeichen anzeigen

Content Feed

Anzeigen nach

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

fast 4 Jahre vor | 0

Frage


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

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Gesendet


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

fast 6 Jahre vor | 1 Download |

Thumbnail

Gelöst


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

mehr als 6 Jahre vor

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


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

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Gesendet


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

etwa 7 Jahre vor | 1 Download |

Thumbnail

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

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

mehr als 7 Jahre vor | 0

Gesendet


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

mehr als 7 Jahre vor | 2 Downloads |

Thumbnail

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

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


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 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 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Mehr laden