![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13689515_1538059138736_DEF.jpg)
Temi O
Followers: 0 Following: 0
Statistics
10 Questions
0 Answers
RANK
240 755
of 297 080
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
0
RANK
of 20 424
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 839
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
Problems creating stacked plots on MATLAB
I would like to make a stacked plot of 3 y-axis variables, with variable 'time' on the x-axis. I have looked at the help functio...
nästan 6 år ago | 1 answer | 0
1
answerQuestion
Please could someone explain the basics of how MATLAB updates codes in a script?
I'm kind of teaching myself how to use MATLAB and I try to write my codes like I would do on paper but it does not work out as I...
nästan 6 år ago | 1 answer | 0
1
answerQuestion
How do I write an if statement for if a variable is an integer, perform a function.
Please, how do I say this? I want to perform a function if Var(i) is an integer? for i = 1: 1000 Var(i+1) = Var(i) + 100e-...
nästan 6 år ago | 1 answer | 0
1
answerQuestion
How to perform a for loop and if statements with series of conditions?
Please could you check this code to see if it represents what I am trying to achieve? I feel like I've done everything right, bu...
nästan 6 år ago | 0 answers | 0
0
answersQuestion
How do I calculate the difference between the elements of two vectors given a condition ?
Please, how do I implement this on MATLAB? I would like to find the difference between the value of let say x3 minus the maximum...
nästan 6 år ago | 1 answer | 0
1
answerQuestion
How do I change the function for certain points in a for loop
time = 0: 0.1: 1000; g(1) = 0 g= zeros (1, length (time)) for t= 1: length (time)- 1 g(t+1)= g(t)+ A % So I want to...
nästan 6 år ago | 1 answer | 0
1
answerQuestion
How do I make a function accept a vector as an input
Please, how do I create a function called fun that accepts vector A as an input where A= [x1,x2,x3] ? function c = fun(A) %w...
ungefär 6 år ago | 1 answer | 0
1
answerQuestion
How do I write an if statement that says a variable is a error given a condition?
Please how do I write this 'if statement' in MATLAB notation? I ran a simulation N times and would like to find the error rate u...
ungefär 6 år ago | 1 answer | 0
1
answerQuestion
How do you obtain the values for each of n-times simulation of a nested while loop?
I am trying to iterate a 'while loop' 1000 times and get 1000 values of my i. But my code keeps giving me just one value. Please...
ungefär 6 år ago | 1 answer | 0
1
answerQuestion
How can I repeat this simulation 1000 times
U1= 13.5; U2= 9; dt= 0.01; %time step MAXT= 0.5;%maximum time (s) a= 1.2; % threshold x1(1)=0.5*a; x2(1)=0.5*a; for i=...
ungefär 6 år ago | 1 answer | 0