Estadística
7 Preguntas
                        8 Respuestas
0 Problemas
                        10 Soluciones
CLASIFICACIÓN
4.043
                          
                          
of 300.381
                        
REPUTACIÓN
13
                           
                        
CONTRIBUCIONES
                          7 Preguntas
                          8 Respuestas
ACEPTACIÓN DE RESPUESTAS 
                            28.57%
                        
VOTOS RECIBIDOS
5
CLASIFICACIÓN
 of 20.941
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS 
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
35.531
of 168.477
CONTRIBUCIONES
                            0 Problemas
                            10 Soluciones
PUNTUACIÓN
127
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
Calculate BMI
Given a matrix hw (height and weight) with two columns, calculate BMI using these formulas: 1 kilogram = 2.2 pounds 1 inch = 2...
3 meses 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...
3 meses hace
Pregunta
Is Simulink Fundamentals available by itself without getting the full Online Training Suite?
I have Matlab and Simulink Home Licenses and am interested in the Simulink Fundamentals course (separate from Simulink Onramp). ...
3 meses hace | 1 respuesta | 0
1
respuestaPregunta
Additional Home License/Apple Silicon questions (Support is not helpful)
I managed to file a Support case for these questions but got boilerplate back with no answers. Trying the Community reluctantly...
5 meses hace | 1 respuesta | 0
1
respuestaPregunta
MATLAB Home on Apple Silicon: GPU support?
I'm well aware that I should ask Sales about this but I can't contact them due to the attack. I enter my email on the contact f...
5 meses hace | 1 respuesta | 0
1
respuestaPregunta
For TMW staff: Matlab Home/Cloud drive connector/macOS Mojave
Did TMW just drop support for Cloud Drive/Connector on macOS Mojave? I got my R2021a license on 31 August 2021 and the Connecto...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaWhat should go in a next-generation MATLAB X?
Here are some low-falutin' features I'd like to see. My perspective: Periodic Matlab user who mostly likes the tool but has fru...
alrededor de 4 años hace | 0
Pregunta
Browsing FileExchange/Addons in simple tabular vs. icon format?
Question for TMW staff who may be checking in: I'm a Matlab Home (R2021a) and Online (R2021b) user It takes a lot of scrolling...
alrededor de 4 años hace | 1 respuesta | 1
1
respuestaHow to trim time series?
Are you trying to discard elements 129 through 255? If so, Z(129:end) = []; % Discard the unwanted elements or Z=Z(1:128); %...
alrededor de 4 años hace | 0
| aceptada
Surf command to plot simple surface
Did you intend to do an element-by-element multiply on X and Y? https://www.mathworks.com/help/matlab/ref/times.html close a...
alrededor de 4 años hace | 0
| aceptada
How to name Array with each of my Arrays in a bulk folder?
I believe what you are requesting (dynamically naming variables) can be done but is strongly discouraged. Here is a reference f...
alrededor de 4 años hace | 0
Pregunta
Problems opening documentation examples in Matlab Online
I have access to Matlab Online via a Matlab Home license. Issue: Many example scripts/LiveScripts in Matlab docs do not open i...
alrededor de 4 años hace | 0 respuestas | 4
0
respuestasResuelto
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
alrededor de 4 años hace
How to use a Python file in Matlab?
Matlab offers a roots function to compute roots of polynomial (help roots). Is there some reason that won't work for you?
alrededor de 4 años hace | 0
Write a matlab code to generate a 1 X N matrix with values in the range of 1-100 according to a normal distribution with mean= 0 and variance=1
The documentation for the randn function may be of interest.
alrededor de 4 años hace | 0
exponential curve fit coefficients
See the answer to a similar question in: https://www.mathworks.com/matlabcentral/answers/1448569-queston-for-school-linearize-a...
alrededor de 4 años hace | 0
Interpolation problem with interp1
Not sure what your R vector represents but it seems like you are trying to use a loop to interpolate within a one-dimensional ar...
alrededor de 4 años hace | 0
Pregunta
Hooking Matlab Online to a local Python installation?
I have a Matlab Home license and access to Matlab Online. Is it possible to connect Matlab Online to a local Python installatio...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasResuelto
Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...
alrededor de 4 años hace
Resuelto
Solve a System of Linear Equations
*Example*: If a system of linear equations in _x₁_ and _x₂_ is: 2 _x₁_ + _x₂_ = 2 _x₁...
alrededor de 4 años hace
Resuelto
Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....
alrededor de 4 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...
alrededor de 4 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...
alrededor de 4 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...
alrededor de 4 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:...
alrededor de 4 años hace



                
              

