jrz
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
89,514
of 295,495
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
88.89%
VOTES RECEIVED
0
RANK
of 20,240
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,991
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
Working with large numbers of vectors
I have a set of 1000 vectors (each 14x1) that I have from experimental data. Each vector corresponds to a specific time and I ne...
2 years ago | 1 answer | 0
1
answerQuestion
How to Create Structure within a Function
I have a function that calculates a number of values, for simplicity, lets call them x,y,z. I want to create a structure within ...
2 years ago | 1 answer | 0
1
answerQuestion
bode magnitude producing different plots for the same transfer function
I have transfer function and have manually extracted the magnitude and plotted it. When I used the bodemag function however, the...
2 years ago | 1 answer | 0
1
answerQuestion
Extract data points from bodemag plot
Looking for a way to extract the data points of the magnitude from a bodemag plot. How can this be done?
2 years ago | 1 answer | 0
1
answerQuestion
How can I get a bode magnitude to be a certain size vector?
I've generated a transfer function, from which I need the magnitude as a vector to perform some integration on. The magnitude ne...
2 years ago | 1 answer | 0
1
answerQuestion
Finding corresponding values in data set
I have a set of matrices each with 4 columns. I want to extract the value of the 1st column corresponding to the 0 in the second...
2 years ago | 1 answer | 0
1
answerQuestion
Cant make certain changes to plot
Im trying to change the axis font size, remove the fill of the airfoil shape and increase the linewidth on this plot but for som...
2 years ago | 0 answers | 0
0
answersQuestion
Changing plot line colour with multiple data sets
I have a plot with 9 different data sets but 2 are coming out as the same color. plot(xcUpper,Cp0U,'-o','k','linewidth', 2) ho...
2 years ago | 1 answer | 0
1
answerQuestion
How do I combine my function's output matrices into a single matrix?
function [] = integrateQuaternions(BR,EA) % Parameters A = 0; % Initial Conditions (angles halved and in rad) B = 0; C =...
3 years ago | 2 answers | 0