David Koenig
Corning Inc. (Retired)
Followers: 0 Following: 0
retired control engineer. Matlab author. Jazz and classical music fan. Piano aficionado. Bridge enthusiast. Professional Interests: simulation and analysis of sounds
Estadística
47 Preguntas
2 Respuestas
CLASIFICACIÓN
4.876
of 295.448
REPUTACIÓN
10
CONTRIBUCIONES
47 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
51.06%
VOTOS RECIBIDOS
8
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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 can I undock the command window?
I have just downloaded R2022b and am having troubles. (1) I can only keep one script window in the editor at a time. Is that a ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I remove old installations in broken down computers?
I have had a single-user Matlab license since 1989 (Matlab author since 2009) and, over the years, I have installed Matlab on ma...
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to find which of my computers have Matlab installed?
I buy a new computer every couple of years and I find that I can have Matlab installed on only a few computers. Can you tell me ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Books on Matlab Symbolic
I bought my first Matlab in 1989 (a 5 inch floppy disc) and have been using it constantly ever since. Being a Matlab author I ge...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Does it help to have more than 16 gb of memory?
I am buying a computer and I wonder if it makes sense to purchase extra memory. I do a lot of number crunchng on sound waves sam...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use audio toolbox
Hello. I have audio toolbox and I am trying to cause my Yamaha P120 digital piano to produce the sound of a key strike by sendin...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to extract information from sys
I would like to extract the coefficients in a discrete transfer function that I construct from a continuous transfer function. F...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I prevent the studdering initial sound when sound or soundsc is used?
When I feed a sine wave into sound or soundsc I get a ta-daaa at the beginning and the tone comes through as expected. It is int...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How to use webread to download numerical data
Hello. I have data in the form of .mat files in a folder in my Boxnet account. I would like to use a Matlab script to read those...
más de 6 años hace | 1 respuesta | 0
1
respuestaHow can I protect a public script from being changed?
Thanks to Adam and OCDER.
más de 6 años hace | 0
Pregunta
How can I protect a public script from being changed?
I write scripts that I would like other Matlab users to run but I do not want them to be able to modify it. Is there a way to pr...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to keep Matlab going on a long calculation?
I run simulations, some of which take on the order of 90 minutes. If I get one started and walk away to do other things, I find ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I get the Mastering Matlab Toolbox
In "Mastering Matlab" by Hanselman & Littlefield there is a reference to the Mastering Matlab Toolbox that contains several scri...
más de 8 años hace | 1 respuesta | 1
1
respuestaPregunta
Why doesn't mp3write work in R2015b but it does in R2013b?
When I try to use mp3write in R2015b I get Error using wavwrite (line 8) WAVWRITE will be removed in a future release. Use ...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to change the Date and Time of a Saved Script?
On older versions, when I saved a script it kept the most recent time and date. This allowed me to easily use Windows Explorer t...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
How long does it take to transfer a mat file to the cloud?
To use Matlab mobile I have uploaded a couple of scripts to the Matlab cloud and have been able to run them successfully. There ...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Can I add toolboxes to Matlab Home Later On?
Q1: I am a Matlab author and have used Matlab extensively in my two books. Now that I am aware of Matlab Home I want to know if ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I get rid of the yellow background?
While editing a script I inadvertently clicked something that caused a yellow background for the script and also added comments ...
más de 9 años hace | 4 respuestas | 3
4
respuestasPregunta
Do I need R2014B for this?
I need to find out which toolboxes my scripts need so that I can know whether Matlab Home will work. Does [fList, pList] = ma...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Can I Activate audiorecorder or recordblocking by Sound Level?
I am trying to use audiorecorder and recordblocking for tuning a piano and I would like to start collecting when I strike a key....
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How to calculate modal density?
Can you point me to a script that calculates the modal density of a time series? Is there a reference that would show how to cal...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How Can I Speed up a loop that solves a pde?
Hello, I am solving the 4th order pde for plate vibration and after discretizing the pde and solving for W(x,y,t) or W(k,m,n...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Pausing in Matlab Mobile
I am trying to convert my scripts so that I can run them on my iPad. Most of my scripts generate many figures and have pauses af...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Reseverved Status for "CallInputString"?
Yesterday I downloaded R2013a. One of my scripts uses another script function named "CallInputString" defined as function y=C...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Can a text statement be put on a contour plot?
I have tried putting text(40, 50, 'comment') after a contour plot without succcess. Is there something I am missing? Thanks.
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Bold Titles when using menu
Hello, I am using menu and, based on a previous Matlab Answers post, I am able to choose the font (Arial Rounded MT Bold) but...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Starting a Loop over again
If I am in a while/end loop and I find that I have a mistake and want to get out of the loop and start the loop over again, how ...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Does repeated use of ngrid suck up memory?
I calculate a 60,000 by 1000 grid using Matlab's ngrid function. While staying in the same script I often have to recalculate th...
alrededor de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I connect Matlab to Accelerometers?
I would like to use my Matlab to read the outputs of accelerometers. Are there products available that would allow me to use my ...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Is it possible to update two different graphs?
I want to have a time loop going that generates a snapshot of a vibrating string and on a different figure a snapshot of a vibra...
alrededor de 12 años hace | 1 respuesta | 1