photo

Alison Alexsy


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
219,619
of 301,440

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How to change the value of a variable each time a loop runs?
Hello, I am working with this code below: D = cell(num_ds, 1); for k = 1 : num_ds D{k} = A{k,1}+DI-20*log...

9 years ago | 1 answer | 0

1

answer

Question


Defining new variables each time a for loop runs?
Hello, I am having problems getting this code to work: A=zeros(11,1); for k=1:11 A(k) = (20*log10(RPM2200.y...

9 years ago | 1 answer | 0

1

answer

Question


Help with using the solve function given parameters and three equations
Here is my code for an internal rate of return (IRR) clear clc D1=45000; g1=0.04; n1=40; %years D2=-60000; g2=0.06; ...

10 years ago | 2 answers | 0

2

answers

Question


How to shift over an auto generated x-axis?
For one of my classes we had to create 19 different data sets and graph groups of them together to compare and contrast. I am us...

10 years ago | 0 answers | 0

0

answers