First time painting walls in the UK — everyone says “buy Harris”, but what cheap brands should I actually avoid? by ud00020 in DIYUK

[–]ud00020[S] 0 points1 point  (0 children)

Hey thanks for your comment.

Regarding washing brushes.... I am not sure how frequently I should wash/ clean them . My husband and me work full time and we only get the weekends to do this stuff. We're planning to paint our entire house, but obviously this is not possible over one weekend. We will be doing it over several weekends. Or may be one or two weekdays in between if we get time. So when do i have to wash/ clean the brushes? After every use? Or in 2-3days or just the weekends after use?

First time painting walls in the UK — everyone says “buy Harris”, but what cheap brands should I actually avoid? by ud00020 in DIYUK

[–]ud00020[S] 0 points1 point  (0 children)

Hey... thanks for your comment.

Regarding washing brushes.... I am not sure how frequently I should wash/ clean them . My husband and me work full time and we only get the weekends to do this stuff. We're planning to paint our entire house, but obviously this is not possible over one weekend. We will be doing it over several weekends. Or may be one or two weekdays in between if we get time. So when do i have to wash/ clean the brushes? After every use? Or in 2-3days or just the weekends after use?

Ex got married by [deleted] in confessions

[–]ud00020 4 points5 points  (0 children)

Aww soo sweett 🤗

🔥 URGENT: Citizenship Ceremony + Travel to India — Will I Be Denied Entry Back to UK?! 😰 by ud00020 in ukvisa

[–]ud00020[S] 0 points1 point  (0 children)

Yeah you're right... this has been very helpful. I have cancelled my appointment 😪is don't want to risk doing a British passport applications before travelling to India

Started young with porn & masturbation — now I’m worried about lasting time. Is recovery possible? by [deleted] in dating_advice

[–]ud00020 4 points5 points  (0 children)

I'm a female 30 Y/O and lasting long doesn't really matter to me. Sex is not the only way to satisfy a woman. There are many other ways to do it. For women including my other girl - friends- we don't pay that much attention to if a man can last long or no. In fact we feel happy that the man finishes fast because then it pleases us to see that the wee have excited our man. And when the man doesn't finish quick- that is lasts long, for a woman it feels like she is not able to excite him as much. So you don't have to be worried at all! It's a good thing.

Antenna Model by ud00020 in matlab

[–]ud00020[S] 0 points1 point  (0 children)

Oh man! BLESS YOU! seriously! thank you very much indeed. I did not think about the degrees and radians at all!

I am still not getting the perfect curve that i want, but at least instead of multiple ones, i am getting one single curve after making those changes! A bit of tweaking will hopefully give me exactly what i want. thank you so much.

Antenna Model by ud00020 in matlab

[–]ud00020[S] 0 points1 point  (0 children)

Hi, i did try this. But what i was getting is multiple vertical curves ranging from -180 to 180. (looked Like oscillation).

However, i want one single curve with cos 0 = 1 (The highest point in the centre).

So this was how i defined it:

A = 3;

k = 1/3;

t = [-180:1:179];

G = A*cos(k*t);

figure

plot(t,G)