Python, C++, C, Java, Javascript, MATLAB, HTML, CSS, Arduino, Assembly
Spoken Languages:
English, Spanish
Pronouns:
He/him
Statistica
RANK
4.685
of 295.486
REPUTAZIONE
10
CONTRIBUTI
0 Domande
7 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
1
RANK
2.705 of 20.236
REPUTAZIONE
611
VALUTAZIONE MEDIA
5.00
CONTRIBUTI
14 File
DOWNLOAD
105
ALL TIME DOWNLOAD
4797
CONTRIBUTI
0 Post
CONTRIBUTI
7 Pubblico Canali
VALUTAZIONE MEDIA
61
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Inviato
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...
oltre un anno fa | 2 download |
Risolto
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...
circa 2 anni fa
Risolto
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...
circa 2 anni fa
Risolto
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
oltre 2 anni fa
Risolto
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 ...
oltre 2 anni fa
Risolto
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 ...
oltre 2 anni fa
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...
oltre 3 anni fa | 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 ==...
oltre 3 anni fa | 0
Risolto
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...
oltre 3 anni fa
Risolto
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:...
oltre 3 anni fa
Risolto
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...
oltre 3 anni fa
Risolto
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...
oltre 3 anni fa
Risolto
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...
oltre 3 anni fa
Risolto
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 ...
oltre 3 anni fa
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])
oltre 3 anni fa | 1
Inviato
Water Properties
Computes some physical properties of water dependent on temperature, from 1 to 99 celsius.
quasi 4 anni fa | 4 download |
Inviato
Colebrook-White Equation
Computes the friction factor in pipes for given values of the Reynolds number (Re) and the relative roughness coefficient (epsil...
circa 4 anni fa | 26 download |
Inviato
figure2pdf
FIGURE2PDF exports the current MATLAB figure to a PDF file.
oltre 4 anni fa | 2 download |