![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16748898_1572709416237_DEF.jpg)
Mahith Madhana Kumar
Followers: 0 Following: 0
Estadística
12 Preguntas
4 Respuestas
CLASIFICACIÓN
189.613
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
12 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
83.33%
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
Giving step size to colorbar
Hi all. I was wondering whether it is possible to give step size to colorbar while plotting using pcolor(X,Y,C) where (X,Y) are...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasMATLAB seems to be remembering the variables and not the new ones
Hi, I got it. I just restarted MATLAB and everything came out fine. Thanks
casi 4 años hace | 0
Pregunta
MATLAB seems to be remembering the variables and not the new ones
Hi all, I was running MATLAB and all of a sudden its popped up an error that has to do with a variable that is commented out. B...
casi 4 años hace | 2 respuestas | 0
2
respuestasSaving plots during the run of a for-loop
Hi, I managed to edit the code slightly and this time no error occurs. However, its saving only the first file in my specified ...
casi 4 años hace | 0
| aceptada
Pregunta
Saving plots during the run of a for-loop
Hello, I have couple of question on saving plots while a for-loop is continuously running. My code is: interval=[0.01 0.1 0....
casi 4 años hace | 3 respuestas | 0
3
respuestasPregunta
Problem with try/catch
Hi all, I am experiencing a problem with the try/catch function. When I run the below script: x=1:1:10; for i=1:length(x) ...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Running multiple matlab .m files
Hi all, I was wondering how to simultaneously run .m matlab files (about 10 of them) from a linux terminal. I went through this...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Running matlab from linux terminal
Hi, I was wondering whether someone could help me in figuring out why running a matlab script is much much slower when run from...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Opening port "21" to an ftp server from a cluster
Hi all, I was wondering how to access files from an ftp server from within a supercomputer cluster. The matlab code is simp...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaFInding the breakpoint of a frequency spectra and its associated error
Thank you Mathieu. That was helfpul. I was wondering what the error associated with the a_sol value is (the first breakpoint)....
alrededor de 4 años hace | 0
Pregunta
FInding the breakpoint of a frequency spectra and its associated error
Hi all, I was wondering whether somebody could help me in finding the first breakpoint of a frequency spectra and its associate...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
downloading the same file to multiple locations
Hello all, I want to download a single file from an ftp server but place multiples copies of it in different target directories...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Generate random numbers in the second decimal point
Hi all, I have an array of numbers (generated using the colon operator): x=1.198:0.1:2.198 This gives me: x = 1.198 1.298 ...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Accessing value of a variable inside a function
I have a variable, " c " defined outside a function as shown (just an example): c=5; function sum = add(a, b) sum = a+b+c en...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How to fit a series of datapoints using 3 piecewise linear fit lines
I have the following datapoints: xdata = [-4.09434456 -3.40119738 -2.99573227 -2.7080502 -2.48490665 -2.30258509 -2.14843441 -...
alrededor de 4 años hace | 1 respuesta | 0