AdamG2013468
Followers: 0 Following: 0
Statistica
RANK
2.674
of 296.430
REPUTAZIONE
22
CONTRIBUTI
7 Domande
7 Risposte
ACCETTAZIONE DELLE RISPOSTE
85.71%
VOTI RICEVUTI
1
RANK
of 156.437
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
HEEELP : Index in position 2 is invalid. Array indices must be positive integers or logical values. !!!! why???
Your for loop index is: for i = 0:length(lambda) Within your for loop you are attempting to create a new variable "opticaxis"....
circa 5 anni fa | 0
Domanda
How to calculate displacement from acceleration data?
I have field vibration (acceleration) data that was collected at a sample frequency of 5k Hz. I would like to get instantaneous ...
oltre 5 anni fa | 1 risposta | 0
1
rispostahow to plot a 3D surface from N by 3 matrix
Try, S = size(matrix); %"matrix being your generic matrix [X, Y] = meshgrid(1:S(2), 1:S(1)); Z = matrix;...
oltre 5 anni fa | 0
| accettato
Section headers are formatting as comments: how to get SH working again?
From the home tab, under the ENVIRONMENT panel, select preferences. Expand the "Editor/Debugger" option from the list, then go t...
oltre 5 anni fa | 0
Can I save variables to the workspace to view them before the script generating them ends?
You could just add the struct comewhere in your script without supressing with a semi-colon so it prints to the command window. ...
oltre 5 anni fa | 0
| accettato
Help on txt file
Just make one combined cell, then use the function writecell(). Variablen_wert = {'A =' [38 70 102 134 166];'B =' [10];'C =' [1...
oltre 5 anni fa | 1
| accettato
How to calculate amplitude of each frequency?
For a 1-D fft, the process is as follows: fs = %arbitrary sample frequency N = length(signal); fbins = [(0:1/N:1-1/N)*fs]; ...
oltre 5 anni fa | 0
| accettato
How to plot a 3D graph of the PSD (pwelch) results of a column matrix of numerous channels?
Try, a = [0 0 0 0]; %where "a" would be your data channel number a2 = [1 1 1 1]; b = [1 2 3 4]; %where "b" woul...
oltre 5 anni fa | 0
| accettato
Domanda
Having trouble changing mouse cursor to "watch" to indicate that function is busy.
I have seen similar questions asked already, but haven't had any success actually getting it to work. The answers I have seen s...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
How to have a variable format spec print length when using fprintf?
I am trying to print column header information to a .txt file using fprintf. I am importing the column header information from a...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
UI graphics objects taking several minutes to update when running App Designer application, can I speed this process up?
My application uses an app.Button to execute approximately 80-90 lines of code for importing data from a spreadsheet. I have lea...
oltre 5 anni fa | 2 risposte | 0
2
risposteDomanda
tic, toc, apear to be reporting incorrect times when called in App Designer button callback
I am using App Designer to build an app that, among other things, imports a .csv after pressing an "import" button. The callbac...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Unable to use the list box items as a UIAxes legend values in App Designer
I have built an application that plots data from items selected from a listbox. The listbox has multi-select enabled so I can pl...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
App Designer not changing Edit Field Value after button is pushed
Using the callback below, I am trying to print text to a "status bar" (Edit Field Text) before the body of the function is reach...
oltre 5 anni fa | 1 risposta | 0