Community Profile

photo

Deen Halis


Last seen: 3 years ago Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Answered
Why am I unable to plot all values in a for loop?
Hello Shayne, try this! Voc_open = 12; Voc_close = 5.3333; Rt_open = 15; Rt_close = 8.3333; C = 0.01; V...

7 years ago | 0

Answered
Using "for loop" in MATLAB to finish this problem?
Hi John, you can try this for a) Boston as an example BOS=[2.67 1.00 1.21 3.09 3.43 4.71 3.88 3.08 4.10 2.62 1.01 5.93]; ...

7 years ago | 0

Question


how do i get the difference between two successive values in while loop?
Hi all, How do I find the difference between a previous value and a current value (‘u_dif’ in code) in a while loop? I get z...

7 years ago | 1 answer | 0

1

answer

Question


How do I solve this looping problem?
Hello all! Please help me solve this. This is a dumbed down problem to what I’m having. I have a time interval of ‘t = 0:ts:N’...

8 years ago | 0 answers | 0

0

answers

Question


How do I perform this operation using for loop? or any other approach?
Hello, I'm trying to do approximate integration of this function using different time steps. I need to get the results of FF1 f...

8 years ago | 1 answer | 0

1

answer

Question


how do I get the cumulative sum of integrals after for loop?
Hello, I’m having two expressions with many variables. I have simplified it here in order to easily check the answers. ‘K’in ...

8 years ago | 1 answer | 0

1

answer

Question


How do I access array elements in for loop?
How do I access array elements in for loop? Below is what I tried but had error. Any suggestion is appreciated. Halis K ...

8 years ago | 1 answer | 0

1

answer

Question


how do i iterate this expression and save each iterate?
Hello all, kindly help. I need to get the values of y for each step of z. thanks in advance. clear clc t = 0.005; ...

9 years ago | 0 answers | 0

0

answers

Question


how do I integrate a function with varying limits?
Please how do I integrate a function with varying limits? I wish to run it as a script so that i can get the values of each inte...

9 years ago | 1 answer | 0

1

answer