Month: July 2024
Power Automate workflow all the sudden stopped working
I have a new hire form power automate that goes through a serious of approvals. It has been working for months, but today after the first approval has approved their part it does not send the email to the next approver. It seems to be spinning at the ‘Apply to Each’ point and I am not sure why or what to do. Nothing has changed since creating it. Any assistance would be greatly appreciated. Thank you!
I have a new hire form power automate that goes through a serious of approvals. It has been working for months, but today after the first approval has approved their part it does not send the email to the next approver. It seems to be spinning at the ‘Apply to Each’ point and I am not sure why or what to do. Nothing has changed since creating it. Any assistance would be greatly appreciated. Thank you! Read More
can not delete domain because of user references
Hi everyone,
when I try to delete one of my domains in Entra/Azure, I receive following message
In order to delete ‘contoso.com` all resources that refer to it must be removed or renamed. If you wish for the references to be automatically renamed, proceed below with the domain deletion.
I checked the user references, but there is not a single one which has ´contoso.com´ as domain.
I also checked if the users are in groups which has ´constoso.com´ as alias or mail. But no..
Where could be the problem?
thank you in advance
Hi everyone, when I try to delete one of my domains in Entra/Azure, I receive following message In order to delete ‘contoso.com` all resources that refer to it must be removed or renamed. If you wish for the references to be automatically renamed, proceed below with the domain deletion. I checked the user references, but there is not a single one which has ´contoso.com´ as domain.I also checked if the users are in groups which has ´constoso.com´ as alias or mail. But no.. Where could be the problem? thank you in advance Read More
Create personalized invitations with Microsoft Designer
Happy Monday, Insiders!
Transform your event invitations with the magic of Microsoft Designer! Whether you’re planning a formal event or a small get-together, you can now craft personalized invitations that stand out. All you need to do is provide some details about your event and any design you’d like to use, and then let AI go to work. In our latest blog post, Rolly Seth, PM on the Microsoft Designer team, shows how easy it is to produce a custom invitation that captures the spirit of the occasion and look great on mobile devices.
Blog Post: Create personalized invitations with Microsoft Designer
Thanks,
Perry Sjogren
Microsoft 365 Insider Social Media Manager
Become a Microsoft 365 Insider and gain exclusive access to new features and help shape the future of Microsoft 365. Join Now: Windows | Mac | iOS | Android
Happy Monday, Insiders!
Transform your event invitations with the magic of Microsoft Designer! Whether you’re planning a formal event or a small get-together, you can now craft personalized invitations that stand out. All you need to do is provide some details about your event and any design you’d like to use, and then let AI go to work. In our latest blog post, Rolly Seth, PM on the Microsoft Designer team, shows how easy it is to produce a custom invitation that captures the spirit of the occasion and look great on mobile devices.
Blog Post: Create personalized invitations with Microsoft Designer
Thanks,
Perry Sjogren
Microsoft 365 Insider Social Media Manager
Become a Microsoft 365 Insider and gain exclusive access to new features and help shape the future of Microsoft 365. Join Now: Windows | Mac | iOS | Android Read More
MGDC for SharePoint FAQ: Dataset types and features
Introduction
I commonly get asked questions about specific datasets and how they behave. For instance:
Why is the data for the SharePoint Sites delayed by 48 hours and some other MGDC datasets are not?
Why can’t I do deltas with the SharePoint File Actions dataset? Or any of the non-SharePoint datasets?
Why can you only get the latest OneDrive Sync Health state and not a snapshot from last week like I do with SharePoint Sites?
Why do Entra ID Group datasets sometimes take longer to collect than a larger SharePoint Permissions?
To answer these questions, you must first understand how these datasets are collected and how your data requests are processed. For simple situations, that is something you can overlook. But if you want this level of detail, we need to understand more about MGDC in general and SharePoint datasets specifically.
How datasets are pulled
The main difference between the SharePoint datasets and the other datasets in MGDC is that SharePoint datasets are pre-collected. That means that the datasets are collected ahead of any request, at the off-peak hours for the region where the data lives. This pre-collected data is then kept within the Microsoft 365 cloud to be used when an MGDC request comes in. This makes serving the data faster and avoids having the MGDC requests competing with regular user requests during peak hours.
SharePoint pre-collects data for SharePoint Sites, SharePoint Groups, SharePoint Permissions, SharePoint Files and SharePoint File Actions.
Other datasets in MGDC are collected at the time of the request, typically making Graph API calls in batch after your MGDC request comes in. These calls happen inside the Microsoft 365 cloud, in multiple parallel threads, so it’s faster than a regular user sending in Graph API calls.
This explains why the pre-collected SharePoint data pulls are usually faster than other MGDC datasets for a similar amount of data. It also explains why these SharePoint datasets are delayed by 2 days. The reason why the delay is 2 days and not only 1 day is a longer conversation, involving time zones and the time required to process the data after it is pre-collected.
21 days of SharePoint history
When SharePoint pre-collects datasets, the data is kept in a compliant workspace inside the Microsoft 365 cloud boundary for 21 days. We avoid storing for longer due to regulatory requirements like those in GDPR.
Because we have a few days of data stored, this allows us to look at the data as it was in the past. For instance, when pre-collecting the SharePoint Sites dataset, we have a full list of all sites in the tenant for each day. For instance, if it’s January 25th, we have a complete state of Sites for each day between January 2nd to January 23rd.
Having this history helps you request data in the recent past. That is useful if you missed one day of collection. This is also why we can do deltas. A delta dataset is basically created by pulling data for two different dates and comparing the two states. You can learn more about deltas at How can I use Delta State Datasets?
Note that Deltas only apply to SharePoint state datasets (Sites, Groups, Permissions and Files). This is why the File Actions dataset does not support it. The data returned in the File Actions dataset covers a specific date (or range of dates) and it shows only the events that occurred in that period.
30 days of OneDrive Sync history
Other unique datasets include the One Sync Health and the OneDrive Sync Errors. They use a mechanism to keep track of the last 30 days of Sync data. When you request data for Sync Health, it shows data about every device that has Sync’ed in the last 30 days. If it’s been longer than 30 days since the last Sync, the device is dropped from the list.
This optimized data collection, all stored within the Microsoft 365 cloud, allows MGDC to quickly gather the OneDrive Sync Health and Sync Errors information. Since we’re always looking at the last 30 days of data, there is no date ranges required as a parameter. It also means that new device information is constantly being added to this store and you could.
You don’t have a day-to-day history, so there is no ability to look back in time or do deltas. But you are also looking at the latest data, not a snapshot from 2 days ago.
Filtering and Sampling
The SharePoint team also implemented features to sample or filter at the source.
For sampling, you can get the top X rows in the dataset. This can be used to look at the data schema and also to estimate the number of total items in the dataset (this is returned in the request metadata). You can read more about sampling at How can I sample or estimate the number objects in a dataset?
A few SharePoint datasets also have filtering capabilities. That feature is limited to specific sites and specific columns (Site Id and Template Id). You can send a filter expression with the request and return only the rows that match the criteria. This can be used to include only OneDrive sites or to exclude a list of sensitive sites. You can read more about filtering at How can I filter rows on a dataset?
Some of the non-SharePoint datasets in MGDC also can limit the results to specific Scopes, including Groups and Users. More at Use MGDC to define the scope of a dataset.
Summary
Finally, here is the summary of the features offered for each of the SharePoint datasets in Microsoft Graph Data Connect:
Conclusion
I hope this post helped you understand the different mechanisms used by Microsoft Graph Data Connect (MGDC) and which features you can use in each type of dataset.
Microsoft Tech Community – Latest Blogs –Read More
Novos Vídeos do Curso: IA Generativa para Iniciantes!
Não podemos negar o quão importante está sendo o movimento da Inteligência Artificial (IA) nesses últimos anos. A IA está presente em diversos setores, desde a medicina até a indústria de entretenimento. E, com o avanço da tecnologia, a IA tem se tornado cada vez mais acessível para todos e não apenas para especialistas.
Assim sendo, é muito importante que todas as pessoas tenham conhecimento sobre IA Generativa, que também tem se tornado uma área extremamente promissora e com ganhos significativos.
Saber sobre IA Generativa é essencial para quem deseja trabalhar em diferentes escopos de trabalho. E, pensando nisso, o time de Advocacia da Microsoft, criou um curso de IA Generativa para Iniciantes, que tem como objetivo ensinar desde os conceitos básicos até a prática para criação de aplicações com IA Generativa.
Nesse artigo, vamos falar um pouco mais sobre o curso e o que você pode esperar dele!
IA Generativa para Iniciantes v.2 – O que esperar?
O curso de IA Generativa para Iniciantes é um curso totalmente gratuito e online, que tem como objetivo ensinar desde os conceitos fundamentais até a criação de aplicações de IA Generativa.
O curso conta com 18 lições e inúmeros projetos práticos. E, foi elaborado pelo time de Advocacia da Microsoft.
O curso conta com lições Aprender, a qual explicará os conceitos fundamentos sobre o tópico em questão ou lições em Criar, a qual explicam conceitos seguidos de exemplos feitos em Python e TypeScript.
Para quem é o curso?
O curso é destinado a todas as pessoas que desejam aprender sobre IA Generativa, desde iniciantes até especialistas. Assim, não é necessário ter conhecimento prévio ou ser expert em programação para fazer o curso.
O que você aprenderá?
Ao final do curso, você será capaz de:
Entender os conceitos fundamentais de IA Generativa
Entender sobre o Ciclo de Vida de uma Aplicação de IA Generativa
Criar aplicações de IA Generativa com Python e TypeScript
Compreender sobre Engenharia de Prompts
Entender sobre LLMs e GPTs
Fazer uso de Banco de Dados Vetoriais para criação de aplicações de IA Generativa
Fazer uso de aplicações No Code/Low Code para criação de aplicações de IA Generativa
Aprender sobre Agents
Ajustes Finos em LLMs
RAG (Retrieval Augmented Generation)
E muito mais!
Ementa do Curso
O curso conta com 18 lições, as quais são:
1️. Introduction to Generative AI and LLMs
1.1 – Video
2️. Exploring and comparing different LLMs
2.1 – Video
Using Generative AI Responsibly
3.1. Video
Understanding Prompt Engineering Fundamentals
4.1. Video
5.1. Video
Building Text Generation Applications
6.1. Video
7.1. Video
Building Search Apps Vector Databases
8.1. Video
Building Image Generation Applications
9.1. Video
Building Low Code AI Applications
10.1. Video
Integrating External Applications with Function Calling
11.1. Video
Designing UX for AI Applications
12.1. Video
Securing Your Generative AI Applications
13.1. Video
The Generative AI Application Lifecycle
14.1. Video
Retrieval Augmented Generation (RAG) and Vector Databases
15.1. Video
Open Source Models and Hugging Face
16.1. Video
17.1. Video
18.1. Video
E, se eu tiver dúvidas? Como posso resolver?
Não se preocupe! Não o deixaremos sozinhos nessa grande jornada! O curso conta com um fórum de discussão no Discord, onde você poderá tirar suas dúvidas, compartilhar conhecimento, interagir com os criadores do curso e especialistas em IA da Microsoft e outros alunos.
Acesse agora mesmo o Azure AI Community
Amei! Já quero começar! Como faço?
Para começar o curso, basta acessar o: IA Generativa para Iniciantes e seguir as instruções.
O curso está disponível em diversos idiomas. Sendo eles:
Inglês
Chinês/Mandarim
Português Brasileiro
Japonês
Para àquelas pessoas que gostam de aprender por meio de vídeos, o time de Advocacia da Microsoft, gravou uma série de vídeos sobre o curso de IA Generativa para Iniciantes, a qual pode assistar abaixo:
Conclusão
A IA Generativa é uma área com muita demanda e que tem se tornado cada vez mais acessível para todas as pessoas. E, aprender sobre IA Generativa se torna cada vez mais essencial para todos os profissionais.
Aproveite essa oportunidade e comece agora mesmo o curso de IA Generativa para Iniciantes e se torne um especialista em IA Generativa!
Recursos Adicionais
Deixamos aqui para vocês alguns recursos adicionais que podem ser úteis. Lembrando que os recursos abaixo são complementares ao curso principal de IA Generativa para Iniciantes:
Free Course: Get started with Azure OpenAI Service
Free Course: https://learn.microsoft.com/en-us/training/modules/fundamentals-generative-ai/?WT.mc_id=academic-105485-koreyst
Collection: Generative AI for Beginners
Esperamos que tenha gostado do artigo e que tenha ficado interessado em fazer o curso de IA Generativa para Iniciantes. Se tiver alguma dúvida, não hesite em perguntar!
Até a próxima!
Microsoft Tech Community – Latest Blogs –Read More
Why are the results of the three-way ANOVA all Nan ?
%the 4 numbers in each row correspond to the methods ‘A’; ‘B’; ‘C’ and ‘Alt’
%low iq with break
productivity_scores_li_yb = [
4.4 3.4 2.4 3.9;
4.1 3.8 1.8 2.7;
3.8 4.3 1.7 2.1;
4.4 4.4 1.9 2.6;
4.7 3.6 2.5 2.4;
3.3 3.9 2.0 3.2;
3.8 3.9 2.3 2.5;
4.3 2.8 2.5 3.5;
4.9 3.3 2.3 3.6;
3.8 4.0 1.8 2.9;
];
%high iq with break
productivity_scores_hi_yb = [
3.5 4.2 3.7 2.2;
3.7 4.2 2.4 1.4;
4.9 4.2 2.8 1.8;
3.5 2.7 2.8 1.3;
4.5 3.8 2.4 1.7;
4.7 4.2 3.5 2.8;
3.6 3.3 2.7 1.2;
3.1 3.9 3.5 2.1;
4.5 3.4 2.8 2.5;
3.0 4.3 3.2 1.5;
];
%low iq without break
productivity_scores_li_nb = [
3.5 2.9 3.2 4.0;
3.2 1.7 3.3 3.8;
3.4 2.8 4.0 3.1;
4.6 3.1 3.4 3.7;
4.0 2.6 3.5 3.2;
3.6 1.7 3.4 3.4;
3.9 2.4 3.6 3.7;
4.3 3.0 3.6 3.3;
3.9 2.8 3.3 3.3;
3.5 1.7 3.3 3.4;
];
%high iq without break
productivity_scores_hi_nb = [
3.7 2.0 3.1 4.1;
3.9 2.6 2.8 3.2;
4.0 3.1 2.9 3.6;
4.0 1.8 3.1 4.1;
4.4 2.0 3.1 4.0;
4.0 2.0 3.8 3.2;
3.6 2.9 3.7 3.4;
3.8 2.0 2.7 3.3;
4.8 2.9 3.5 2.8;
3.8 2.7 3.3 3.6;
];
%Reshape data into a single column vector
scores = [productivity_scores_li_yb(:); productivity_scores_hi_yb(:);
productivity_scores_li_nb(:); productivity_scores_hi_nb(:)];
%Create factor vectors as string arrays
n = 10; % number of participants in each group
methods = 4; % number of learning methods
iq = [repmat({‘Low’}, n*methods*2, 1); repmat({‘High’}, n*methods*2, 1)]
break_status = [repmat({‘Yes’}, n*methods*2, 1); repmat({‘No’}, n*methods*2, 1)]
method = repmat({‘A’; ‘B’; ‘C’; ‘Alt’}, n*4, 1)
%Perform three-way ANOVA
[p, tbl, stats] = anovan(scores, {iq break_status method}, ‘model’, ‘full’, …
‘varnames’, {‘IQ’, ‘Break’, ‘Method’}, ‘display’, ‘on’);%the 4 numbers in each row correspond to the methods ‘A’; ‘B’; ‘C’ and ‘Alt’
%low iq with break
productivity_scores_li_yb = [
4.4 3.4 2.4 3.9;
4.1 3.8 1.8 2.7;
3.8 4.3 1.7 2.1;
4.4 4.4 1.9 2.6;
4.7 3.6 2.5 2.4;
3.3 3.9 2.0 3.2;
3.8 3.9 2.3 2.5;
4.3 2.8 2.5 3.5;
4.9 3.3 2.3 3.6;
3.8 4.0 1.8 2.9;
];
%high iq with break
productivity_scores_hi_yb = [
3.5 4.2 3.7 2.2;
3.7 4.2 2.4 1.4;
4.9 4.2 2.8 1.8;
3.5 2.7 2.8 1.3;
4.5 3.8 2.4 1.7;
4.7 4.2 3.5 2.8;
3.6 3.3 2.7 1.2;
3.1 3.9 3.5 2.1;
4.5 3.4 2.8 2.5;
3.0 4.3 3.2 1.5;
];
%low iq without break
productivity_scores_li_nb = [
3.5 2.9 3.2 4.0;
3.2 1.7 3.3 3.8;
3.4 2.8 4.0 3.1;
4.6 3.1 3.4 3.7;
4.0 2.6 3.5 3.2;
3.6 1.7 3.4 3.4;
3.9 2.4 3.6 3.7;
4.3 3.0 3.6 3.3;
3.9 2.8 3.3 3.3;
3.5 1.7 3.3 3.4;
];
%high iq without break
productivity_scores_hi_nb = [
3.7 2.0 3.1 4.1;
3.9 2.6 2.8 3.2;
4.0 3.1 2.9 3.6;
4.0 1.8 3.1 4.1;
4.4 2.0 3.1 4.0;
4.0 2.0 3.8 3.2;
3.6 2.9 3.7 3.4;
3.8 2.0 2.7 3.3;
4.8 2.9 3.5 2.8;
3.8 2.7 3.3 3.6;
];
%Reshape data into a single column vector
scores = [productivity_scores_li_yb(:); productivity_scores_hi_yb(:);
productivity_scores_li_nb(:); productivity_scores_hi_nb(:)];
%Create factor vectors as string arrays
n = 10; % number of participants in each group
methods = 4; % number of learning methods
iq = [repmat({‘Low’}, n*methods*2, 1); repmat({‘High’}, n*methods*2, 1)]
break_status = [repmat({‘Yes’}, n*methods*2, 1); repmat({‘No’}, n*methods*2, 1)]
method = repmat({‘A’; ‘B’; ‘C’; ‘Alt’}, n*4, 1)
%Perform three-way ANOVA
[p, tbl, stats] = anovan(scores, {iq break_status method}, ‘model’, ‘full’, …
‘varnames’, {‘IQ’, ‘Break’, ‘Method’}, ‘display’, ‘on’); %the 4 numbers in each row correspond to the methods ‘A’; ‘B’; ‘C’ and ‘Alt’
%low iq with break
productivity_scores_li_yb = [
4.4 3.4 2.4 3.9;
4.1 3.8 1.8 2.7;
3.8 4.3 1.7 2.1;
4.4 4.4 1.9 2.6;
4.7 3.6 2.5 2.4;
3.3 3.9 2.0 3.2;
3.8 3.9 2.3 2.5;
4.3 2.8 2.5 3.5;
4.9 3.3 2.3 3.6;
3.8 4.0 1.8 2.9;
];
%high iq with break
productivity_scores_hi_yb = [
3.5 4.2 3.7 2.2;
3.7 4.2 2.4 1.4;
4.9 4.2 2.8 1.8;
3.5 2.7 2.8 1.3;
4.5 3.8 2.4 1.7;
4.7 4.2 3.5 2.8;
3.6 3.3 2.7 1.2;
3.1 3.9 3.5 2.1;
4.5 3.4 2.8 2.5;
3.0 4.3 3.2 1.5;
];
%low iq without break
productivity_scores_li_nb = [
3.5 2.9 3.2 4.0;
3.2 1.7 3.3 3.8;
3.4 2.8 4.0 3.1;
4.6 3.1 3.4 3.7;
4.0 2.6 3.5 3.2;
3.6 1.7 3.4 3.4;
3.9 2.4 3.6 3.7;
4.3 3.0 3.6 3.3;
3.9 2.8 3.3 3.3;
3.5 1.7 3.3 3.4;
];
%high iq without break
productivity_scores_hi_nb = [
3.7 2.0 3.1 4.1;
3.9 2.6 2.8 3.2;
4.0 3.1 2.9 3.6;
4.0 1.8 3.1 4.1;
4.4 2.0 3.1 4.0;
4.0 2.0 3.8 3.2;
3.6 2.9 3.7 3.4;
3.8 2.0 2.7 3.3;
4.8 2.9 3.5 2.8;
3.8 2.7 3.3 3.6;
];
%Reshape data into a single column vector
scores = [productivity_scores_li_yb(:); productivity_scores_hi_yb(:);
productivity_scores_li_nb(:); productivity_scores_hi_nb(:)];
%Create factor vectors as string arrays
n = 10; % number of participants in each group
methods = 4; % number of learning methods
iq = [repmat({‘Low’}, n*methods*2, 1); repmat({‘High’}, n*methods*2, 1)]
break_status = [repmat({‘Yes’}, n*methods*2, 1); repmat({‘No’}, n*methods*2, 1)]
method = repmat({‘A’; ‘B’; ‘C’; ‘Alt’}, n*4, 1)
%Perform three-way ANOVA
[p, tbl, stats] = anovan(scores, {iq break_status method}, ‘model’, ‘full’, …
‘varnames’, {‘IQ’, ‘Break’, ‘Method’}, ‘display’, ‘on’); anova MATLAB Answers — New Questions
GPU Coder Error with OpenCV
I’m trying to use the example "Semantic Segmentation on NVIDIA DRIVE" just modifying it to be executing on a Jetson Nano board. I train my own network, then Ijust load my network instead of the one defined on the example, nevertheless when I try to deploy it to the Nano I have the following error:
/main.cu:10:10: fatal error: opencv2/opencv.hpp: No such file or directory
#include "opencv2/opencv.hpp"
I check on the nano to see if the installation of OpenCV is correct:
alvaro@alvaro-nano:~$ pkg-config –modversion opencv
2.4.9
The installation is correct, also when I call the code generation I pass the path as an -I command:
codegen -config cfg autoSemanticSegmentation -args {img} -I /usr/include/opencv4 -report -v
And I saw that this is inluded on the generated make file.
How can I fix this issue to be able to compile and execute the example on the Nano?I’m trying to use the example "Semantic Segmentation on NVIDIA DRIVE" just modifying it to be executing on a Jetson Nano board. I train my own network, then Ijust load my network instead of the one defined on the example, nevertheless when I try to deploy it to the Nano I have the following error:
/main.cu:10:10: fatal error: opencv2/opencv.hpp: No such file or directory
#include "opencv2/opencv.hpp"
I check on the nano to see if the installation of OpenCV is correct:
alvaro@alvaro-nano:~$ pkg-config –modversion opencv
2.4.9
The installation is correct, also when I call the code generation I pass the path as an -I command:
codegen -config cfg autoSemanticSegmentation -args {img} -I /usr/include/opencv4 -report -v
And I saw that this is inluded on the generated make file.
How can I fix this issue to be able to compile and execute the example on the Nano? I’m trying to use the example "Semantic Segmentation on NVIDIA DRIVE" just modifying it to be executing on a Jetson Nano board. I train my own network, then Ijust load my network instead of the one defined on the example, nevertheless when I try to deploy it to the Nano I have the following error:
/main.cu:10:10: fatal error: opencv2/opencv.hpp: No such file or directory
#include "opencv2/opencv.hpp"
I check on the nano to see if the installation of OpenCV is correct:
alvaro@alvaro-nano:~$ pkg-config –modversion opencv
2.4.9
The installation is correct, also when I call the code generation I pass the path as an -I command:
codegen -config cfg autoSemanticSegmentation -args {img} -I /usr/include/opencv4 -report -v
And I saw that this is inluded on the generated make file.
How can I fix this issue to be able to compile and execute the example on the Nano? gpu coder, opencv error MATLAB Answers — New Questions
heat and mass transfer problem nonlinear differential equations
The code is running, the graph is also came. But it does not give the convergence for the curves , , , and .
fluid_Sol_bvp4c2
function fluid_Sol_bvp4c2
Pr = 10;
Le = 10;
Nr = 0.5;
Nb = 0.5;
Nt = 0.5;
% Defining parameters
solinit = bvpinit(linspace(0, 10, 100), [0 0 1 1 0 1 0]);
sol = bvp4c(@bvp2D, @bc2D, solinit);
x = sol.x;
y = sol.y
% Plotting of the functions
figure(1)
plot(x, y(1,:), ‘linewidth’, 1), grid
hold on
xlabel(‘eta’, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
ylabel(‘s(eta)’, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
hold off
% Plotting of the velocity
figure(2)
plot(x, y(2,:), ‘linewidth’, 1), grid
hold on
xlabel(‘eta’, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
ylabel(‘s^{prime}(eta)’, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
hold off
% Plotting of theta
figure(3)
plot(x, y(4,:), ‘linewidth’, 1), grid
hold on
xlabel(‘eta ‘, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
ylabel(‘theta ‘, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
hold off
% Plotting of the fun
figure(4)
plot(x, y(6,:), ‘linewidth’, 1), grid
hold on
xlabel(‘eta’, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
ylabel(‘f(eta)’, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
hold off
% Residual of the boundary conditions
function res = bc2D(y0, yinf)
res = [y0(1); % y1 to start at 0
y0(2); % y2 to start at 0
y0(4) – 1; % y4 to start at 1
y0(6) – 1; % y6 to start at 1
yinf(2) – 0; % desire y2 to converge to 0
yinf(4) – 0; % desire y4 to converge to 0
yinf(6) – 0]; % desire y5 to converge to 0
end
% System of First Order ODEs
function dydx = bvp2D(~, y)
yy1 = – 1/(4*Pr)*(3*y(1)*y(3) – 2*y(2)^2) – y(4) + Nr*y(6);
yy2 = – 3/4*y(1)*y(5) – Nb*y(7)*y(5) – Nt*y(5)^2;
yy3 = – 3/4*Le*y(7) – (Nt/Nb)*yy2;
dydx = [y(2); y(3); yy1; y(5); yy2; y(7); yy3];
end
end
I dont know whether i have to use extend code in bvp4c. Please help me do the needful. Thanks in advance.The code is running, the graph is also came. But it does not give the convergence for the curves , , , and .
fluid_Sol_bvp4c2
function fluid_Sol_bvp4c2
Pr = 10;
Le = 10;
Nr = 0.5;
Nb = 0.5;
Nt = 0.5;
% Defining parameters
solinit = bvpinit(linspace(0, 10, 100), [0 0 1 1 0 1 0]);
sol = bvp4c(@bvp2D, @bc2D, solinit);
x = sol.x;
y = sol.y
% Plotting of the functions
figure(1)
plot(x, y(1,:), ‘linewidth’, 1), grid
hold on
xlabel(‘eta’, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
ylabel(‘s(eta)’, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
hold off
% Plotting of the velocity
figure(2)
plot(x, y(2,:), ‘linewidth’, 1), grid
hold on
xlabel(‘eta’, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
ylabel(‘s^{prime}(eta)’, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
hold off
% Plotting of theta
figure(3)
plot(x, y(4,:), ‘linewidth’, 1), grid
hold on
xlabel(‘eta ‘, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
ylabel(‘theta ‘, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
hold off
% Plotting of the fun
figure(4)
plot(x, y(6,:), ‘linewidth’, 1), grid
hold on
xlabel(‘eta’, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
ylabel(‘f(eta)’, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
hold off
% Residual of the boundary conditions
function res = bc2D(y0, yinf)
res = [y0(1); % y1 to start at 0
y0(2); % y2 to start at 0
y0(4) – 1; % y4 to start at 1
y0(6) – 1; % y6 to start at 1
yinf(2) – 0; % desire y2 to converge to 0
yinf(4) – 0; % desire y4 to converge to 0
yinf(6) – 0]; % desire y5 to converge to 0
end
% System of First Order ODEs
function dydx = bvp2D(~, y)
yy1 = – 1/(4*Pr)*(3*y(1)*y(3) – 2*y(2)^2) – y(4) + Nr*y(6);
yy2 = – 3/4*y(1)*y(5) – Nb*y(7)*y(5) – Nt*y(5)^2;
yy3 = – 3/4*Le*y(7) – (Nt/Nb)*yy2;
dydx = [y(2); y(3); yy1; y(5); yy2; y(7); yy3];
end
end
I dont know whether i have to use extend code in bvp4c. Please help me do the needful. Thanks in advance. The code is running, the graph is also came. But it does not give the convergence for the curves , , , and .
fluid_Sol_bvp4c2
function fluid_Sol_bvp4c2
Pr = 10;
Le = 10;
Nr = 0.5;
Nb = 0.5;
Nt = 0.5;
% Defining parameters
solinit = bvpinit(linspace(0, 10, 100), [0 0 1 1 0 1 0]);
sol = bvp4c(@bvp2D, @bc2D, solinit);
x = sol.x;
y = sol.y
% Plotting of the functions
figure(1)
plot(x, y(1,:), ‘linewidth’, 1), grid
hold on
xlabel(‘eta’, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
ylabel(‘s(eta)’, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
hold off
% Plotting of the velocity
figure(2)
plot(x, y(2,:), ‘linewidth’, 1), grid
hold on
xlabel(‘eta’, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
ylabel(‘s^{prime}(eta)’, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
hold off
% Plotting of theta
figure(3)
plot(x, y(4,:), ‘linewidth’, 1), grid
hold on
xlabel(‘eta ‘, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
ylabel(‘theta ‘, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
hold off
% Plotting of the fun
figure(4)
plot(x, y(6,:), ‘linewidth’, 1), grid
hold on
xlabel(‘eta’, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
ylabel(‘f(eta)’, ‘fontweight’, ‘bold’, ‘fontsize’, 16)
hold off
% Residual of the boundary conditions
function res = bc2D(y0, yinf)
res = [y0(1); % y1 to start at 0
y0(2); % y2 to start at 0
y0(4) – 1; % y4 to start at 1
y0(6) – 1; % y6 to start at 1
yinf(2) – 0; % desire y2 to converge to 0
yinf(4) – 0; % desire y4 to converge to 0
yinf(6) – 0]; % desire y5 to converge to 0
end
% System of First Order ODEs
function dydx = bvp2D(~, y)
yy1 = – 1/(4*Pr)*(3*y(1)*y(3) – 2*y(2)^2) – y(4) + Nr*y(6);
yy2 = – 3/4*y(1)*y(5) – Nb*y(7)*y(5) – Nt*y(5)^2;
yy3 = – 3/4*Le*y(7) – (Nt/Nb)*yy2;
dydx = [y(2); y(3); yy1; y(5); yy2; y(7); yy3];
end
end
I dont know whether i have to use extend code in bvp4c. Please help me do the needful. Thanks in advance. bvp4c method MATLAB Answers — New Questions
Custom Deep Learning Network for Xilinx FPGA target
I am researching on building deep learning accelerators on Xilinx FPGA using the Deep Learning HDL Toolbox. I have a custom CNN network that has an input layer size of [1 1024 2]. Using the ProcessorConfig Class, I’m trying to optimize the processor configuration for my custom CNN network with the optimizeConfigurationForNetwork helper.
The optimize processor is generated sucessfully, but while trying to estimate performance of the CNN network i get the following error:
The Conv module in the processor configuration has an InputMemorySize of [150 150 7]. This is insufficient to delploy the ‘AP1’ Layer. Increase the InputMemorySize to [171 171 7] or more using hPC.setModuleProperty(‘conv’, ‘InputMemorySize’, [171 171 7]), where hPC is the dlhdl.ProcessorConfig object.
I’ve tried to increase the InputMemorySize, but the error keeps being thrown with a higher inputMemorySize requirement for the 2D Average Pooling layer.
I’d appreciate you recommendation on how i could fix this. Thank you.
Paul Osinowo,
Graduate Student
University of Strathclyde, Glasgow.I am researching on building deep learning accelerators on Xilinx FPGA using the Deep Learning HDL Toolbox. I have a custom CNN network that has an input layer size of [1 1024 2]. Using the ProcessorConfig Class, I’m trying to optimize the processor configuration for my custom CNN network with the optimizeConfigurationForNetwork helper.
The optimize processor is generated sucessfully, but while trying to estimate performance of the CNN network i get the following error:
The Conv module in the processor configuration has an InputMemorySize of [150 150 7]. This is insufficient to delploy the ‘AP1’ Layer. Increase the InputMemorySize to [171 171 7] or more using hPC.setModuleProperty(‘conv’, ‘InputMemorySize’, [171 171 7]), where hPC is the dlhdl.ProcessorConfig object.
I’ve tried to increase the InputMemorySize, but the error keeps being thrown with a higher inputMemorySize requirement for the 2D Average Pooling layer.
I’d appreciate you recommendation on how i could fix this. Thank you.
Paul Osinowo,
Graduate Student
University of Strathclyde, Glasgow. I am researching on building deep learning accelerators on Xilinx FPGA using the Deep Learning HDL Toolbox. I have a custom CNN network that has an input layer size of [1 1024 2]. Using the ProcessorConfig Class, I’m trying to optimize the processor configuration for my custom CNN network with the optimizeConfigurationForNetwork helper.
The optimize processor is generated sucessfully, but while trying to estimate performance of the CNN network i get the following error:
The Conv module in the processor configuration has an InputMemorySize of [150 150 7]. This is insufficient to delploy the ‘AP1’ Layer. Increase the InputMemorySize to [171 171 7] or more using hPC.setModuleProperty(‘conv’, ‘InputMemorySize’, [171 171 7]), where hPC is the dlhdl.ProcessorConfig object.
I’ve tried to increase the InputMemorySize, but the error keeps being thrown with a higher inputMemorySize requirement for the 2D Average Pooling layer.
I’d appreciate you recommendation on how i could fix this. Thank you.
Paul Osinowo,
Graduate Student
University of Strathclyde, Glasgow. deep learning, deep learning hdl toolbox, hardware acceleration MATLAB Answers — New Questions
Desktop Keyboard Shortcut Keys Very Slow To Respond
This is something that I have only encountered in Windows 11, although I have seen plenty of reports of it occurring in Windows 10.
Here is one such report on Windows 10 Forums. Here is a Super User article.
If I create a Desktop keyboard shortcut key and run it from the keyboard, it takes about 3 seconds to respond. If I double click on that same Desktop shortcut, it opens immediately.
I have tested a few different shortcuts, and it appears that they are all affected.
I haven’t found a fix yet. Maybe it’s a bug.
Or maybe someone on this forum may know how to fix it.
This is something that I have only encountered in Windows 11, although I have seen plenty of reports of it occurring in Windows 10.Here is one such report on Windows 10 Forums. Here is a Super User article.If I create a Desktop keyboard shortcut key and run it from the keyboard, it takes about 3 seconds to respond. If I double click on that same Desktop shortcut, it opens immediately.I have tested a few different shortcuts, and it appears that they are all affected.I haven’t found a fix yet. Maybe it’s a bug.Or maybe someone on this forum may know how to fix it. Read More
Poor Time Sync in Windows 11
My Windows 11 PCs are set to sync automatically with time.nist,gov. I use Your world on time to synch my watches. I’ve noticed a few times the Windows time can be out by over a minute but shows the same correct time as the web link when I do a manual sync. Why isn’t Windows 11 keeping the time more accurately synchronised?
My Windows 11 PCs are set to sync automatically with time.nist,gov. I use Your world on time to synch my watches. I’ve noticed a few times the Windows time can be out by over a minute but shows the same correct time as the web link when I do a manual sync. Why isn’t Windows 11 keeping the time more accurately synchronised? Read More
Windows 11 Title Bar Inconsistencies
In title bars I noticed a number of inconsistencies. I use dark mode. The setting in Personalization > Colors have both “Show accent color on Start and taskbar” and “Show accent color on title bars and windows borders”. Most apps show my selected color in title bars. When I open File Explorer, Settings, Microsoft Store, Notepad, Office, and probably other MS related apps, only the border of the window may show my selected color. A handful of third party apps show the same thing. I know that a few updates ago, MS swapped the positions of the tool bar and address bar and added tabs for File Explorer. I don’t know if that messed anything up. Are there different types of title bars?
In title bars I noticed a number of inconsistencies. I use dark mode. The setting in Personalization > Colors have both “Show accent color on Start and taskbar” and “Show accent color on title bars and windows borders”. Most apps show my selected color in title bars. When I open File Explorer, Settings, Microsoft Store, Notepad, Office, and probably other MS related apps, only the border of the window may show my selected color. A handful of third party apps show the same thing. I know that a few updates ago, MS swapped the positions of the tool bar and address bar and added tabs for File Explorer. I don’t know if that messed anything up. Are there different types of title bars? Read More
Check off item on dropdown menu if certain text is within adjacent cell.
I have a large dataset I am trying to organize, and I would like a simple way to check off information in a dropdown menu.
When I am entering new data, I can enter the free text and have it automatically check off the relevant drop-downs, and I do not have to spend a long time manually backlogging.
Example:
Specific Information (A, B, C, D)Dropdown (A, B, C, D) Text contains A, CChecked off A, C.
I have a large dataset I am trying to organize, and I would like a simple way to check off information in a dropdown menu. When I am entering new data, I can enter the free text and have it automatically check off the relevant drop-downs, and I do not have to spend a long time manually backlogging. Example: Specific Information (A, B, C, D)Dropdown (A, B, C, D) Text contains A, CChecked off A, C. Read More
Explorer crashes after RDP session
I have win11 pro on my desktop and connect to it sometimes from a laptop (also win11) over RDP. After disconnecting and then logging in locally explorer won’t resize or I get the spinning blue disc of death. Browsers and apps are all running normally. Explorer is completely unresponsive though and I have to end the task and then re-launch it (from task manager). idk if its scaling or something to do with different resolutions between the 2 machines. Desktop is 4k (3840×2160 | 150% scale) and laptop is 2kish (2880×1800 | 175% scale). I connect from the laptop in full screen. And to top it off, explorer will crash in the RDP session as well, same thing – end it and re-launch.
It’s an odd one, hoping someone has seen it before and found a resolution. Thanks!
I have win11 pro on my desktop and connect to it sometimes from a laptop (also win11) over RDP. After disconnecting and then logging in locally explorer won’t resize or I get the spinning blue disc of death. Browsers and apps are all running normally. Explorer is completely unresponsive though and I have to end the task and then re-launch it (from task manager). idk if its scaling or something to do with different resolutions between the 2 machines. Desktop is 4k (3840×2160 | 150% scale) and laptop is 2kish (2880×1800 | 175% scale). I connect from the laptop in full screen. And to top it off, explorer will crash in the RDP session as well, same thing – end it and re-launch. It’s an odd one, hoping someone has seen it before and found a resolution. Thanks! Read More
Analyse a File/Document
Hello guys,
i am looking for a method to analyze files like Virustotal. I have a .exe &.msi File also the SHA1 & SHa256 hashes. I want check the files how can i do it? We have Defender for Business enrolled.
Hello guys, i am looking for a method to analyze files like Virustotal. I have a .exe &.msi File also the SHA1 & SHa256 hashes. I want check the files how can i do it? We have Defender for Business enrolled. Read More
SQL Server Trace Flag 5013
We have been advised to apply Trace Flag 5013 to our Production servers running SQL Server 2017 or above. My issue here is that this flag undocumented, so we are not able to verify exactly what it does. It does make our third-party product more stable, but we don’t know if we’d be introducing any other undesired effects onto our estates. I’d like to ask if anyone out there has had any experience with this flag?
We have been advised to apply Trace Flag 5013 to our Production servers running SQL Server 2017 or above. My issue here is that this flag undocumented, so we are not able to verify exactly what it does. It does make our third-party product more stable, but we don’t know if we’d be introducing any other undesired effects onto our estates. I’d like to ask if anyone out there has had any experience with this flag? Read More
Calculated Date Column. 31.12.1899 instead of nothing or hyphen
Hi,
There is a SharePoint list with 4 columns: Document / ExpirationDate / DaysBeforeExpiration / ReminderDate.
ReminderDate is the calculated column and shows the date, when a reminder is sent.
Formula: = ExpirationDate minus DaysBeforeExpiration
Some documents have no expiration date so there is no value included in this column. Then it shows a result like this: 28.12.1899. But it should show nothing or a hyphen instead.
Thanks for you help in advance.
Hi,There is a SharePoint list with 4 columns: Document / ExpirationDate / DaysBeforeExpiration / ReminderDate.ReminderDate is the calculated column and shows the date, when a reminder is sent.Formula: = ExpirationDate minus DaysBeforeExpirationSome documents have no expiration date so there is no value included in this column. Then it shows a result like this: 28.12.1899. But it should show nothing or a hyphen instead.Thanks for you help in advance. Read More
Secondary notes folders from Outlook not syncing/showing in Android Office 365 app
Hi there,
I installed the Office 365 app on my Android Blackberry phone to gain access to the “My Notes” folder amongst other things. One thing I noticed however is that the secondary folders that I created in the “My Notes” folder do not show up or sync, I looked through the settings and could not see anything which would allow me to do this, is it possible?
I also installed the Outlook Lite app, which conversely does sync the secondary folders in My Notes, however Outlook Lite does not allow you to edit or add new notes in the folders, which is rather annoying.
How can get it that I can sync, access and edit all the folders including subfolders in My Notes?
Hi there, I installed the Office 365 app on my Android Blackberry phone to gain access to the “My Notes” folder amongst other things. One thing I noticed however is that the secondary folders that I created in the “My Notes” folder do not show up or sync, I looked through the settings and could not see anything which would allow me to do this, is it possible? I also installed the Outlook Lite app, which conversely does sync the secondary folders in My Notes, however Outlook Lite does not allow you to edit or add new notes in the folders, which is rather annoying. How can get it that I can sync, access and edit all the folders including subfolders in My Notes? Read More
Painful setting up notification in Alert Policy
I have been trying to setup default system alerts in security portal for email, and adding a simple email has been very painful. Most rules don’t get updated on 1st attempt, some after 10-15mins and some never.
I am doing this in security portal, and not able to update these to add our email to these 2
I have been trying to setup default system alerts in security portal for email, and adding a simple email has been very painful. Most rules don’t get updated on 1st attempt, some after 10-15mins and some never.I am doing this in security portal, and not able to update these to add our email to these 2 Read More