![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13794866_1538978127792_DEF.jpg)
Lorcan Conlon
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
234.997
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
63.64%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Obtaining correct frequency and normalisation using convolution function
I wish to better understand the matlab convolution function, conv. My signal is the product of two sin waves of different freque...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Filling a matrix with predefined expression for each element
I have a matrix which I wish to generate, adm the matrix is a function of the parameter alpha. It is a matrix with dimensions di...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Power Spectral density of function with an offset
I am trying to compute the power spectral density of 2 functions. They are similar in terms of the magnitude of their fluctuatio...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Different size error bar caps
I wish to make a bar chart with 5 bars with error bars on only two of these bars. My current code is bounds=categorical({'aa','...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Changing transparency of individual bars in bar
I am trying to plot a 2D bar plot where I want to be able to control the transparency of individual bars. My code is as follows ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Fminunc Stopping Critera beyond StepTol and FunTol
I have a function whos input is a 83 element vector and whos output is a 8x8 matrix. I am tryin to use fminunc to get my output ...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Solving Matrix functions with a function
There may be no easy answer to this question but I thought I should try. I have a function, call it f(x), where x is a vector of...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Solving an ODE with time dependent term
I want to solve the ODE y'(t)=A(t)y(t)+C, where A(t) is a prespecified vector. So I have a time span [0,10] and I want to solve ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Using Read Table with a predefined Table size
Hi there, I am trying to read data into a table using MATLAB. However the number of columns is not consistent in each row, i.e...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
I am trying to program a value that runs from 10^-9 to 10^1. I have tried the following code and I have changed the e function to x10^() but my code will not run. It always gets stuck on this line. When I use e the error is invalid use of operator.
x0 = zeros(1,12); % Values for w1 w_pool = 1:1:200; % Preallocate result matrix x_all = zeros(numel(w_pool),numel(x0)) % sw...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Using fsolve to solve a set of equations with different constants every time
Hi guys, so I have used fsolve to sucessful solve the following four simultaneous non linear equations: F(1)=x(1)*(i*(w1-d1)+...
más de 6 años hace | 2 respuestas | 0