danish ansari
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
0 Problemas
13 Soluciones
CLASIFICACIÓN
64.009
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
28.466
of 153.912
CONTRIBUCIONES
0 Problemas
13 Soluciones
PUNTUACIÓN
150
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
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 ...
casi 3 años hace
Resuelto
Rescale Scores
Each column (except last) of matrix |X| contains students' scores in a course assignment or a test. The last column has a weight...
casi 3 años hace
Resuelto
Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...
casi 3 años hace
Resuelto
Find MPG of Lightest Cars
The file |cars.mat| contains a table named |cars| with variables |Model|, |MPG|, |Horsepower|, |Weight|, and |Acceleration| for ...
casi 3 años hace
Resuelto
Find the Best Hotels
Given three input variables: * |hotels| - a list of hotel names * |ratings| - their ratings in a city * |cutoff| - the rat...
casi 3 años hace
Resuelto
Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...
casi 3 años hace
Resuelto
Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...
casi 3 años hace
Resuelto
Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...
casi 3 años hace
Resuelto
Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...
casi 3 años hace
Resuelto
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
casi 3 años hace
Resuelto
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
casi 3 años hace
Resuelto
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...
casi 3 años hace
Resuelto
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:...
casi 3 años hace
Pregunta
FSOLVE requires all values returned by functions to be of data type double.
while running this code i am getting "FSOLVE requires all values returned by functions to be of data type double" error. Descri...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
2-D plot
i want to plot a graph: y axis: (0.00062539 - 1.000625*((Ri^2)/(R^2))) x-axis: R/Ri. Ri is constant and R is a variable. wh...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
plotting one variable function
i want to plot a graph: y axis: 4/(1+Ri)^2 xaxis: (1+Ri)/(2*(1-Ri)) : it should vary from 2 to 25 Ri is the only variabe. i ...
casi 4 años hace | 3 respuestas | 0
3
respuestasPregunta
need to write values on contour plots
i want to write the objective function value on the contours. which functiona should i use? as of now i am using this ---% p...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
minimum value of one inequality
i need to calculate n which should give minimum even value from the expression. what function should i use to code this. 1/(2...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How to compute intersection point for each inequality
i need to find the intersection of the following inequalities: 1) t>=2.5*s 2) 0.5<=s<=10 3) 2.5<=t<=25 4) 10<=r<=20 where r...
alrededor de 4 años hace | 1 respuesta | 0