Statistiques
RANG
8 257
of 295 448
RÉPUTATION
5
CONTRIBUTIONS
12 Questions
8 Réponses
ACCEPTATION DE VOS RÉPONSES
58.33%
VOTES REÇUS
1
RANG
of 20 227
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Generating chirp with dsp.NCO system object in frame-based processing mode
Dear all, I want to generate a chirp with a dsp.NCO instance by inputting a column vector of phase increments in order to achie...
6 mois il y a | 1 réponse | 0
1
réponseQuestion
Add menu items in toolstrip of dsp.Arrayplot
Hello all, Anyone knows how to add menu items the toolstrip of dsp.Arrayplot? It would be nice that I can control from here the...
plus d'un an il y a | 1 réponse | 0
1
réponseAdd empty cell inside a cell array considering a single array
Hi Luca, Does this help you? GGG = {{[1 2 2 1 3 4 9 9 6 1 3 3 2 1 2 4 3 ; 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85],[...
environ 5 ans il y a | 0
A résolu
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
environ 5 ans il y a
Question
How to set the number of samples per frame in a self-authored system object?
Dear all, I'm trying to make a proprietary signal generator (no inputs, one output) in simulink using a matlab.system block fro...
environ 5 ans il y a | 1 réponse | 0
0
réponseAccess to array of structs (no for loops)
Thanks everybody for the links, hints and considerations! Patrick
plus de 5 ans il y a | 0
Question
Access to array of structs (no for loops)
Dear All, From an array of structs I want to access all last elements of field datarow using one command. Construct the array...
plus de 5 ans il y a | 4 réponses | 0
4
réponsesSimulink System Object doesn't allow to specify sampling time
Hello Vasco, I have the same problem (2017A, I am about to upgrade to 2018B). Did not find anything about 'DisableGetCheck' in...
presque 6 ans il y a | 0
How to set the datasource of a histogram programmatically?
Hi Adam, I got some support on this topic. You can try the hidden/undocumented |Behavior.linked.YDataSource| property from |H...
plus de 6 ans il y a | 0
| A accepté
Question
How to set the datasource of a histogram programmatically?
Hello all, Does anyone know how to set the datasource of a histogram? figure; data = randn(10,1); h = histogram...
plus de 6 ans il y a | 3 réponses | 0
3
réponsesTwo knob slider for a GUI or app
Thanks Adam and Peter for your suggestions. I build the following code, had some troubles to find the position properties of the...
presque 7 ans il y a | 0
| A accepté
Question
Two knob slider for a GUI or app
Hello, For sorting out timing events I need a slider with two knobs, see picture taken from internet. Anyone a suggestion or...
presque 7 ans il y a | 4 réponses | 0
4
réponsesQuestion
How to get the modulus of complex symbolic expression?
Dear all, I want to calculate the modulus of complex symbolic expression but I do not get explicit results: syms a b; a...
environ 7 ans il y a | 1 réponse | 0
1
réponseHow to paste figures in an opened ms word document? (programmatically using COM Automation server))
Thanks for all the answers. The following code is what I was looking for. Before running this script you have to open a MS word ...
plus de 8 ans il y a | 0
| A accepté
Question
How to paste figures in an opened ms word document? (programmatically using COM Automation server))
Is it possible to connect to an opened or active MSword document (the one I'm editing at that moment) and paste any matlab figur...
plus de 8 ans il y a | 4 réponses | 0
4
réponsesQuestion
How to communicate with multiple I2C devices within one session?
Hello All, On my board there are two I2C devices: an ADC and a DAC. They are connected via one I2C bus and there are no base ...
plus de 8 ans il y a | 1 réponse | 1
0
réponseQuestion
How to use clabel with log scale axes?
Hello, Does anybody know how to get nice contourlabels (clabel) in plots with logaritmic axes. I have a workaround where I p...
environ 10 ans il y a | 1 réponse | 0
0
réponseHow to brush data of subplots containing histogram and scatterplot?
Thanks for giving me an answer. Let me rephrase the question. I recooked the code and arrange the subplots as I want. Upper subp...
plus de 10 ans il y a | 0
Question
How to brush data of subplots containing histogram and scatterplot?
Dear all, From experimental data I need to find cross relations. This I will do by making a scatterplot and a histogram. I co...
plus de 10 ans il y a | 1 réponse | 0
1
réponsehow to use output indexes from the MAX function
Thanks Sven, This works! The BSXFUN is new for me. I will investigate the capabilities of this function. Good remark from Wa...
presque 13 ans il y a | 0
Question
how to use output indexes from the MAX function
Hi all, I want to find the indexes of the maximum and the second maximum in 3D array for a certain dimension. My strategy is ...
presque 13 ans il y a | 2 réponses | 0