Statistics
RANG
4.442
of 275.941
REPUTATION
10
BEITRÄGE
33 Fragen
15 Antworten
ANTWORTZUSTIMMUNG
54.55%
ERHALTENE STIMMEN
8
RANG
4.743 of 18.580
REPUTATION
261
DURCHSCHNITTLICHE BEWERTUNG
4.70
BEITRÄGE
13 Dateien
DOWNLOADS
17
ALL TIME DOWNLOADS
2467
RANG
of 125.720
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
Gesendet
MergeTables
Merges one table into an existing table while making sure the datatypes are the same.
6 Monate vor | 3 Downloads |
Gesendet
array2legend
generates a legend based on the numbers in an array
10 Monate vor | 1 Download |

Can I define a specific method to run upon loading obj from mat file?
Unless there is a specific way to do this I realized I could use ConstructOnLoad with a switch statment (looking at the data...
10 Monate vor | 0
Frage
Can I define a specific method to run upon loading obj from mat file?
I have a class with a constructor which works fine. When loading the obj from a mat file however I would like another method to ...
10 Monate vor | 2 Antworten | 0
2
AntwortenGesendet
ADQcommands
A class-type list of commands for communicating with ADQ SP-Devices via mex_ADQ CC Swerim
mehr als ein Jahr vor | 1 Download |
How to update array inside a database
I think Ive found half the solution. When I read out the responce from the database I have to convert the varbin that is inter...
mehr als ein Jahr vor | 0
Frage
How to update array inside a database
How can i update the contents of one row of ColumnOfInterest (see below) with a new array? conn = database('DB'....); data = f...
mehr als ein Jahr vor | 2 Antworten | 0
2
Antwortenbest practice for continuous processing of data from database
I guess I could use a timer object to schedule a lookup in the database? However, can I restart the timer? Or should I create a ...
mehr als ein Jahr vor | 0
Frage
best practice for continuous processing of data from database
I want to setup a computer to continuously ask a database for new data, process the new data and then write back the reults of t...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
restricting get method to not process all the values
I have a get method that calulates a 2-d matrix based on data in a 3d-matrix. This calculation takes some time to perform if I h...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortPlotting >500 curves verry slow since new plotting mode appeared?
Se comment above about colororder
etwa 2 Jahre vor | 0
| akzeptiert
Frage
Sometimes Matlab does not perform task until a "return" is performed in the Command Window. Am I alone?
I have som AppDesigner GUIs that performs tasks when I click some button. Sometimes Matlab simply doesnt perform the task unless...
etwa 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Plotting >500 curves verry slow since new plotting mode appeared?
I have been plotting many 1000 curves (double with ~32000 points in each line) in matlab with regular "plot" function and have r...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenHow to get general interval from a string with regexp
Seems this works ok: [v,vv]=regexp(obj.FileName,[' X ([-\d\.]){1,10}-([-\d\.]){1,10} mm'],'tokens','match'); if ~isempty(v) % ...
etwa 3 Jahre vor | 0
Frage
How to get general interval from a string with regexp
I have a long string (FileName) from which I would like to extract some variables describing the X values. The string contins th...
etwa 3 Jahre vor | 2 Antworten | 0
2
AntwortenHow can I calculate a weighted mean in Matlab?
See this function https://se.mathworks.com/matlabcentral/fileexchange/14416-wmean?s_tid=srchtitle
mehr als 3 Jahre vor | 0
How do I collaborate on matlab?
I would also like to be able to work simultaneously on the same file. Just as one can in google docs or office 365... it really ...
mehr als 4 Jahre vor | 0
Frage
How can my code know if it iss called from the base or from some other function?
I want my "figure formatting function" to copy the current figure if it is called from "base"-workspace but not if it is called ...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortHow to make long title for a plot with automatic line breaks?
ha=gca; NoCharPerLine= 78; % or whatever you want... if ismatrix(ha(end).Title.String) && size(ha(end).Title.String,2)>NoCh...
fast 5 Jahre vor | 0
Frage
Can I force Matlab to not place new figures on top?
I have some scripts that plots graphs and exports them with export_fig(...). the figures always pops up to "stay on top". Can i ...
fast 5 Jahre vor | 3 Antworten | 0
3
Antwortencalling subclass method does not pass the obj only the argument
This seems to work: OBJ=FLUS; OBJ.fun1(OBJ,extravalues);
fast 5 Jahre vor | 0
Frage
How can I change the icon of my AppDesigner-produced GUIs?
I would like to easily distinguage my GUI from the figures when pressing Alt+Tab so I can access it faster. Now when I run the...
etwa 5 Jahre vor | 4 Antworten | 0
4
AntwortenHow to make long title for a plot with automatic line breaks?
Write code to # Get the axis width (ha.Position), and fontsize (ha.Title.FontSize) in pixels (where ha is the handle to the ...
etwa 5 Jahre vor | 0
Frage
calling subclass method does not pass the obj only the argument
I have these classes classdef LUS < handle methods function fun1(obj,extravalues) %some code using extravalues ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to auto rotate x/y/z-label to the same angle as the axis?
I use the 'Rotation' option to get the text aligned with the axis at the momet, eg: xlabel('Frequency (MHz)','Rotation',-10)...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to synchronize two datasets with different AND varying sampling rate?
I have the data sets, Data1 and Data2 like below: Data1.t % vector with timestamps e.g. [0.1, 0.4 2 2.3 4 4.5 4.7 etc...] ...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
What is the difference between designfilt and fdesign
Im trying to do zero phase filter my obj.CurrentData with this: % FilterType='butter'; % FilterP...
mehr als 5 Jahre vor | 1 Antwort | 1
1
AntwortHow can I stop image stretching using imshow in the new App designer?
Have you tried variations of "axis"? Like axis(app.UIAxes,'equal')
mehr als 5 Jahre vor | 1
Frage
Advise on how to structure different classes. I'm OO newbie
I have between 1 and 1500 oscilloscope traces that make up a 2D-dataset that is associated with a lot of other parameters (eg X,...
etwa 6 Jahre vor | 1 Antwort | 0