Armindo
Followers: 0 Following: 0
Sports Professional Interests: Sports
Statistik
RANG
13.037
of 295.467
REPUTATION
3
BEITRÄGE
32 Fragen
8 Antworten
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
2
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
Feeds
Filtering peaks to find number of pulses
rising and falling edge can be found like this: %Get the rising edge, is given by default matlab function findpeaks like this...
fast 6 Jahre vor | 0
Frage
Numerical integration acceleration but correcting for the offset
How can I calculate displacement from acceleration but correcting for the offset? Basically from the acceleration cruve I c...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Error Operands to the || and && operators must be convertible to logical scalar values.
Names = {'RHip','RKnee','RAnkle'}; Why doing this works ok if~isempty( strfind(Names{1}, 'Hip') || strfind(Names{2}, 'Knee'...
fast 6 Jahre vor | 2 Antworten | 0
2
AntwortenError Operands to the || and && operators must be convertible to logical scalar values.
KALYAN ACHARJYA Thanks but that don't solve the problem. The code doesn't work with || neither with |.
fast 6 Jahre vor | 0
Find the max peak
Thanks, but if the scale change how can I know the value to mask?
fast 6 Jahre vor | 0
Frage
Find the max peak
Hi, I need to determine the following peaks (red circles in the image attached) automatically. For that I can make something ...
fast 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Zeros from a spline (csapi and spapi)
I am using a cubic spline like this: Spl = csapi (Time_t, Sig); Out= fnval(Spl,Time_t); After this I...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortHow to use arduido with stepper motor and HY-DIV268N-5A driver
No one can help me with this....
mehr als 7 Jahre vor | 0
Frage
How to use arduido with stepper motor and HY-DIV268N-5A driver
Hi Hope someone can help me on this please. What do I have: Stepper Motor Wantai WT57STH115-4204A with 4.2A(U) and 1.8...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to find the corner points at a plateau
I need to find the two corner points at a plateau. For that I am using this function and I am able to get the first but not the ...
fast 8 Jahre vor | 3 Antworten | 0
3
AntwortenIcons disappear from application after using matlab compiler
Hi Walter Thank you for the help. I already solved the problem. Basically I was unable to overide data in complied mat file i...
etwa 8 Jahre vor | 0
Icons disappear from application after using matlab compiler
Hi I was able to solve the Icons and Toolbox issues mentioned above, however a new problem appeared. I have an object th...
etwa 8 Jahre vor | 0
Frage
Icons disappear from application after using matlab compiler
Hi I made an application that I need to run in another computer without matlab, but after use compiler (from matlab R2015b) a...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Change wave file (music tempo) acording to a Color Noise (manipulating inter-beat interval)
Hi, Some one can help me please. I have a music and I need to change I need to embedded different levels of noise (e.g. pink...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Finding the dominant frequency of a time series data using fft
% Hi can anyone explain me why using this two procedures I get two diferent dominant frequencies for the same signal? % Note: t...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Draw a draggble rectangle (fill with color) on a subplot to change the values in another subplot.
Hi I am trying to draw a rectangle that can be dragable (between the XLim of the subplot). When dragged some update is made in a...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Window correction using pwelch function
For what I read Windowing the data introduces errors. Can anyone clarify me please what correction should I do (if any is need...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
what are the output pwelch units
Iam using pwelch as: dat = data; % in uv win = 1024; wlen= hamming(win); nfft = win; SpectType =...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to determine cursor position in 'edit' uicontrol
I have an application where there are several buttons that apply a specific function to the data. The user can also enter values...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to calculate for the high pass filter the correction factor?
In the following link (at bottom) we can read: A single Butterworth low pass filter of order N has a frequency response H...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to zoom axis with different X limits
How to zoom axis (of several subplots with x limits very different like subplot1 x = [1: 6]; subplot2 x = [1: 500]) with differ...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenHow can I reduce the distance between the numbers of Xaxis and the plot?
Yes Amos you are right. The distance between the numbers displayed below the plot and the box limit (bottom plot limit or the...
mehr als 8 Jahre vor | 0
Frage
How can I reduce the distance between the numbers of Xaxis and the plot?
Any way to change the distance between the numbers and the actual plot?
mehr als 8 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
How to add a superscript to a uicontrol?
Can anyone explain me why this dont work (superscript)? r10 = uicontrol(bg,'Style','radiobutton',... 'St...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Ho to copy an object (deep copy) which has inside another object
Hi, I have an object (obj1) with the following properties: PipeName PipeVault UnLock Un...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to addParameter and validateattributes for several values at once (OOP)?
Basically I have the MainObject and I want to add to this object the Obj1 (FilterObj) e Obj2 (RotObj). When I just need to add o...
fast 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Remove completely an object inside another object
The property PipeBolt of the oject Bolt has several objects inside. I can add new objects doing: Bolt(1,1).PipeBolt(N,1)...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortError when Indexing and object + OOP
I solve the other issue but now I have this error: Assignment has more non-singleton rhs dimensions than non-singleton subscr...
fast 9 Jahre vor | 0
Frage
Error when Indexing and object + OOP
Hi, Can anyone explain me why if I add and objet (PipeLine) to a property (PipeBolt) of another object (Bolt) like: Bolt...
fast 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to create OOP properties with subfileds
Hi Anyone can explain me how to create an object like this (like a struct with fields): properties Name Tasks end...
fast 9 Jahre vor | 2 Antworten | 0