![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8438788_1522126593288_DEF.jpg)
Natch Ruengsakulrach
MathWorks
Followers: 0 Following: 0
Estadística
0 Preguntas
10 Respuestas
0 Problemas
2 Soluciones
CLASIFICACIÓN
3.646
of 297.046
REPUTACIÓN
14
CONTRIBUCIONES
0 Preguntas
10 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
85.227
of 157.776
CONTRIBUCIONES
0 Problemas
2 Soluciones
PUNTUACIÓN
30
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
04 - Scalar Equations 1
Define the variable a: <<http://samle.dk/STTBDP/Assignment1_4-a.png>> Use this to calculate x: <<http://samle.dk/STTBD...
casi 6 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 6 años hace
How to move some files from a series of folders to another series of folders at same directory level
Hi Julio, you may find the function "mkdir" useful. Check out the examples in the "mkdir" doc page, particularly "Create a Subfo...
casi 8 años hace | 0
Are there limitations in length of latex interpreted - expression in msgbox?
There is a bug in the way that "msgbox" always automatically wraps the text at 75 characters, regardless of which Interpreter is...
más de 8 años hace | 1
Escape character for colon in matalb path in linux
Unlike Windows, Linux allows directory names with “:”. Having “:” in a directory name on the MATLAB search path is currently uns...
más de 8 años hace | 0
how do i convert a .mat file to .ctc file?
Unfortunately, there is currently no built-in function that converts from “.mat” to “.ctc”, so you will either need to look that...
más de 8 años hace | 0
How can I estimate the prestley's evolutionary spectrum in MatLab.
Unfortunately, MATLAB currently does not have a built-in function for Prestley’s evolutionary spectrum estimation, so you will n...
más de 8 años hace | 0
| aceptada
An efficient implementation of dynamic programming
The question depends on many factors such as job delegation time, job computation time, and the number of workers available. The...
más de 8 años hace | 0
How to extract a single frame from video file at given light conditions?
You may find the following pseudocode useful. videoCell = {'a.mp4','b.mp4','c.mp4'}; for i = 1:numel(videoCell) % go thr...
más de 8 años hace | 0
How do I test Kendall Rank Correlation Coefficient in a matrix?
If you would like to perform a pairwise correlation coefficient between each pair of rows, you can transpose your matrix "A" and...
más de 8 años hace | 1
Sizing image using gcf
The command you provided does not resize the image. To resize image, use the “imresize” function. For example, A = imread(‘...
más de 8 años hace | 0
| aceptada
How to fix this error "Invalid parameter name: typt." ?
I assumed that you are using the “corr” function. In addition to X and Y data, “corr” accepts additional inputs: “type”, “rows”,...
más de 8 años hace | 0