Statistics
All
RANK
90,476
of 295,410
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
7,820 of 20,224
REPUTATION
115
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
11
ALL TIME DOWNLOADS
879
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
Calculate the Sag of Conductors using MATLAB
The Live Script presents calculations of the sag for power lines.
2 years ago | 11 downloads |
Question
How to create a matrix from multiples of submatrice?
I would like to find a smarter way of building a larger matrix from vectors. The following code works fine: rv = [1 2 3 4]; al...
4 years ago | 1 answer | 0
1
answerQuestion
exist() absolute vs relative path
I was trying to check for existence of a file defined by absolute path and bumped into a strange behavior. If I define the fil...
4 years ago | 1 answer | 0
1
answerSolved
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...
5 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:...
5 years ago
Solved
Energy of a photon
*⚛ ☢ ⚛ ☢ ⚛ ☢ ⚛* Given the frequency F of a photon in giga hertz. Find energy E of this...
7 years ago
Solved
How to subtract?
*± ± ± ± ± ± ± ± ± ± ±* * Imagine you need to subtract one...
7 years ago