Community Profile

photo

Aditi


Indian Institute of Technology

Last seen: 1 year ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

All

Feeds

View by

Channel


DS18B20

2 years ago

Answered
Why my matlab does not enter a loop even when the conditions are true
Thank you for your suggestion. Instead of using my earlier approach, I implemented all the loops as: if abs(Amp-35) <= 0....

7 years ago | 0

Question


Why my matlab does not enter a loop even when the conditions are true
clear all Amp=35; freq=2.3; for i=1:5 for j=1:4 if Amp== 35 && freq==2.3 robot_speed...

7 years ago | 3 answers | 0

3

answers

Question


Tic toc command giving erroneous result
Here is my code axis([0 5 -30 30]); c=0; theta=pi/6; dt=1e-5; ...

10 years ago | 1 answer | 0

1

answer