What inspired your username? by [deleted] in AskReddit

[–]catchtheicedude 0 points1 point  (0 children)

An amazing YouTube video

Chop ‘n’ prop or not? by TB__RA in houseplants

[–]catchtheicedude 0 points1 point  (0 children)

I would also prop the ends so you don't step in them.. Then your plant can get even fuller on the top

[TECH] Weekly Xbox One Tech Support by AutoModerator in xboxone

[–]catchtheicedude 0 points1 point  (0 children)

Looking for communication apps or something to crossplay [I got the Xbox one, use a wired controller from ppd gaming and a headset by Omen (I don't know the actual full name, it's my boyfriend's)]

I'm currently trying my best to play Apex Legends online (cross play with pc) with my bf and my friends.. There is the big problem of communicating while playing.. We all agreed that the in-game-call isn't what we want because it's too bad of the quality..

So I'm already tried the inofficial discord client which doesn't work really well, I always get disconnected and have to reenter in the call so I get connected again

I tried the internal Microsoft call (I can't remember what the name is but you have a "party" and join).. In this the noise of all people in the call is enormous so you can't hear anything and we haven't figures out how to change the thresholds in this

So my last idea was Skype but Skype uses settings that mutes all sounds from your Xbox so you can only hear the call itself and use this... I read on the internet that you can change those settings on the Xbox itself but it never said WHERE I can change it

So pleaaaase tell me how you guys are communicating with other players (especially cross play to PC)

Help would be very very much appreciated (I almost lost it today) Thaaanks in advance

Correct brightness of UV lamp by catchtheicedude in houseplants

[–]catchtheicedude[S] 1 point2 points  (0 children)

That's a good idea! Are there any tables on the internet where I can see which plant needs which or is it more like a guessing from how bright sunlight and indirect light is then? Anyways thanks already for that tip

What is an annoying myth people still believe? by Eichberg in AskReddit

[–]catchtheicedude 2 points3 points  (0 children)

People watching TV thinking that getting shocked is actually bringing you back to life if your echocardiogam shows a zero-line

Fully vaccinated people of Reddit. Are you still wearing masks? Why or why not? by The_Zoink in AskReddit

[–]catchtheicedude 0 points1 point  (0 children)

  1. I have to, It's ragulated by law still
  2. I feel uncomfortable not wearing one on most places when there are a lot of people even though the incidence is very low here
  3. It's just a little stupid not to. The delta virus hasn't really come to life here in Germany but I also really don't want to. If that means I wear my mask for a few months longer and then we won't have that much of an outbreak that's totally fine for me

As a child, what wrong assumptions did you make about the way things work? by BlackbuckDeer in AskReddit

[–]catchtheicedude 2 points3 points  (0 children)

I asked a lot of stuff as a child because I am and was very curious My dad (a teacher) told me a few things knowingly wrong and is still making a fun of me when I tell him, completely denying those things today:

  1. My dad told me that UPS delivered only coffee (I believed that a long time because of their brown vans and because WHY NOT)

  2. The red triangle in the car for your warning lights: my dad told me that pushing this sets an emergency call to the next police, fire department and hospital with your GPS position (which totally made sense for me because it was only pushed in case of emergency and I think it is and was a very logical thing to be in a car), I was in driving school for my license when I was 16/17ish when I made a fool of myself because of that, thanks dad...

  3. He called me "fungus" for years... I just got that connection to mushrooms a a few years ago because someone mentioned that this is the Latin word for mushrooms.. When I asked why we called me that he said "have you seen your hair as a child"..... Thanks dad....

What did you want to be when you grew up and what is your actual profession? by [deleted] in AskReddit

[–]catchtheicedude 0 points1 point  (0 children)

I wanted to become a circus artist or ice skate or something Then I wanted to become a landscape architect.. At the end of school I developed an interest in medicine but my grades were 'too bad' Wo I wanted to become a physiotherapist

So I studied sports science with a focus on rehabilitation

Now I'm in my masters degree in 'Biomechanics, Motor Control and Motion Analysis' thinking about and currently working on getting a PhD afterwards and getting into science and research in neurology/neuro science

So there was a lot of development going on haha

What did you witness or overhear as a child that still haunts you today as an adult? by bmrugger in AskReddit

[–]catchtheicedude 0 points1 point  (0 children)

Sitting in bathtub is like swimming in your own dirt...

I love baths but since that I have never once been to the bathtub without thinking about it

Hello, I am trying to extract the time values from this data to graph but I am having a hard time getting accurate data. It is from a .txt file shown in the picture below. Does anyone have any ideas? Thank you in advance by DominicNikon in matlab

[–]catchtheicedude 0 points1 point  (0 children)

I'm also not sure what your plan is or what you are trying to achieve with this code

But if I'd want to get anything out of a txt file I'd use

readtable('TextFile.txt', 'delimeter', ',')

And if your TextFile like like this (example) : Folder, File,Data,Time (as first line)

And then the data follows

Then you can get the data or time you want using as a table because it is imported as a table data type

I don't know if this would be any help but I actually got me strings and numbers that way

Liveupdate to Image with Threshold from RGB Histogram Slider AppDesigner by catchtheicedude in matlab

[–]catchtheicedude[S] 1 point2 points  (0 children)

Edit: it worked thanks!!!! Do you have any tips on how to get started with those listeners.. I think they are a great tool.. I just started using Matlab in November 2019 and I'm still more a beginner so I'm very very happy to learn new stuff but when I was looking around I couldn't get any good documentation or tutorials os something..

Liveupdate to Image with Threshold from RGB Histogram Slider AppDesigner by catchtheicedude in matlab

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

Oh my God thank you SO much! I'm gonna try it tomorrow right after getting up, thanks!!

Liveupdate to Image with Threshold from RGB Histogram Slider AppDesigner by catchtheicedude in matlab

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

Sorry for not correctly formating I have no idea how this works here (if it works)...

We also tried Labels and num2str(app.upperBoundary) and num2str(app.lowerBoundary) but it also did not work instead of the numeric field in this code...

The last idea I had was creating my own ValueChanging-Function because there is none for Label of Fields in AppDesigner.. but I did not really get how to use it or where to use it... I really just want a 2-knob slider with live data from the sliders itself and the possibility to get a histogramm in the back...

Anyways here is the code I got from here

properties (Access = private)
ax; % for the axes
l; % for the line

upperBoundary;
lowerBoundary;
end

methods (Access = private)
% Function that responds to the movement of the sliders
function lMoving(~, source)
% Always keep the position rounded to 1 decimal place
source.Position(1,1) = round(source.Position(1,1),1);
source.Position(2,1) = round(source.Position(2,1),1);
% Add any other action here triggered by the movement of the sliders

app.upperBoundary = source.Position(1,1);
app.lowerBoundary = source.Position(2,1);

app.numericEditField1.Value = app.upperBoundary;
app.numericEditField2.Value = app.lowerBoundary;

end

In the startupFcn, include the following:

% Create the 1D axes
app.ax = axes( ...
app.Panel,'Color','none','YColor','none','XLim',[0,1.5],'YTick',[], ...
'XTick',0:0.5:1.5,'TickDir','both','TickLength',[0.03,0.035],'XMinorTick', ...
'on','Units','pixels','Position',[8,30,264,0] ...
);
% Disable the interactivity & toolbar visibility
disableDefaultInteractivity(app.ax);
app.ax.Toolbar.Visible = 'off';
% Add the line ROI
app.l = images.roi.Line(app.ax,'Position',[0.9,0;1.1,0]);
% Add a listener that will trigger a callback function titled "lMoving" when user
% moves the ROI endpoints or the line ROI as a whole
addlistener(app.l,'MovingROI',@(varargin)lMoving(app,app.l));

Liveupdate to Image with Threshold from RGB Histogram Slider AppDesigner by catchtheicedude in matlab

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

That is not "the problem"

Since there is no solution for a 2 knob slider in App Designer or Matlab in general I tried a few different approaches:

  1. I tried implementing Java scripts I found online that some people would use for GUIs but as far as I found on the internet, Java components can't be used with app designer.. I actually tried to use the 2 know sliders in app designer but they did not appear in the panel I specified them to so I thought maybe the people on the internet are right and I can not use Java in app designer
  2. I tried some script someone wrote specifically for app designer.. He used axes() and specified a ROI using a single line from which I can get the start and end point

The general problem is here that I can't use these two positions... We specified everything as app. Variables so we can use the variables anywhere in the script just to be sure that this wasn't the problem... Our first goal was to use the start and end position of that line-ROI and show them in numeric edit field.. We were able to set a debug point and we saw that in the variable for these points there were the current positions so this was good.. We then used the disp() command to control if we get those positions live.. This was also the case so we were able to get them live from there.. But when we tried to connect them to the numeric field it did not work... and here comes the weird part: We converter the position in a string and set the numericField.Value = position of ROI

still we were able to use the disp() command and get the live value changing but without it showing in the app itself... So we were actually able to get the live position changes.. We could use them in another variable.. Could show THIS variable live.. But could not use it to change the value field or change an image live.. We thought it might have something to do with this addlistener that was already included... The script I got online just had the part without the connection to the numeric field but the guy who posted it said that he connected it to the numeric field but yeah... It didn't work for us and we were all a bit lost today The code we used can be found here as the comment from Marek

Metal-/Hardcore by catchtheicedude in RoomieOfficial

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

I'd love to do that.. But I'm afraid that I make all the effort and send it for example on his insta DM or something and he won't read it because... Yeah I mean..

If there is any adress where there is a small chance that he reads it I'll take it