Community Profile

photo

fushen Lee


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


fprintf for total sum
N = input("Enter value for N:"); total = 0; for index=1:N total = total +(1/index+1/((index+2)*(index+3))) ; end f...

3 years ago | 1 answer | 0

1

answer

Question


while Loop on user input
Hi i am new for Matlab may i know to create a loop function when user input ? purchase type L for Laptop and D for Desktop i...

3 years ago | 0 answers | 0

0

answers