Dmitry Timofeev
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
194 504
of 295 467
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
fill column elements with the column number?
How can I fill column elements with the column number. First column contains only 1, second only 2, third only 3, etc.
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
Why does mixed signal blockset works so long?
Why does mixed signal blockset works so long? I'm trying to repeat this example: https://www.mathworks.com/videos/pll-loop-param...
mer än 4 år ago | 0 answers | 0
0
answersQuestion
How to replace elements of matrix by elemts from array
k = 8; x = 1:2500; % array h = 1:257; newV = (0:length(x)-1).'*k+h;% matrix of indices I have created matrix of indices...
nästan 5 år ago | 2 answers | 0
2
answersQuestion
Create matrix with step of columns
clear; clc; v = 1:257; n = 10; k = 7; newV = (repmat(v, n, 1) + k) .* 2.^(0:(n-1))' - k; Now I have a matrix with fir...
nästan 5 år ago | 1 answer | 0