A résolu


perimeter of a square

plus de 3 ans il y a

A résolu


volume of a cone
create a program that allows us to calculate the volume of a cone using radius "r" and height "h"

plus de 3 ans il y a

A résolu


perimeter of a trangle
g

plus de 3 ans il y a

A résolu


elevate a number to its square
square

plus de 3 ans il y a

A résolu


find the area of a triangle from its sides
pythagorean theorem

plus de 3 ans il y a

A résolu


perimeter of a rectangle
perimeter of a rectangle where each side is 12 and its height is 31

plus de 3 ans il y a

A résolu


multiplication of two variables
mutliplication of two variables

plus de 3 ans il y a

A résolu


resta de dos numeros
restaa

plus de 3 ans il y a

A résolu


calculate the perimeter for a triangle with no equal sides
calculate the perimeter for a triangle with no equal sides (x,z,s)

plus de 3 ans il y a

A résolu


perimeter of a football field
what formula should someone use if they are trying to find the perimeter of a footbal field

plus de 3 ans il y a

A résolu


area of a circle
area of a circle with "r" as radius

plus de 3 ans il y a

A résolu


Count the unitary divisors of a number
Cody Problem 56738 asks for a list of the unitary divisors of a number. For this problem, write a function to count the unitary ...

plus de 3 ans il y a

A résolu


List unitary divisors of a number
A unitary divisor of a number divides and satisfies gcd(,) = 1. For example, 9 is a unitary divisor of 18 because gcd(9,2) = ...

plus de 3 ans il y a

A résolu


freeeeee
free points

plus de 3 ans il y a

A résolu


Determine if a given input is even or odd?
Given an input, determine if even or odd.

plus de 3 ans il y a

A résolu


sum of vectors
sum of vectors

plus de 3 ans il y a

A résolu


area of a cube
area

plus de 3 ans il y a

Réponse apportée
Convert cell into double
Try using the following. m=readmatrix('yourData.txt','DecimalSeparator',',');

plus de 3 ans il y a | 1

Réponse apportée
Help me plot grafic pls.
What is R? The solution does not match your graph. x=.5; t=0:.0025:.07; n=(1:100)'; H=1./n.^2.*sin(n*pi/1.5).*cos(100*n*pi/1...

plus de 3 ans il y a | 0

A résolu


Coefficient of Kinetic friction
A robot exerts a F1 lb. force horizontally on a W lb. crate across a concrete floor at a constant speed. What is the coefficien...

plus de 3 ans il y a

Réponse apportée
Im trying to use gradient decent with a for loop to determine the value of x that minimizes the function
iterations = 10; alpha = 0.15; x = zeros(iterations,1); x(1) = -1; ...

plus de 3 ans il y a | 1

Réponse apportée
subplot timeseries for mean monthly temperature, max monthly temperature and minimum monthly temperature
With matrix rows: year, month, min, mean, max f=find(diff(data(3,:))<0); f=[0,f,size(data,2)+1]; monthlyData=zeros(5,length(f...

plus de 3 ans il y a | 0

A résolu


Acid-Base Chemistry: Which side of the reaction is more favorable?
In an Acid-Base reaction, there is always going to be an acid, a base, a conjugate acid, and a conjugate base. When provided wit...

plus de 3 ans il y a

Réponse apportée
Replicate matrix elements without for loop
base =[1 2; 3 4]; repelem(base,2,2)

plus de 3 ans il y a | 0

| A accepté

Réponse apportée
average every sets of rows
a=20*rand(1629,1); k=7; e=floor(length(a)/k)*k; r=reshape(a(1:e),k,[]); M=mean(r)

plus de 3 ans il y a | 0

| A accepté

Réponse apportée
cell array index mean
a=mean(cell2mat(monthly_average_cell));%why use a cell array? this matrix provides the answer

plus de 3 ans il y a | 0

Réponse apportée
Switch signs to positive in the diagonal of a matrix
m=randi(10,6)-5 d=abs(diag(m)); M=m.*~eye(size(m))+diag(d)

plus de 3 ans il y a | 0

| A accepté

Réponse apportée
Getting A Blank Plot From Code
Yp=62e9; Yfca=250e9; yfsi=480e9; d31=-320e-12; a=linspace(0,1); d31eff=-d31./((log(1-a)).*(1./a-0.5)); vp=1; d31multi=d31...

plus de 3 ans il y a | 0

Réponse apportée
How to add proper values on top of bar chart
Y1 = [-31.6 15.8 -8.0]; subplot(3,2,2) Vn4a_diff=15.8;Vn4c_diff=-31.6;Vn4b_diff=8; b=bar(2,Vn4a_diff,'FaceColor',[0 0.6 0.3],...

plus de 3 ans il y a | 0

Réponse apportée
Problem with if statements
e=["H","Li","Be","B","C","N","O","F","Na","Mg","Al","Si","P","S","Cl","K","Ca",... "Sc","Ti","V","Cr","Mn","Fe","Co","Ni","...

plus de 3 ans il y a | 0

| A accepté

Charger plus