daniel adams
Followers: 0 Following: 0
Estadística
21 Preguntas
0 Respuestas
CLASIFICACIÓN
90.418
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
21 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
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
of 153.912
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
How to write subscripts for the legend of a graph
In the legend of a graph I want one of the graphs to be labeled , is there anyway to get this kind of subscirpt writing in matla...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to keep scientific notation in string.
I have some values in an array in matlab epsilon=[1e-01,9e-02,8e-02] I want to turn these values into a string so I can use th...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Repeating elements of an array
Say for some . How can I create an array of size which is just i.e repeat the elements of times each in a row. Note I ...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Turn a two dimensional vector into an array
I have a subset of . I have discretised this subset into points, , also consider an identical copy of , . Now, I have a giv...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Using symbolic math to retain accuracy. Arrays
Hi folks. I am trying to avoid numerical underflow using symbolic math. Basically at some point in my algorithm I have a mat...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Storing small numbers and logarithms.
Hi I have the following problem, in my code I need to calculate for very large. The largeness causes matlab to store and to...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Precision number throughout scripts and functions.
I have a script that calls many functions, when I run the script I want matlab to use a specific value of precision throughout. ...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Why is this Matrix Multiplication taking so long... using diag function
Hi the vectors are of length , and an array is of length I want to turn into diagonal arrays to calculate the product and ...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
Discretise a domain into a grid of uniform volume size
Given a domain say in how do I split/discretise the domain into a grid of uniform volume/ fixed number of grid points? For ...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Save figures from for loop into a subfolder of the current folder.
I will use math notation instead of saying arrays etc. In what follows and . I want to plot each column of against on separat...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Making a movie and saving figures
Given an array / matrix of size and a array / vector of size . I want to make a movie with frames each one being the followi...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Loose question, on function handles / speeding up run times.
This is quite a loose question but I was very surprised to find this out so thought I would ask. I was running a script where I...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Summing elements of a vector without a for loop
Given a vector/array of length , I would like to create a new vector of length where the 1st component is the sum of the 1st...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
2-dimension PDE on Matlab.
Matlab has this nice document for 1-dimensional PDE solver https://uk.mathworks.com/help/matlab/math/partial-differential-equati...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
Setting a lower bound on the values of an array ( can it be done without a for loop?)
I have a matrix the values of it are very small, some are so small that they appear as NaN. Is there an efficient way to go thr...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
How to turn a matrix into a vector without using for loop !
Given a matrix is there a way in Matlab to construct a vector which is just the rows of layed out one after the other? Note I ...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Turning a product of two vectors into a matrix without using for loops?
I have to two vectors and , each of length . I want a matrix where the elements of are . How can I construct on matlab with...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find a PDE solver ( new matlab user )
Hi folks, I am studying the Fokker-Planck equation $$ \partial_t \rho(x,t) = \text{div}(f(x) \rho(x,t))+ \Delta \rho(x,t) $...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Writing the dirac function as a function handle
Hi I want to write the dirac function at $i$ as a function handle, for example the code will look something like this dirac_...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use the sum function on a matrix to get the sum of the rows not the columns
How to use the sum function on an array to get the sum of the rows not the columns : I want to have an array of the sum of the ...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Cost matrix from an array without for loop.
Hi I want to create a matrix with entries the absolute value between each point in an array. My array is called domain, and it ...
alrededor de 3 años hace | 2 respuestas | 0