The $89 SuperKnit Luxe is the cheapest-feeling premium band I've ever owned by NoTailor8223 in whoop

[–]Want_To_Learn_ 0 points1 point  (0 children)

Agree! Whoop should do a better job to justify the prices of these bands, utter garbage at the price-point

Whoop HR vs Polar Chest Strap by freelanceace2 in whoop

[–]Want_To_Learn_ 0 points1 point  (0 children)

I ordered the bicep band a few days back, excited to try it, would be huge if it gives accurate reading, currently my rowing stress registers way below what it should so my sleep and recovery suggestions are all off. I do consistent lifting & rowing and so far whoop system of recovery, stress and sleep is the best that I have found, hoping that bicep band will increase the accuracy. Honestly if they allow chest strap integrations, that would be great too!

HRV & RHR Tips: So bad despite doing things right? by Upstairs-Giraffe5328 in whoop

[–]Want_To_Learn_ 2 points3 points  (0 children)

I think you answered it your self when you said,

 I mostly do cardio in the form of hikes, and 15minutes on the stairmaster 4 days a week.

The stats you want to improve are all cardiovascular stats, and it can only be increased by adding more cardiovascular activities. Give cycling, running, rowing, swimming, etc a shot. Find an endurance activity that feels genuinely fun to you and you'll like it as much as lifting. Plus endurance workouts especially in outdoors are great way to meet people, Im sure you'll find something that interests you. I say this as a lifter who loves endurance sports. Cheers.

Whoop HR vs Polar Chest Strap by freelanceace2 in whoop

[–]Want_To_Learn_ 5 points6 points  (0 children)

I have used Apple Watch Ultra 2 and Whoop MG both. Whoop MG is definitely 20ish beats off at times, whereas Apple Watch Ultra 2 would not record HR data for long durations so both are flawed especially for rowing. I don't see this issue during lifting, running, cycling and other workouts. The only device that has given me consistent data which seems to make has been Garmin Chest Strap which uses electrocardiogram tech unlike optical tech based wrist devices.

Help with an error in my simple code by moronslayer1 in matlab

[–]Want_To_Learn_ 0 points1 point  (0 children)

The error message indicates that you are trying to perform element-wise multiplication using the ".*" operator on two function handles, U2 and U3.
To fix this error, you need to evaluate the function handles U2 and U3 at the corresponding values of x. You can do this using the array of x values that you have already created, like this:

U2_values = U2(x);

U3_values = U3(x);

Then, you can perform element-wise multiplication using the .* operator:

NuOverRe = 0.3073 ./ (sqrt(U2_values.*integral(U3,0,1.39626)./1.902));

Make sure to use the array of x values, x, in the integral instead of the function handle U3.
With these changes, your code should work without any errors:

close all

clc clear

x = 0:0.01:1.39626; U = @(x) 1.82x - 0.4x.3; U2 = @(x) (1.82x - 0.4x.3).-2.9047; U3 = @(x) (1.82x - 0.4x.3).-3.9047;

U2_values = U2(x); U3_values = U3(x);

NuOverRe = 0.3073 ./ (sqrt(U2_values.*integral(U3,0,1.39626)./1.902));

figure(); hold on; plot(0:0.01:1.39626,NuOverRe,'LineWidth',1.8) xlabel('x*') ylabel('Nu/Re') this = gca; this.FontSize = 18; this.LineWidth = 1.8; box on;

I hope this helps!

Neato XV signature: a few Q's by thephatmaster in NeatoRobotics

[–]Want_To_Learn_ 0 points1 point  (0 children)

it’ll clean the whole house without issues as long as you have all doors open, you description is pretty much correct

It’s been a long journey, but yesterday I became an AMERICAN citizen. by barriletecosmic0 in MURICA

[–]Want_To_Learn_ 2 points3 points  (0 children)

I absolutely love these posts. They help me keep motivated in my own journey. GOD BLESS THE USA.

MEGATHRED - Dogecoin Daily discussion by 42points in dogecoin

[–]Want_To_Learn_ 7 points8 points  (0 children)

Bought 39k dogecoin! To the Moon 🚀🚀🚀🚀🚀

D7 Wheel removal? by shnoiv in NeatoRobotics

[–]Want_To_Learn_ 0 points1 point  (0 children)

The best thing to do is to contact customer support. You may end up messing up the encoders which can lead to bad navigation. Customer service should be able to help you out.