Statistics
All
RANK
68,461
of 295,569
REPUTATION
0
CONTRIBUTIONS
3 Questions
3 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How can I get this code to print the "Non-Reversal Filtered Data" graph from a txt file? I get the "Removed No-Reversal Cycles" currently.
% Read data from text file data = readmatrix('Aero.txt'); % Find the indices of local extrema [~, locs] = findpeaks(d...
2 years ago | 1 answer | 0
1
answerQuestion
How to print all prime numbers between 1 and 100 using a for loop?
for f = (1:100) f isprime(f) j = all(f) end fprintf('%j',j) This is what I have, I either get j as logical ...
4 years ago | 1 answer | 0
1
answerAnswered
See attached image, how do I find angle?
I believe that Ax equals the first value in A(9.63), and Ay equals the 2nd value in A(6.51), and so on. You need to enter all th...
See attached image, how do I find angle?
I believe that Ax equals the first value in A(9.63), and Ay equals the 2nd value in A(6.51), and so on. You need to enter all th...
4 years ago | 0
Answered
my graph is not showing....please help
E = 1/(2*(5 + 2*0.6)); re = 0.6*E; rh = E-re; rp_o = 1/2 - (2*re); rp_i = rp_o*(4/5); theta_e = (-2*pi/5)*(re/E); theta_h ...
my graph is not showing....please help
E = 1/(2*(5 + 2*0.6)); re = 0.6*E; rh = E-re; rp_o = 1/2 - (2*re); rp_i = rp_o*(4/5); theta_e = (-2*pi/5)*(re/E); theta_h ...
4 years 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:...
4 years ago
Question
How do I write a number and Letter in the same line?
values = {'Enter a value that is equal to or greater than 0 but equal to or less than 100:','Enter a 2nd value that is equal to ...
4 years ago | 1 answer | 0