photo

Jeff Chiang


Damping Technologies Inc

Active since 2012

Followers: 0   Following: 0

Message

Structural dynamics engineer.
Professional Interests: Structural Dynamics, Signal Processing, Data Acquisition

Statistics

All
File Exchange

1 File

Cody

0 Problems
4 Solutions

RANK
N/A
of 301,327

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
8,319 of 21,234

REPUTATION
104

AVERAGE RATING
5.00

CONTRIBUTIONS
1 File

DOWNLOADS
2

ALL TIME DOWNLOADS
999

RANK
64,341
of 173,995

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
50

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • 5-Star Galaxy Level 1
  • First Submission
  • Solver

View badges

Feeds

View by

Submitted


Bruel & Kjaer Pulse Labshop Measurement Organizer Exporter
Automatically displays functions and measurements, and allows user to select and export as a UFF.

13 years ago | 2 downloads |

5.0 / 5
Thumbnail

Solved


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

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

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

13 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

13 years ago