![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5153703_1523494813179.jpg)
Python, C++, C, Java, Javascript, MATLAB, HTML, CSS, Arduino, Assembly
Spoken Languages:
English, Spanish
Pronouns:
He/him
Statistics
RANK
4.303
of 297.016
REPUTATION
12
CONTRIBUTIONS
0 Questions
7 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
2.678 of 20.419
REPUTATION
626
AVERAGE RATING
5.00
CONTRIBUTIONS
14 Files
DOWNLOADS
59
ALL TIME DOWNLOADS
4938
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
7 Public Channels
AVERAGE RATING
61
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
LINCOEFFS: Matrix coefficients of symbolic linear equations
This function extracts the coefficient matrix and the column vector containing the non-homogeneous terms of a system of linear e...
bijna 2 jaar ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/676d4f4c-688c-4639-aa68-83abb74a6a29/d8de4afe-1392-4dbb-ae58-42884bdb03ee/images/1681188694.png)
Solved
Bit calculation
Give me the count of numbers from 1 to n having their last two bits as 0. For example function y = ret_count(4) y = x...
meer dan 2 jaar ago
Solved
Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<https://imgur...
meer dan 2 jaar ago
Solved
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
meer dan 2 jaar ago
Solved
Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...
meer dan 2 jaar ago
Solved
Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...
meer dan 2 jaar ago
Solving nonlinear equation involving sum
It will take you a long time to evaluate the sum from n = 0 to n = 10000. You can solve it in a short time considering only fro...
meer dan 3 jaar ago | 0
How to solve 3 simultaneous algebraic equations with a equality constraint.
You only need to express in terms of and plot that relationship: syms x1 x2 x3 t x3 = solve(x1+x2+x3 == 420,x3) EQ1 = x1 ==...
meer dan 3 jaar ago | 0
Solved
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
meer dan 3 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 3 jaar ago
Solved
The Birthday Phenomenon
First off, leap years are not being considered for this. In fact the year that people are born shouldn't be taken into considera...
meer dan 3 jaar ago
Solved
Don't be mean. Be nice!
For this problem, you will be given a range of single digits R, and a separate number K. You job is to calculate the mean of al...
meer dan 3 jaar ago
Solved
ZigZag matrix with reflected format
ZigZag MATRIX with REFLECTED format. We have only input x. We have to create a matrix in the following pattern. input n=5...
meer dan 3 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 3 jaar ago
how can I plot a unit step function?
This is my proposal, I hope it helps you: u = @(t) double(t>=0); h = @(t) u(t-2)-u(t-4); fplot(h,[0,5])
meer dan 3 jaar ago | 2
Submitted
Water Properties
Computes some physical properties of water dependent on temperature, from 1 to 99 celsius.
ongeveer 4 jaar ago | 6 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/54d61a11-6d94-44ac-a680-89d11f3c1eeb/7bb8ceb7-a3f6-42a4-bdd9-df5de062cbe2/images/screenshot.png)
Submitted
Colebrook-White Equation
Computes the friction factor in pipes for given values of the Reynolds number (Re) and the relative roughness coefficient (epsil...
meer dan 4 jaar ago | 15 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/66106949-f78a-4f44-b868-64ba1fa67337/7bb45e22-dc3f-4956-b33a-5585fcfad53c/images/screenshot.png)
Submitted
figure2pdf
FIGURE2PDF exports the current MATLAB figure to a PDF file.
meer dan 4 jaar ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/92628dfb-6979-4176-9037-2c7370bac21c/c3f2f89c-0739-4a97-b46e-26be8194187a/images/screenshot.png)