photo

Raptrick


Last seen: Today Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

12 Questions
8 Answers

Cody

0 Problems
1 Solution

RANK
8 738
of 297 503

REPUTATION
5

CONTRIBUTIONS
12 Questions
8 Answers

ANSWER ACCEPTANCE
58.33%

VOTES RECEIVED
1

RANK
 of 20 449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
124 751
of 159 017

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • First Review
  • Solver
  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1
  • Thankful Level 1

View badges

Feeds

View by

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...

9 månader ago | 1 answer | 0

1

answer

Question


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...

nästan 2 år ago | 1 answer | 0

1

answer

Answered
Add 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],[...

mer än 5 år ago | 0

Solved


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:...

mer än 5 år ago

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...

mer än 5 år ago | 0 answers | 0

0

answers

Answered
Access to array of structs (no for loops)
Thanks everybody for the links, hints and considerations! Patrick

nästan 6 år ago | 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...

nästan 6 år ago | 4 answers | 0

4

answers

Answered
Simulink 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...

ungefär 6 år ago | 0

Answered
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...

mer än 6 år ago | 0

| accepted

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...

ungefär 7 år ago | 3 answers | 0

3

answers

Answered
Two 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...

ungefär 7 år ago | 0

| accepted

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...

ungefär 7 år ago | 4 answers | 0

4

answers

Question


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...

mer än 7 år ago | 1 answer | 0

1

answer

Answered
How 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 ...

nästan 9 år ago | 0

| accepted

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...

nästan 9 år ago | 4 answers | 0

4

answers

Question


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 ...

nästan 9 år ago | 0 answers | 1

0

answers

Question


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...

mer än 10 år ago | 0 answers | 0

0

answers

Answered
How 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...

nästan 11 år ago | 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...

nästan 11 år ago | 1 answer | 0

1

answer

Answered
how 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...

ungefär 13 år ago | 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 ...

mer än 13 år ago | 2 answers | 0

2

answers