Estadística
5 Preguntas
2 Respuestas
0 Problemas
16 Soluciones
CLASIFICACIÓN
186.363
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
21.601
of 153.872
CONTRIBUCIONES
0 Problemas
16 Soluciones
PUNTUACIÓN
220
NÚMERO DE INSIGNIAS
2
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Alphabetize by last name
Given a list of names in a cell array, sort the list by the last name. So if list = {'Barney Google','Snuffy Smith','Dagwood ...
alrededor de 6 años hace
Resuelto
Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...
alrededor de 6 años hace
Resuelto
Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...
alrededor de 6 años hace
Resuelto
Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...
alrededor de 6 años hace
Resuelto
Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...
alrededor de 6 años hace
Resuelto
Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...
alrededor de 6 años hace
Resuelto
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. <<http://upload...
alrededor de 6 años hace
Resuelto
Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...
alrededor de 6 años hace
Resuelto
Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...
alrededor de 6 años hace
Resuelto
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...
alrededor de 6 años hace
Resuelto
Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...
alrededor de 6 años hace
Resuelto
Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<http://upload.wikimedia.org/wikipe...
alrededor de 6 años hace
Resuelto
Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...
alrededor de 6 años hace
Resuelto
Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...
alrededor de 6 años hace
Resuelto
Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....
alrededor de 6 años hace
Resuelto
Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...
alrededor de 6 años hace
Pregunta
Simulink rapid accelerator slowly filling HD
I am running an optimisation problem which requires to run a Simulink model several times to find the minimum of the cost functi...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaHow can i plot multiple signals on an XY graph in simulink.
Take a look at <https://uk.mathworks.com/help/matlab/ref/hold.html hold on>
más de 7 años hace | 0
Pregunta
Error with taylor series expansion
Hi, I was trying to compute the Taylor series approximation of a function as follows: clc clearvars syms Theta(t) ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Database informations in Matlab
Hi, I am connecting with Matlab to a local database (.accdb) using ODBC. This works great, but I am not able to retrieve the ta...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Hoe can I solve a system of PDE?
Hi, I am trying to solve a system of PDE. The problem is written in cylindrical coordinate. The variable are r (radius) and u (...
más de 10 años hace | 0 respuestas | 0
0
respuestasHow can I solve a PDE with given coefficients in time?
I resolved. My problem was to give the power for each triangle. Thank you Bill
más de 10 años hace | 0
Pregunta
How can I solve a PDE with given coefficients in time?
Hi, I have a ring conductor in 2D axisymmetric (a turn with a hole for the water cooling). I have a sinusoidal current at 11kHz...
más de 10 años hace | 2 respuestas | 0