Estadística
11 Preguntas
13 Respuestas
CLASIFICACIÓN
2.584
of 297.010
REPUTACIÓN
24
CONTRIBUCIONES
11 Preguntas
13 Respuestas
ACEPTACIÓN DE RESPUESTAS
90.91%
VOTOS RECIBIDOS
5
CLASIFICACIÓN
of 20.418
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.687
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
Figure axes disappear when using LineSmoothing-property
plot(hax, TimeLine, xSignal, 'b','LineSmoothing', 'on'); causes this: <<http://img571.imageshack.us/img571/7346/screenshot...
más de 12 años hace | 1 respuesta | 1
1
respuestaPregunta
Empty workspace with GUI
Hi to all, I use the workspace to debug my programs, but I made a program with a GUI now and the workspace stays empty. Why i...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
push button to change a variable
I guesss this is a very simple question, but I am spending more time searching for the answer, so I better ask here instead. ...
alrededor de 13 años hace | 2 respuestas | 0
2
respuestasHow to get the variables from other function
I am not sure if I understand your question, but if you want to transfer variables from one function to another you can make use...
alrededor de 13 años hace | 0
edit-counting the numbers
I still don't know if you have strings in that dataset or values, but this should give you a starting point: length( find( da...
alrededor de 13 años hace | 0
Line of Best Fit to a subsection of data
Check the function polyfit with order = 1 for a best-fit straight line. Make sure the data range to use polyfit with is your dat...
alrededor de 13 años hace | 0
help with if
if you put it in a for-loop it will do as you planned: for a=1:1:10 if a < 5 b=0; else b=1; en...
alrededor de 13 años hace | 0
| aceptada
MATLAB Permission
Sounds like you're using a school's computer, and appearently you lack the permission to write to the MATLAB directory. Try s...
alrededor de 13 años hace | 0
mex etymology and prononcuation
MEX stands for MATLAB Executable, so pronunciation is just a normal english X
alrededor de 13 años hace | 2
| aceptada
Double ticks in right axis plotyy
This thread solved it for me: http://www.mathworks.com/matlabcentral/newsreader/view_thread/237347
alrededor de 13 años hace | 0
| aceptada
Font size in doc window
In the Help Browser go to: File » Preferences. Click Fonts » Custom and change the font size at the option "HTML Proportional te...
alrededor de 13 años hace | 1
| aceptada
Pregunta
Matlab Answers font
Not Matlab related, but what is the name of the font used for the title of every question, it's in lightbrown / yellowish. The t...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Callback function
Hi all, I am trying to implement a piece of code (a function) into my script. The original code comes from a function. Runnin...
alrededor de 13 años hace | 3 respuestas | 1
3
respuestas??? Attempted to access G(2); index out of bounds because numel(G)=1.
You are trying to access G(k+1) before it exists clear all; R = 2.4; P = 0.1; eta = 10e-19; k = 1; G( k ) = R * eta / 0.1; Q ...
alrededor de 13 años hace | 0
Pregunta
Lock axes
Hi all, I am using <http://blogs.mathworks.com/pick/2008/05/27/advanced-matlab-capture-mouse-movement/ this> way of having 2 dr...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestastrings
word = input('Enter a word: ', 's'); letter = input('Guess a character : ','s'); stat = ismember(letter,lower(word)); stat =...
alrededor de 13 años hace | 0
change workdir and open file
Oops, my fault. The line you are referring to should not be there, because it's not part of the problem. That line is used later...
alrededor de 13 años hace | 0
| aceptada
Pregunta
change workdir and open file
[ afile workdir ] = uigetfile( '*.dat','Select DAT-file' ); shortfilename = strrep( afile, '.DAT', '' ); cd( workdir ); fid...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Double ticks in right axis plotyy
See this screenshot: http://imageshack.us/photo/my-images/217/naamloos2o.jpg/ On the right axis there's the tickmarks of th...
alrededor de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
strings in a loop
Hi all, I made up some code to put a piece of text in a figure. But at the moment it only supports 2 values. I need it to be ...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
plotyy with extra markers
Hi all, I have 2 signals, being plotted in a YY plot. Two peaks of each signal have to be marked with an star. I did this in ...
más de 13 años hace | 1 respuesta | 0
1
respuestaBest way to build a database-like variable?
Thanks for your input Artik, I spent some time testing if a dataset would fit my needs, and I guess it does! I am stuck wi...
más de 13 años hace | 0
| aceptada
Pregunta
Best way to build a database-like variable?
Hi all, I need to set up a sort of database (within a variable) in Matlab. It needs to have column titles at the top, and 2 c...
más de 13 años hace | 2 respuestas | 0