Month: July 2024
Azure stack 23h2 – Control plane
Hi all,
What happens if you delete by accident Control plane local linux appliance after building all cluster in azure. Is there a way to restore it? Please dont tell me you have to rebuild cluster
Hi all,What happens if you delete by accident Control plane local linux appliance after building all cluster in azure. Is there a way to restore it? Please dont tell me you have to rebuild cluster Read More
MVP/RDs United to Inspire: European Cloud Summit 2024
The European Cloud Summit, a conference where technologists from across Europe gather to learn about the latest AI and cloud technologies and connect with tech experts, industry leaders, and Microsoft members, was held in mid-May. This year’s event was combined with the European Collaboration Summit, offering attendees a chance to engage with the latest developments in a wide range of Microsoft technologies, including modern work, Microsoft 365, and Copilot, attracting over 3,000 participants.
This conference was a highly valuable three-day event for attendees who came to enhance their technical skills and apply them in their businesses. It offered sessions where participants could consume the latest technological information and use cases, including keynote speeches. Additionally, there were Pre-day Tutorial sessions, booth exhibits, and panel discussions at the EXPO.
Many leaders from the tech community, including Microsoft MVPs and Regional Directors (RDs), attended and significantly contributed to the conference by sharing their knowledge and insights as speakers. In this blog post, we interviewed two of these MVP and RD speakers to reflect on their conference experiences.
Damir Dizdarevic, a Cloud and Datacenter Management MVP and RD from Bosnia and Herzegovina, who spoke on the Business Stage session “New generation of cyber attacks and what businesses should know about that,” reflects on the conference as a great community event. He says, “It is driven by the passionate work of the few very enthusiastic people, all MVPs and/or RDs. This year, it was even bigger than ever before, but it is really not just about the number of people or number of sessions. For me, as a long-term speaker and an MVP, this conference is quite specific as it really covers not just a lot of topics, but also a different perspective.”
Regarding the unique aspects of this year’s conference, Damir shares his reflection, “This year, as expected, a lot of content was about AI and sessions were chosen in a way that everyone was able to learn about AI, no matter how much they know (or don’t know) about it already. Also, I liked the panels that were organized in Expo space – other attendees were also quite attracted to them. Being able to speak with quite a few Microsoft people was also one of the benefits of this conference. And this year, there were many sessions on the business stage, which means that the audience expanded to business people too.”
From his perspective as an RD with extensive business experience, Damir tells us the impact of this conference on technology users. “I noticed that most sessions on the business stage were full of people. My session was also on the business stage, and I talked about what CxO and BDM people should know about the new generation of cyber-attacks. I was quite surprised to see that there are many BDMs not aware that a lot of things have changed when it comes to security. Raising awareness about new technologies, new challenges and new opportunities is something that is the real value of having a business stage, even on community-driven conferences. While talking to attendees of my session, I realized that BDMs and CxO really need sessions where they can learn and better understand technologies that affect their core business,” says Damir.
Jussi Roine, a Security MVP from Finland and speaker of two sessions, “Microsoft Copilot(s) Powerclass” and “Copilot for Security Deep Dive,” says this conference is the highlight of his spring each year. “It’s very community oriented, and you get to meet awesome speakers and an enthusiastic audience at the same time in a beautiful setting. I’ve lost count of how many times I’ve attended and delivered sessions at the event and this year was the largest so far. The highlight for me was the breadth of content from the diverse set of speakers, and I got to finally meet so many people I’ve known on social media, but this time in person.”
Jussi recalled receiving numerous questions from attendees about Copilot for Security during and after his sessions. “People are piecing together Defender for Cloud, Microsoft Sentinel, Defender XDR and Copilot for Security, and the questions revolved around cost management, governance and compliance. It’s a relatively new capability, so I felt that the feedback was also based on the audience wanting to try it out, once they had more information on the how’s and the what’s,” says Jussi.
The next event, the European AI and Cloud Summit, has already been announced for May 26-28, 2025, in Düsseldorf, Germany. While the detailed agenda, including session information, has not yet been released, participants can look forward to learning about the latest advancements in AI and cloud technologies at that time.
For information on this year’s conference speakers and sessions, as well as the latest updates on the upcoming conference, please visit the official website and follow the posts on European AI and Cloud Summit LinkedIn.
*MVP profile details as of June 30, 2024.
Microsoft Tech Community – Latest Blogs –Read More
Intersection condition between two ellipses
I have two ellipse using the ellipse equation. I need to know whether the two ellipses are intersecting or not as a Boolean value. True if intersecting, and False if not intersecting. The usage of Solve function is not working in my matlab version. So please suggest me a numerical way to write this code. I have copied the code I am using for it.
ellipseTwo = ‘((x+0)^2)/2^2 + ((y-5)^2)/4^2 = 1’; ellipseOne = ‘((x+0)^2)/2^2 + (y-5)^2/4^2 = 1’;
ezplot(ellipseOne, [-10, 10, -10, 10]);
hold on
ezplot(ellipseTwo, [-10, 10, -10, 10]);I have two ellipse using the ellipse equation. I need to know whether the two ellipses are intersecting or not as a Boolean value. True if intersecting, and False if not intersecting. The usage of Solve function is not working in my matlab version. So please suggest me a numerical way to write this code. I have copied the code I am using for it.
ellipseTwo = ‘((x+0)^2)/2^2 + ((y-5)^2)/4^2 = 1’; ellipseOne = ‘((x+0)^2)/2^2 + (y-5)^2/4^2 = 1’;
ezplot(ellipseOne, [-10, 10, -10, 10]);
hold on
ezplot(ellipseTwo, [-10, 10, -10, 10]); I have two ellipse using the ellipse equation. I need to know whether the two ellipses are intersecting or not as a Boolean value. True if intersecting, and False if not intersecting. The usage of Solve function is not working in my matlab version. So please suggest me a numerical way to write this code. I have copied the code I am using for it.
ellipseTwo = ‘((x+0)^2)/2^2 + ((y-5)^2)/4^2 = 1’; ellipseOne = ‘((x+0)^2)/2^2 + (y-5)^2/4^2 = 1’;
ezplot(ellipseOne, [-10, 10, -10, 10]);
hold on
ezplot(ellipseTwo, [-10, 10, -10, 10]); ellipse intersection MATLAB Answers — New Questions
Simulink prompts that variables have multiple definitions, with StorageType=’native integer’ in memory
This model ran normally before.
I updated update 9 today. Later, it was discovered that there were multiple definitions for a certain variable in the runtime prompt, ① StorageType=’native integer’ in memory; ② StorageType=’uint8′ in **.sldd
I have modified the name of the variable in SLDD, but it is still the same error.
Restarting the computer and Matlab doesn’t work either.
I don’t know if this is caused by update 9.This model ran normally before.
I updated update 9 today. Later, it was discovered that there were multiple definitions for a certain variable in the runtime prompt, ① StorageType=’native integer’ in memory; ② StorageType=’uint8′ in **.sldd
I have modified the name of the variable in SLDD, but it is still the same error.
Restarting the computer and Matlab doesn’t work either.
I don’t know if this is caused by update 9. This model ran normally before.
I updated update 9 today. Later, it was discovered that there were multiple definitions for a certain variable in the runtime prompt, ① StorageType=’native integer’ in memory; ② StorageType=’uint8′ in **.sldd
I have modified the name of the variable in SLDD, but it is still the same error.
Restarting the computer and Matlab doesn’t work either.
I don’t know if this is caused by update 9. storagetype, multiple definition, sldd, 原生整数 MATLAB Answers — New Questions
Labview Matlb Call Function
What VALUE should be in the Return Type for a Labview DBL in a Labview Matlab Call FunctionWhat VALUE should be in the Return Type for a Labview DBL in a Labview Matlab Call Function What VALUE should be in the Return Type for a Labview DBL in a Labview Matlab Call Function matlab call function MATLAB Answers — New Questions
Why did the parallel computing’s task return the state of failure?
%% para
ttest = struct;
htype = {‘h_gyr’, ‘h_sul’};
dtype = {‘d_gyr’, ‘d_sul’};
ptype = {‘p_gyr’, ‘p_sul’};
ttype = {‘t_gyr’, ‘t_sul’};
ztype = {‘z_gyr’, ‘z_sul’};
Dtype = {‘BD’, ‘MDD’, ‘SCH’};
morp = {‘depth’,’fractaldimension’,’gyrification’,’thickness’};
times = 10000;
load dataedge_rmcov.mat
%% obtain t and p
% disease type
for idtype = 2:length(Dtype)
ttest(idtype).name = Dtype{idtype};
% sites
for isite = 1:length(covariate(idtype).d_gyr(:,1))
for itype = 1:length(dtype) %network type
% obtain value T and value P
% [tmp_t, tmp_p] = gretna_permutation_ttest(covariate(idtype).(dtype{itype}){isite, imor}, …
% covariate(idtype).(htype{itype}){isite, imor}, times); % T-test
% % create parallel task to perform the ttest
% % divide to four parallel task(SD, FD, GI, CT)
clu = parcluster();
job = createJob(clu);
task = createTask(job, @gretna_permutation_ttest,2, { …
{covariate(idtype).(htype{itype}){isite, 1},covariate(idtype).(dtype{itype}){isite, 1},times}, …
{covariate(idtype).(htype{itype}){isite, 2},covariate(idtype).(dtype{itype}){isite, 2},times}, …
{covariate(idtype).(htype{itype}){isite, 3},covariate(idtype).(dtype{itype}){isite, 3},times}, …
{covariate(idtype).(htype{itype}){isite, 4},covariate(idtype).(dtype{itype}){isite, 4},times} …
});
submit(job);
wait(job);
res = fetchOutputs(job); % result of four morphological networks for one site of G-G or S-S network’s edges
for imor = 1:length(morp) % save data to each morphological network
% save t and p
ttest(idtype).(ttype{itype}){isite, imor} = res{imor,1}.real;
ttest(idtype).(ptype{itype}){isite, imor} = res{imor,2};
% p->z
for i = 1:length(ttest(idtype).p_gyr{isite, imor}(1,:))
p = ttest(idtype).(ptype{itype}){isite, imor}(:, i);
z = icdf(‘Normal’, 1-(p/2), 0, 1);
t = ttest(idtype).(ttype{itype}){isite, imor}(:, i);
Z(:, i) = z * sign(t);
end
ttest(idtype).(ztype{itype}){isite, imor} = Z;
end
end %network type(G-G and S-S)
% fprintf("%s site_%d %s process overn", Dtype{idtype}, isite, mor_index{imor});
end %site
end % disease type
save dataedge_ttest2.mat ttest
When I use parallen task to perform the `gretna_permutation_ttest` function,the first dataset run properly, but the second dataset get fault whose task’s state is failure. Why is this happening?
Result returned exactly
Result returned by exception%% para
ttest = struct;
htype = {‘h_gyr’, ‘h_sul’};
dtype = {‘d_gyr’, ‘d_sul’};
ptype = {‘p_gyr’, ‘p_sul’};
ttype = {‘t_gyr’, ‘t_sul’};
ztype = {‘z_gyr’, ‘z_sul’};
Dtype = {‘BD’, ‘MDD’, ‘SCH’};
morp = {‘depth’,’fractaldimension’,’gyrification’,’thickness’};
times = 10000;
load dataedge_rmcov.mat
%% obtain t and p
% disease type
for idtype = 2:length(Dtype)
ttest(idtype).name = Dtype{idtype};
% sites
for isite = 1:length(covariate(idtype).d_gyr(:,1))
for itype = 1:length(dtype) %network type
% obtain value T and value P
% [tmp_t, tmp_p] = gretna_permutation_ttest(covariate(idtype).(dtype{itype}){isite, imor}, …
% covariate(idtype).(htype{itype}){isite, imor}, times); % T-test
% % create parallel task to perform the ttest
% % divide to four parallel task(SD, FD, GI, CT)
clu = parcluster();
job = createJob(clu);
task = createTask(job, @gretna_permutation_ttest,2, { …
{covariate(idtype).(htype{itype}){isite, 1},covariate(idtype).(dtype{itype}){isite, 1},times}, …
{covariate(idtype).(htype{itype}){isite, 2},covariate(idtype).(dtype{itype}){isite, 2},times}, …
{covariate(idtype).(htype{itype}){isite, 3},covariate(idtype).(dtype{itype}){isite, 3},times}, …
{covariate(idtype).(htype{itype}){isite, 4},covariate(idtype).(dtype{itype}){isite, 4},times} …
});
submit(job);
wait(job);
res = fetchOutputs(job); % result of four morphological networks for one site of G-G or S-S network’s edges
for imor = 1:length(morp) % save data to each morphological network
% save t and p
ttest(idtype).(ttype{itype}){isite, imor} = res{imor,1}.real;
ttest(idtype).(ptype{itype}){isite, imor} = res{imor,2};
% p->z
for i = 1:length(ttest(idtype).p_gyr{isite, imor}(1,:))
p = ttest(idtype).(ptype{itype}){isite, imor}(:, i);
z = icdf(‘Normal’, 1-(p/2), 0, 1);
t = ttest(idtype).(ttype{itype}){isite, imor}(:, i);
Z(:, i) = z * sign(t);
end
ttest(idtype).(ztype{itype}){isite, imor} = Z;
end
end %network type(G-G and S-S)
% fprintf("%s site_%d %s process overn", Dtype{idtype}, isite, mor_index{imor});
end %site
end % disease type
save dataedge_ttest2.mat ttest
When I use parallen task to perform the `gretna_permutation_ttest` function,the first dataset run properly, but the second dataset get fault whose task’s state is failure. Why is this happening?
Result returned exactly
Result returned by exception %% para
ttest = struct;
htype = {‘h_gyr’, ‘h_sul’};
dtype = {‘d_gyr’, ‘d_sul’};
ptype = {‘p_gyr’, ‘p_sul’};
ttype = {‘t_gyr’, ‘t_sul’};
ztype = {‘z_gyr’, ‘z_sul’};
Dtype = {‘BD’, ‘MDD’, ‘SCH’};
morp = {‘depth’,’fractaldimension’,’gyrification’,’thickness’};
times = 10000;
load dataedge_rmcov.mat
%% obtain t and p
% disease type
for idtype = 2:length(Dtype)
ttest(idtype).name = Dtype{idtype};
% sites
for isite = 1:length(covariate(idtype).d_gyr(:,1))
for itype = 1:length(dtype) %network type
% obtain value T and value P
% [tmp_t, tmp_p] = gretna_permutation_ttest(covariate(idtype).(dtype{itype}){isite, imor}, …
% covariate(idtype).(htype{itype}){isite, imor}, times); % T-test
% % create parallel task to perform the ttest
% % divide to four parallel task(SD, FD, GI, CT)
clu = parcluster();
job = createJob(clu);
task = createTask(job, @gretna_permutation_ttest,2, { …
{covariate(idtype).(htype{itype}){isite, 1},covariate(idtype).(dtype{itype}){isite, 1},times}, …
{covariate(idtype).(htype{itype}){isite, 2},covariate(idtype).(dtype{itype}){isite, 2},times}, …
{covariate(idtype).(htype{itype}){isite, 3},covariate(idtype).(dtype{itype}){isite, 3},times}, …
{covariate(idtype).(htype{itype}){isite, 4},covariate(idtype).(dtype{itype}){isite, 4},times} …
});
submit(job);
wait(job);
res = fetchOutputs(job); % result of four morphological networks for one site of G-G or S-S network’s edges
for imor = 1:length(morp) % save data to each morphological network
% save t and p
ttest(idtype).(ttype{itype}){isite, imor} = res{imor,1}.real;
ttest(idtype).(ptype{itype}){isite, imor} = res{imor,2};
% p->z
for i = 1:length(ttest(idtype).p_gyr{isite, imor}(1,:))
p = ttest(idtype).(ptype{itype}){isite, imor}(:, i);
z = icdf(‘Normal’, 1-(p/2), 0, 1);
t = ttest(idtype).(ttype{itype}){isite, imor}(:, i);
Z(:, i) = z * sign(t);
end
ttest(idtype).(ztype{itype}){isite, imor} = Z;
end
end %network type(G-G and S-S)
% fprintf("%s site_%d %s process overn", Dtype{idtype}, isite, mor_index{imor});
end %site
end % disease type
save dataedge_ttest2.mat ttest
When I use parallen task to perform the `gretna_permutation_ttest` function,the first dataset run properly, but the second dataset get fault whose task’s state is failure. Why is this happening?
Result returned exactly
Result returned by exception parallel computing MATLAB Answers — New Questions
Random numbers from randsample suddenly repeating
Hey,
I have a problem with my random numbers that suddenly start to repeat.
Unfortunately I cant chare my code that generates the problem. I scaled it down to something that actually does the same, but somehow the problem does not appear…
But maybe someone can still figure out whats my problem is…
So here is my example code that visuallizes whats going on.
x=-10:0.2:10;
[x1,x2]=meshgrid([-10:0.2:10],[-10:0.2:10]);
close all
figure
xlim([-10 10])
ylim([-10 10])
for i=1:400
y=pdf(‘Normal’,x,0,0.3+0.05*sqrt(i));
Nuc_id=[randsample( [1:numel(P)] , 16, true, P(:))]’;
[row,col]=ind2sub(size(P),Nuc_id);
P=f*y.*y’;
hold off
imagesc(P)
hold on
scatter(row,col,10,’r’,’filled’)
pbaspect([1 1 1])
pause(0.1)
end
I have a probability function P that changes over time depending on multiple conditions. In the example code I just changed sigma with the rising index, that should do just fine compared that the original way of calculating P.
Then I take random values from P, based on the probability of P itsself. In this case its 16 random indices.
here, as in my originla Code it works just fine, but in my originla code, after multiple iterations, these 16 rnd indices suddenly stop changing, from one iteration to the next. its like 16 rnd numbers for 200 iterations and suddenly its the same 16 rdn numbers 5 times in a row, sometimes only 15/16 are the same and the one that is different differs just by one, like index 567 instead of 568 or so. Then after 5 times repeating those rnd numbers, all 16 rnd numbers are changed to 16 new rnd numbers, but those also repeat a few times. And after doing this 2 to 4 times, the behaviour stops as sudden as it startet and the rnd numbers are perfectly random again…
I can run the code and visually see when it happens, when I breakpoint the code after "randsample" I can show that the rand number did not change compared to the previous iteration, but then when i manually copy the randsample line inthe command window while the code is paused, the rand numbers are rnd again…
So i realy cant trace back where the problem is comming from, but maybe somebody has an idea.
PS: Not sure if related th this post:
https://de.mathworks.com/matlabcentral/answers/1680149-why-do-the-random-numbers-repeat-in-each-run?s_tid=prof_contriblnk
But I do not have a problem when some numbers or the whole 16 numbers would repeat somewhere or sometimes, but not 5 times in a row out of nothing…
Many thanks in advance
Best regardsHey,
I have a problem with my random numbers that suddenly start to repeat.
Unfortunately I cant chare my code that generates the problem. I scaled it down to something that actually does the same, but somehow the problem does not appear…
But maybe someone can still figure out whats my problem is…
So here is my example code that visuallizes whats going on.
x=-10:0.2:10;
[x1,x2]=meshgrid([-10:0.2:10],[-10:0.2:10]);
close all
figure
xlim([-10 10])
ylim([-10 10])
for i=1:400
y=pdf(‘Normal’,x,0,0.3+0.05*sqrt(i));
Nuc_id=[randsample( [1:numel(P)] , 16, true, P(:))]’;
[row,col]=ind2sub(size(P),Nuc_id);
P=f*y.*y’;
hold off
imagesc(P)
hold on
scatter(row,col,10,’r’,’filled’)
pbaspect([1 1 1])
pause(0.1)
end
I have a probability function P that changes over time depending on multiple conditions. In the example code I just changed sigma with the rising index, that should do just fine compared that the original way of calculating P.
Then I take random values from P, based on the probability of P itsself. In this case its 16 random indices.
here, as in my originla Code it works just fine, but in my originla code, after multiple iterations, these 16 rnd indices suddenly stop changing, from one iteration to the next. its like 16 rnd numbers for 200 iterations and suddenly its the same 16 rdn numbers 5 times in a row, sometimes only 15/16 are the same and the one that is different differs just by one, like index 567 instead of 568 or so. Then after 5 times repeating those rnd numbers, all 16 rnd numbers are changed to 16 new rnd numbers, but those also repeat a few times. And after doing this 2 to 4 times, the behaviour stops as sudden as it startet and the rnd numbers are perfectly random again…
I can run the code and visually see when it happens, when I breakpoint the code after "randsample" I can show that the rand number did not change compared to the previous iteration, but then when i manually copy the randsample line inthe command window while the code is paused, the rand numbers are rnd again…
So i realy cant trace back where the problem is comming from, but maybe somebody has an idea.
PS: Not sure if related th this post:
https://de.mathworks.com/matlabcentral/answers/1680149-why-do-the-random-numbers-repeat-in-each-run?s_tid=prof_contriblnk
But I do not have a problem when some numbers or the whole 16 numbers would repeat somewhere or sometimes, but not 5 times in a row out of nothing…
Many thanks in advance
Best regards Hey,
I have a problem with my random numbers that suddenly start to repeat.
Unfortunately I cant chare my code that generates the problem. I scaled it down to something that actually does the same, but somehow the problem does not appear…
But maybe someone can still figure out whats my problem is…
So here is my example code that visuallizes whats going on.
x=-10:0.2:10;
[x1,x2]=meshgrid([-10:0.2:10],[-10:0.2:10]);
close all
figure
xlim([-10 10])
ylim([-10 10])
for i=1:400
y=pdf(‘Normal’,x,0,0.3+0.05*sqrt(i));
Nuc_id=[randsample( [1:numel(P)] , 16, true, P(:))]’;
[row,col]=ind2sub(size(P),Nuc_id);
P=f*y.*y’;
hold off
imagesc(P)
hold on
scatter(row,col,10,’r’,’filled’)
pbaspect([1 1 1])
pause(0.1)
end
I have a probability function P that changes over time depending on multiple conditions. In the example code I just changed sigma with the rising index, that should do just fine compared that the original way of calculating P.
Then I take random values from P, based on the probability of P itsself. In this case its 16 random indices.
here, as in my originla Code it works just fine, but in my originla code, after multiple iterations, these 16 rnd indices suddenly stop changing, from one iteration to the next. its like 16 rnd numbers for 200 iterations and suddenly its the same 16 rdn numbers 5 times in a row, sometimes only 15/16 are the same and the one that is different differs just by one, like index 567 instead of 568 or so. Then after 5 times repeating those rnd numbers, all 16 rnd numbers are changed to 16 new rnd numbers, but those also repeat a few times. And after doing this 2 to 4 times, the behaviour stops as sudden as it startet and the rnd numbers are perfectly random again…
I can run the code and visually see when it happens, when I breakpoint the code after "randsample" I can show that the rand number did not change compared to the previous iteration, but then when i manually copy the randsample line inthe command window while the code is paused, the rand numbers are rnd again…
So i realy cant trace back where the problem is comming from, but maybe somebody has an idea.
PS: Not sure if related th this post:
https://de.mathworks.com/matlabcentral/answers/1680149-why-do-the-random-numbers-repeat-in-each-run?s_tid=prof_contriblnk
But I do not have a problem when some numbers or the whole 16 numbers would repeat somewhere or sometimes, but not 5 times in a row out of nothing…
Many thanks in advance
Best regards randsample, random, not random, repeat MATLAB Answers — New Questions
Microsoft Word – Getting rid of unused fields in equations (small dotted squares)
Dear All,
I have several Word documents containing equations, and I did not use all the proposed fields. For example, an operation can have an upper limit and a lower limit, and sometimes I don’t need both. The fields I didn’t need, I left them blank, so they show a small dotted square in Word.
Unfortuntely, the PDF and the printed version still shows those empty squares.
Is there any way, without editing each of my equations (:anxious_face_with_sweat:), to get rid of all those empty squares when I export my file to a PDF, so that they don’t show when printed?
Many thanks!
Dear All,I have several Word documents containing equations, and I did not use all the proposed fields. For example, an operation can have an upper limit and a lower limit, and sometimes I don’t need both. The fields I didn’t need, I left them blank, so they show a small dotted square in Word. Unfortuntely, the PDF and the printed version still shows those empty squares. Is there any way, without editing each of my equations (:anxious_face_with_sweat:), to get rid of all those empty squares when I export my file to a PDF, so that they don’t show when printed? Many thanks! Read More
how to put curly brackets at bottom of the equation?
Hello experts,
I would like to know how to put curly brackets at bottom of the equation in ms word document. I have tried but I was not able to do it, I need experts guidance.
Attached is the image for your reference to understand my question.
Quicker reply will help alot.
Thank you.
Hello experts, I would like to know how to put curly brackets at bottom of the equation in ms word document. I have tried but I was not able to do it, I need experts guidance. Attached is the image for your reference to understand my question.Quicker reply will help alot.Thank you. Read More
How to make multiple “date” rules against “today” in a single column of data
Hi,
I have to monitor many clients and be able to order the data based on when they were referred in from oldest to newest. But in addition, I would like to make them RED, AMBER or GREEN based on how old they are against the current date (ie today).
EG;
– More than 2 days old = GREEN
– More than 3 days old = AMBER
– More than 5 days old = RED
Can someone tell me the formula I should use, or how I can set the rules under conditional formatting?
Thanks
Hi,I have to monitor many clients and be able to order the data based on when they were referred in from oldest to newest. But in addition, I would like to make them RED, AMBER or GREEN based on how old they are against the current date (ie today).EG;- More than 2 days old = GREEN- More than 3 days old = AMBER- More than 5 days old = REDCan someone tell me the formula I should use, or how I can set the rules under conditional formatting? Thanks Read More
Multiple IF in one cell
Hi
I need some assistance writing a formula with the following specifics:
“If A1 contains a value lower than 59% then return 0, and if A1 contains a value greater than 59% but lower than 75% then return 1, and if A1 contains a value greater than 74% but lower than 85% then return 2.5, and if A1 contains a value greater than 84% then return 5”
I managed to get the first 2 working =IF(AND(B12<59%), “0”, IF(AND(B12>59%, B12<75%), “1”,”0″)) but can’t seem to add the others.
Thanks for the help 🙂
Hi I need some assistance writing a formula with the following specifics: “If A1 contains a value lower than 59% then return 0, and if A1 contains a value greater than 59% but lower than 75% then return 1, and if A1 contains a value greater than 74% but lower than 85% then return 2.5, and if A1 contains a value greater than 84% then return 5” I managed to get the first 2 working =IF(AND(B12<59%), “0”, IF(AND(B12>59%, B12<75%), “1”,”0″)) but can’t seem to add the others. Thanks for the help 🙂 Read More
How to reinstall Windows 10 from usb without losing files?
I need to reinstall Windows 10 on my computer and I’ve heard that it can be done using a USB drive. However, I’m not entirely sure about the steps involved in creating a bootable USB and then using it to reinstall the OS. Could someone please provide a detailed, step-by-step guide on how to reinstall Windows 10 from USB? Here are a few specific questions I have:
What tools do I need to create a bootable USB drive?How do I prepare the USB drive for the installation?What are the steps to follow during the installation process?Possible to keep the files and apps during reinstallation?
Thanks for your help!
I need to reinstall Windows 10 on my computer and I’ve heard that it can be done using a USB drive. However, I’m not entirely sure about the steps involved in creating a bootable USB and then using it to reinstall the OS. Could someone please provide a detailed, step-by-step guide on how to reinstall Windows 10 from USB? Here are a few specific questions I have: What tools do I need to create a bootable USB drive?How do I prepare the USB drive for the installation?What are the steps to follow during the installation process?Possible to keep the files and apps during reinstallation? Thanks for your help! Read More
Sentinel Log Sources or asset list Information
In Sentinel as like any other SIEM, how do we get the complete list of log sources which are integrated along with some required fields like Device Vendor, Device Product, Host name/Computer, IP address.
Is there any workbook or KQL which provides this information.
In Sentinel as like any other SIEM, how do we get the complete list of log sources which are integrated along with some required fields like Device Vendor, Device Product, Host name/Computer, IP address.Is there any workbook or KQL which provides this information. Read More
SCOM 2019 UR5 – Unable to import MP’s – Sealed assembly file not fully signed
Hi all,
Doesn’t matter which MP’s I try to import. I’m a little rusty and have a requirement to set up some Biztalk monitoring so any guidance greatly appreciated! This is what I’m getting…
This management pack cannot be imported.
: Cannot load the management pack from the specified sealed assembly file: C:Program Files (x86)System Center Management PacksSC Management Pack for BizTalk Server 2020Microsoft.BizTalk.Server.2020.Discovery.mp.
This assembly is not fully signed. Cannot verify the strong name signature of the file: C:Program Files (x86)System Center Management PacksSC Management Pack for BizTalk Server 2020Microsoft.BizTalk.Server.2020.Discovery.mp
Googling hasn’t helped either.
TIA
Hi all, Doesn’t matter which MP’s I try to import. I’m a little rusty and have a requirement to set up some Biztalk monitoring so any guidance greatly appreciated! This is what I’m getting…This management pack cannot be imported.: Cannot load the management pack from the specified sealed assembly file: C:Program Files (x86)System Center Management PacksSC Management Pack for BizTalk Server 2020Microsoft.BizTalk.Server.2020.Discovery.mp.This assembly is not fully signed. Cannot verify the strong name signature of the file: C:Program Files (x86)System Center Management PacksSC Management Pack for BizTalk Server 2020Microsoft.BizTalk.Server.2020.Discovery.mpGoogling hasn’t helped either.TIA Read More
Admin access with USB key or similar
Is there a way to temporarily deactivate all restrictions that have been set in Intune?
For example, I was thinking of a USB key, as soon as you insert it, all restrictions should be deactivated briefly.
If you do something remotely, maybe a one-time password.
Is there a way to temporarily deactivate all restrictions that have been set in Intune? For example, I was thinking of a USB key, as soon as you insert it, all restrictions should be deactivated briefly.If you do something remotely, maybe a one-time password. Read More
why my esp8266 push data to ThingSpeak will always hit -301 response code
why my esp8266 push data to ThingSpeak will always hit -301 response codewhy my esp8266 push data to ThingSpeak will always hit -301 response code why my esp8266 push data to ThingSpeak will always hit -301 response code thingspeak MATLAB Answers — New Questions
Code-snippets in Live Scripts?
Hello,
in my Live Scripts I have some lines of codes which I use very frequently. One example is
set(get(gca, ‘ylabel’), ‘Rotation’, 0, ‘HorizontalAlignment’, ‘right’, ‘VerticalAlignment’, ‘middle’)
to rotate the y-axis label.
In other progarmming environments it is possible to define code snippets to insert code, which is used often.
What I do not want: defining a function for such lines, as I distrubute the Live Scripts to students, and using support function leads to difficulties.
Are there any recommendations how to introduce code sippets?
MichaelHello,
in my Live Scripts I have some lines of codes which I use very frequently. One example is
set(get(gca, ‘ylabel’), ‘Rotation’, 0, ‘HorizontalAlignment’, ‘right’, ‘VerticalAlignment’, ‘middle’)
to rotate the y-axis label.
In other progarmming environments it is possible to define code snippets to insert code, which is used often.
What I do not want: defining a function for such lines, as I distrubute the Live Scripts to students, and using support function leads to difficulties.
Are there any recommendations how to introduce code sippets?
Michael Hello,
in my Live Scripts I have some lines of codes which I use very frequently. One example is
set(get(gca, ‘ylabel’), ‘Rotation’, 0, ‘HorizontalAlignment’, ‘right’, ‘VerticalAlignment’, ‘middle’)
to rotate the y-axis label.
In other progarmming environments it is possible to define code snippets to insert code, which is used often.
What I do not want: defining a function for such lines, as I distrubute the Live Scripts to students, and using support function leads to difficulties.
Are there any recommendations how to introduce code sippets?
Michael code snippet MATLAB Answers — New Questions
Matlab not starting (Ubuntu 22.04) – hangs with CPU 100% and no error messages
Hi,
My R2019 was working perfectly just a few weeks ago, but today it does not start (-nojvm -nodesktop does not help). It just outputs "MATLAB is selecting SOFTWARE rendering." and the Matlab prompt never opens. I checked and it still uses CPU, but nothing happens even after 20 minutes.
I even installed a later version (R2024a), but the same problem persists.
My system: 5.15.0-112-generic #122-Ubuntu SMP Thu May 23 07:48:21 UTC 2024 x86_64 x86_64 x86_64 GNU/LinuxHi,
My R2019 was working perfectly just a few weeks ago, but today it does not start (-nojvm -nodesktop does not help). It just outputs "MATLAB is selecting SOFTWARE rendering." and the Matlab prompt never opens. I checked and it still uses CPU, but nothing happens even after 20 minutes.
I even installed a later version (R2024a), but the same problem persists.
My system: 5.15.0-112-generic #122-Ubuntu SMP Thu May 23 07:48:21 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux Hi,
My R2019 was working perfectly just a few weeks ago, but today it does not start (-nojvm -nodesktop does not help). It just outputs "MATLAB is selecting SOFTWARE rendering." and the Matlab prompt never opens. I checked and it still uses CPU, but nothing happens even after 20 minutes.
I even installed a later version (R2024a), but the same problem persists.
My system: 5.15.0-112-generic #122-Ubuntu SMP Thu May 23 07:48:21 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux starting matlab MATLAB Answers — New Questions
Need help for the formula
Hi,
I am having 2 sets of data for sales and stock. Between Sales and stock common field is Style. I need to find the SKU for the sales. Style id has more than 1 rows in both data. If we have mention the 1 sku in sales so for the next line of same style id i required the 2nd sku no. I am attaching the sheet where sales data sku column is blank. Sku no should not be duplicated in sales.
Thank you
Hi, I am having 2 sets of data for sales and stock. Between Sales and stock common field is Style. I need to find the SKU for the sales. Style id has more than 1 rows in both data. If we have mention the 1 sku in sales so for the next line of same style id i required the 2nd sku no. I am attaching the sheet where sales data sku column is blank. Sku no should not be duplicated in sales. Thank you Read More
Error Accessing SharePoint Site Through My Apps
I recently created a SharePoint site and have added a couple of external guest users to it. The newly added users do not have Microsoft Office 365 accounts but can readily access the SharePoint site using the invitation link. The problem arises when they try accessing the SharePoint site through My Apps (https://myapplications.microsoft.com/). Once logged in using a Microsoft account and on the My Apps page they can see an Office 365 SharePoint Online icon but once clicked the guest users receive the message (see the image below). I would be thankful for any help in this matter.
I recently created a SharePoint site and have added a couple of external guest users to it. The newly added users do not have Microsoft Office 365 accounts but can readily access the SharePoint site using the invitation link. The problem arises when they try accessing the SharePoint site through My Apps (https://myapplications.microsoft.com/). Once logged in using a Microsoft account and on the My Apps page they can see an Office 365 SharePoint Online icon but once clicked the guest users receive the message (see the image below). I would be thankful for any help in this matter. Read More