Month: July 2024
Search in Viva Connections rapidly slowed down
Hi,
first of all, I’m not sure if I’m in the right place, so if not, i really apalogise if this does not belong here.
Our company helped one of our customers do deploy Viva Connections.
It mostly worked fine, but then one issue appeard. They have two cards there – Search for users and Search through intranet. What happened is that when anyone tries to search for anything, it takes between 20 and 30 seconds to load. It is supposed, and it was, load within 5 seconds or so.
I haven’t find what could cause the issue since it looks like that’s the only appear of this kind of an issue.
Have anyone seen anything like this?
Thank you
Hi,first of all, I’m not sure if I’m in the right place, so if not, i really apalogise if this does not belong here.Our company helped one of our customers do deploy Viva Connections. It mostly worked fine, but then one issue appeard. They have two cards there – Search for users and Search through intranet. What happened is that when anyone tries to search for anything, it takes between 20 and 30 seconds to load. It is supposed, and it was, load within 5 seconds or so.I haven’t find what could cause the issue since it looks like that’s the only appear of this kind of an issue.Have anyone seen anything like this? Thank you Read More
Remove page title from command bar
The title of the page started to appear in the Command Bar on our SharePoint communication sites a few days ago.
How can we remove this?
It looks bad for several reasons:
long titles get truncated due to lack of spaceit duplicates the browser tabit duplicates the main page heading which is just below
It’s not just editors who are seeing this: all users can see it.
The title of the page started to appear in the Command Bar on our SharePoint communication sites a few days ago. How can we remove this? It looks bad for several reasons:long titles get truncated due to lack of spaceit duplicates the browser tabit duplicates the main page heading which is just below It’s not just editors who are seeing this: all users can see it. Read More
Aligning a linear and non-linear x-axis
I have a spectroscopy plot of two curves, one relating to wavelength and one to wave number.
Wavenumber = 1/wavelegnth, so the relation is non linear. I want to align the top x-axis with bottom x-axis so that the peaks of the two curves are displayed in line with each other. Is this possible?
This is my current code:
t = tiledlayout(1,1);
ax1 = axes(t);
plot(ax1,wl1,sol1,’-r’,’LineWidth’,3)
ax1.XAxisLocation = ‘bottom’;
ax1.YAxisLocation = ‘left’;
ax1.XColor = ‘r’;
ax1.YColor = ‘r’;
set(ax1, ‘xlim’,[300 400])
xlabel(‘wavelength (nm)’,FontSize=18)
ylabel(‘Absorption’,FontSize=18)
hold on
ax2 = axes(t);
plot(ax2,wn1,sol1_adj,’-k’,’LineWidth’,3)
set(ax2, ‘xlim’,[250000 333333])
ax2.XAxisLocation = ‘top’;
ax2.YAxisLocation = ‘right’;
ax2.Color = ‘none’;
ax1.Box = ‘off’;
ax2.Box = ‘off’;
xlabel(‘wavenumber(m^-^1)’,FontSize=18)
ylabel(‘Absorption’,FontSize=18)
set(gca, ‘XDir’,’reverse’)
ax1.FontSize = 16;
ax2.FontSize = 16;I have a spectroscopy plot of two curves, one relating to wavelength and one to wave number.
Wavenumber = 1/wavelegnth, so the relation is non linear. I want to align the top x-axis with bottom x-axis so that the peaks of the two curves are displayed in line with each other. Is this possible?
This is my current code:
t = tiledlayout(1,1);
ax1 = axes(t);
plot(ax1,wl1,sol1,’-r’,’LineWidth’,3)
ax1.XAxisLocation = ‘bottom’;
ax1.YAxisLocation = ‘left’;
ax1.XColor = ‘r’;
ax1.YColor = ‘r’;
set(ax1, ‘xlim’,[300 400])
xlabel(‘wavelength (nm)’,FontSize=18)
ylabel(‘Absorption’,FontSize=18)
hold on
ax2 = axes(t);
plot(ax2,wn1,sol1_adj,’-k’,’LineWidth’,3)
set(ax2, ‘xlim’,[250000 333333])
ax2.XAxisLocation = ‘top’;
ax2.YAxisLocation = ‘right’;
ax2.Color = ‘none’;
ax1.Box = ‘off’;
ax2.Box = ‘off’;
xlabel(‘wavenumber(m^-^1)’,FontSize=18)
ylabel(‘Absorption’,FontSize=18)
set(gca, ‘XDir’,’reverse’)
ax1.FontSize = 16;
ax2.FontSize = 16; I have a spectroscopy plot of two curves, one relating to wavelength and one to wave number.
Wavenumber = 1/wavelegnth, so the relation is non linear. I want to align the top x-axis with bottom x-axis so that the peaks of the two curves are displayed in line with each other. Is this possible?
This is my current code:
t = tiledlayout(1,1);
ax1 = axes(t);
plot(ax1,wl1,sol1,’-r’,’LineWidth’,3)
ax1.XAxisLocation = ‘bottom’;
ax1.YAxisLocation = ‘left’;
ax1.XColor = ‘r’;
ax1.YColor = ‘r’;
set(ax1, ‘xlim’,[300 400])
xlabel(‘wavelength (nm)’,FontSize=18)
ylabel(‘Absorption’,FontSize=18)
hold on
ax2 = axes(t);
plot(ax2,wn1,sol1_adj,’-k’,’LineWidth’,3)
set(ax2, ‘xlim’,[250000 333333])
ax2.XAxisLocation = ‘top’;
ax2.YAxisLocation = ‘right’;
ax2.Color = ‘none’;
ax1.Box = ‘off’;
ax2.Box = ‘off’;
xlabel(‘wavenumber(m^-^1)’,FontSize=18)
ylabel(‘Absorption’,FontSize=18)
set(gca, ‘XDir’,’reverse’)
ax1.FontSize = 16;
ax2.FontSize = 16; axis, scaling MATLAB Answers — New Questions
Running a large array
Hi,
I am trying to load in an array (the array is 362x332x75x1032 (34.7GB)), which exceeds maximum array size preference (16.0GB). How do i go about loading it in.
It is a variable which is part of a .nc datasetHi,
I am trying to load in an array (the array is 362x332x75x1032 (34.7GB)), which exceeds maximum array size preference (16.0GB). How do i go about loading it in.
It is a variable which is part of a .nc dataset Hi,
I am trying to load in an array (the array is 362x332x75x1032 (34.7GB)), which exceeds maximum array size preference (16.0GB). How do i go about loading it in.
It is a variable which is part of a .nc dataset array, error, data import MATLAB Answers — New Questions
Unable to reach app, please try again later
when I’m trying to add Survey app to MS Teams, I got this error ” unable to reach app. Please try again “, so how can fix it ?
when I’m trying to add Survey app to MS Teams, I got this error ” unable to reach app. Please try again “, so how can fix it ? Read More
Graph API InternalServerError with FanoutDownstreamContradiction when running SharePoint query
Hi,
I am running a search query against our SharePoint environment over a large amount of sites using the Graph API. For this we use the ‘search/query’ endpoint. The request is done using delegated permissions. Currently, when we run a query, most of the times it goes well, but sometimes gives an error with a statuscode 500 like this:
{‘error’: {‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘FanoutDownstreamContradiction’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘TwoStepFanout_FirstStepFailed’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘serviceName’: ‘Xap’, ‘moduleName’: ‘SubstrateSearch.FanoutV2.Plugins.TenantSearch.TenantSearchMultiDimensionFanoutPluginV3’, ‘contactTeam’: ‘3sdri’, ‘httpCode’: 500}, {‘code’: ‘FanoutDownstreamContradiction’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘serviceName’: ‘FanoutService’, ‘moduleName’: ‘Fanout’, ‘contactTeam’: ‘3STenantSearchDevs’, ‘httpCode’: 500}], ‘serviceName’: ‘FanoutService’, ‘moduleName’: ‘Fanout’, ‘contactTeam’: ‘3STenantSearchDevs’, ‘httpCode’: 500}], ‘moduleName’: ‘SubstrateMultiDimensionFanoutSearchWorkflowBaseV2’, ‘httpCode’: 500}], ‘moduleName’: ‘G21AscWorkflow’, ‘httpCode’: 500}], ‘moduleName’: ‘TenantFileSearchFederationWorkflow_ASC’, ‘httpCode’: 500}], ‘moduleName’: ‘TenantFileSearchFederationWorkflow’, ‘httpCode’: 500}], ‘warnings’: [{‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘ProviderSearchRequestNull’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘serviceName’: ‘Xap’, ‘moduleName’: ‘TopicEngineQueryRequestBuilderPlugin’, ‘contactTeam’: ‘3sdri’, ‘httpCode’: 500}], ‘moduleName’: ‘HttpWorkflow’, ‘httpCode’: 500}, {‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘EmptyResponses’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘serviceName’: ‘TopicEngine’, ‘moduleName’: ‘TopicEngineQueryResponseValidatorPlugin’, ‘contactTeam’: ‘3sdri’, ‘httpCode’: 500}], ‘moduleName’: ‘HttpWorkflow’, ‘httpCode’: 500}], ‘moduleName’: ‘HttpWorkflow’, ‘httpCode’: 500}], ‘moduleName’: ‘TopicEngineWorkflowWithTriggering’, ‘httpCode’: 500}], ‘moduleName’: ‘FederationWorkflow’, ‘httpCode’: 500}], ‘moduleName’: ‘TopLevelWorkflowBase’, ‘httpCode’: 500}, ‘Instrumentation’: {‘TraceId’: ‘36560a36-0a8a-4fda-7619-320942eab818’}}
This problem has only started to occur recently, whereas before we have never had an issue with the queries. It seems to be most common when a lot of documents are being found across many sites for a a search query. The search query itself looks like this:
(FileName:*annual report* OR Title:*annual report*) filetype:pdf LastModifiedTimeForRetention=Yesterday
And thus errors depending on the amount of documents that are being found. It is totally unclear from the error what the problem is, and I’m wondering if anyone has seen this problem and if there is a possible solution for it…
Hi, I am running a search query against our SharePoint environment over a large amount of sites using the Graph API. For this we use the ‘search/query’ endpoint. The request is done using delegated permissions. Currently, when we run a query, most of the times it goes well, but sometimes gives an error with a statuscode 500 like this: {‘error’: {‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘FanoutDownstreamContradiction’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘TwoStepFanout_FirstStepFailed’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘serviceName’: ‘Xap’, ‘moduleName’: ‘SubstrateSearch.FanoutV2.Plugins.TenantSearch.TenantSearchMultiDimensionFanoutPluginV3’, ‘contactTeam’: ‘3sdri’, ‘httpCode’: 500}, {‘code’: ‘FanoutDownstreamContradiction’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘serviceName’: ‘FanoutService’, ‘moduleName’: ‘Fanout’, ‘contactTeam’: ‘3STenantSearchDevs’, ‘httpCode’: 500}], ‘serviceName’: ‘FanoutService’, ‘moduleName’: ‘Fanout’, ‘contactTeam’: ‘3STenantSearchDevs’, ‘httpCode’: 500}], ‘moduleName’: ‘SubstrateMultiDimensionFanoutSearchWorkflowBaseV2’, ‘httpCode’: 500}], ‘moduleName’: ‘G21AscWorkflow’, ‘httpCode’: 500}], ‘moduleName’: ‘TenantFileSearchFederationWorkflow_ASC’, ‘httpCode’: 500}], ‘moduleName’: ‘TenantFileSearchFederationWorkflow’, ‘httpCode’: 500}], ‘warnings’: [{‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘ProviderSearchRequestNull’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘serviceName’: ‘Xap’, ‘moduleName’: ‘TopicEngineQueryRequestBuilderPlugin’, ‘contactTeam’: ‘3sdri’, ‘httpCode’: 500}], ‘moduleName’: ‘HttpWorkflow’, ‘httpCode’: 500}, {‘code’: ‘InternalServerError’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘details’: [{‘code’: ‘EmptyResponses’, ‘message’: ‘The call failed, please try again.’, ‘target’: ”, ‘serviceName’: ‘TopicEngine’, ‘moduleName’: ‘TopicEngineQueryResponseValidatorPlugin’, ‘contactTeam’: ‘3sdri’, ‘httpCode’: 500}], ‘moduleName’: ‘HttpWorkflow’, ‘httpCode’: 500}], ‘moduleName’: ‘HttpWorkflow’, ‘httpCode’: 500}], ‘moduleName’: ‘TopicEngineWorkflowWithTriggering’, ‘httpCode’: 500}], ‘moduleName’: ‘FederationWorkflow’, ‘httpCode’: 500}], ‘moduleName’: ‘TopLevelWorkflowBase’, ‘httpCode’: 500}, ‘Instrumentation’: {‘TraceId’: ‘36560a36-0a8a-4fda-7619-320942eab818’}} This problem has only started to occur recently, whereas before we have never had an issue with the queries. It seems to be most common when a lot of documents are being found across many sites for a a search query. The search query itself looks like this:(FileName:*annual report* OR Title:*annual report*) filetype:pdf LastModifiedTimeForRetention=Yesterday
And thus errors depending on the amount of documents that are being found. It is totally unclear from the error what the problem is, and I’m wondering if anyone has seen this problem and if there is a possible solution for it… Read More
Conflicting Tasks
I am trying to cancel a Teams Meeting.
When I right click on the meeting and choose ‘Cancel Meeting’ I am getting a Microsoft Outlook alert stating “One or more items in the folder you synchronized do not match. To resolve the conflicts, open the items, and then try this operation again”
I don’t know what this message means, why I am getting the message, and I don’t know how to open the items.
Help please
I am trying to cancel a Teams Meeting. When I right click on the meeting and choose ‘Cancel Meeting’ I am getting a Microsoft Outlook alert stating “One or more items in the folder you synchronized do not match. To resolve the conflicts, open the items, and then try this operation again”I don’t know what this message means, why I am getting the message, and I don’t know how to open the items. Help please Read More
Newletter template with existing news and flexible layout
Hi.
The Newsletter template presents on SharePointOnline does not allow to include existing news on it.
Instead I would like to have a newletter template where I can insert texts and news, the news are already present on my site.
Furthermore, I must be able to organize the layout by distributing text and news as I wish.
Is there such a template?
Thank you.
Hi.The Newsletter template presents on SharePointOnline does not allow to include existing news on it. Instead I would like to have a newletter template where I can insert texts and news, the news are already present on my site.Furthermore, I must be able to organize the layout by distributing text and news as I wish.Is there such a template?Thank you. Read More
Exploring the Advanced RAG (Retrieval Augmented Generation) Service
In the ever-evolving landscape of AI, LLM + RAG (Retrieval Augmented Generation) is a typical use scenario. Retrieving accurate related chunked data from complicated docs and then improving LLM response quality becomes challenge. There is no a silver bullet RAG can address all requirements so far. Developers need to verify different advanced RAG techs to find out which is a proper one for their scenarios considering accuracy, response speed, costs, etc. In order to solve this, with Azure Intelligent Document, Azure OpenAI, LlamaIndex, LangChain, Gradio…, I developed this AdvancedRAG service. This service is encapsulated in a Docker container, offers a streamlined way to experiment with different indexing techniques, evaluate their accuracy, and optimize performance for various RAG use cases. Whether you’re building a quick MVP, a proof of concept, or simply exploring different indexing strategies, this service provides a versatile playground.
Introduction
The Advanced RAG AI Service ( https://github.com/freistli/AdvancedRAG ) enables developers to quickly verify different RAG indexing techniques, assessing both accuracy and performance. From index generation to output verification through chat mode and proofreading mode, this service offers comprehensive support. It can run locally in a Docker container or be deployed to Azure Container Apps, providing flexibility for various deployment scenarios.
Key Features
Knowledge Graph Indexing
Recursive Retriever Query
Tree Mode Summarization
Semantic Hybrid Search + Sub Query Engine with Azure OpenAI
Microsoft GraphRAG (Local Search + Global Search)
Quick Start Guide
To get started with the Advanced RAG service, follow these steps:
Cloning the Repository
git clone https://github.com/freistli/AdvancedRAG.git
Setting Up Environment Variables
Rename .env_4_SC.sample to .env_4_SC and input the necessary environment variables. Note that an Azure OpenAI resource and an Azure Document Intelligence resource are required. Azure AI Search is optional unless you plan to build or use an Azure AI Search index.
Building and Running the Docker Image
Build the Docker image:
docker build -t docaidemo .
Run the image locally:
docker run -p 8000:8000 docaidemo
Access the service at http://localhost:8000.
Running on Azure Container App
Publish your Docker image to Azure Container Registry or Docker Hub.
Create an Azure Container App, select the published Docker image, and deploy the revision pod without any extra commands.
Set environment variables in the Azure Container App if you didn’t include .env_4_SC in the image.
Building an Index
Click the “Index Build” tab.
Upload a file to the file section. (PDF format is recommended for complex content.)
Click “Submit” and wait for the index building to complete. Status updates will appear in real-time on the right pane.
Once you see the completion message, you can download the index for local use.
2024-06-13T10:04:54.120027: Index is persisted in /tmp/index_cache/yourfilename
/tmp/index_cache/yourfilename can be used as your Index name.
Setup Your Own Index in the Docker Image
“rules” Index Name is predefined for Knowledge Graph Index of Japanese proofread demo in this solution. Developers can use their own indexes in other folders for the docker:
To make it work:
Move to the folder which contains the AdvancedRAG dockerfile
Create a folder to keep the index, for example, index123
Extract the index zip file you get from the step 6 in the “Build Index” section, save index files you downloaded into ./index123
Build the docker image again.
After this, you can use index123 as index name in the Chat mode.
Using the Advanced RAG Service
Calling the Service through REST API
Endpoint: https://{BASEURL}/proofreadaddin/run/predict
Method: POST
Header: Content-Type: application/json
Sample Data:
{
“data”: [
“今回は半導体製造装置セクターの最近の動きを分析します。” , <—- Proofread Content
“False” <— Streaming
]
}
Endpoint: https://{BASEURL}/advchatbot/run/chat
Method: POST
Header: Content-Type: application/json
Sample Data:
{
“data”: [
“When did the Author convince his farther”, <—– Prompt
“”, <— History Object, don’t change it
“Azure AI Search”, <—— Index Type
“azuresearch_0”, <——- Index Name or Folder
“You are a friendly AI Assistant” <—– System Message
]
}
Consuming the Service in Office Add-In
For the Proofread Addin use case, refer to: Proofread Addin.
Chat Mode
Click “Chat Mode.”
Choose the index type.
Enter the index path or Azure AI Search Index name in the “Index Name” text field.
Interact with the document using various system messages if needed.
Proofread Mode
Proofread mode is tailored for non-English languages and requires a Knowledge Graph Index. Steps to generate this index are the same as for other indices.
Viewing the Knowledge Graph Index
Click the “View Knowledge Graph Index” tab.
Enter your Knowledge Graph Index name and click “Submit.”
After a short wait, click “Download Knowledge Graph View” to see the result.
Conclusion
The Advanced RAG Service is a convenient solution for developers looking to explore and optimize retrieval augmented generation techniques. By providing a flexible, Docker-based environment, it enables rapid experimentation and deployment, making it easier to find the best indexing strategies for specific use cases, and provide REST API Endpoints. Whether you’re working locally or deploying to the cloud, this service streamlines the process of developing and testing advanced AI solutions.
Microsoft Tech Community – Latest Blogs –Read More
How to rethink and revolutionize agreement processes with Docusign and Microsoft integrations
In this guest blog post, Erika Sperekas, Sr. Partner Marketing Manager at Docusign, examines the consequences of patchwork agreement workflows and explains how system integrations can streamline processes and create better experiences for businesses.
No matter which line of business you work in, you will probably have to deal with agreements at some point. Agreements are everywhere throughout an organization: sales contracts, offer letters, account openings, invoices, and a lot more. They contain details about dollars that change hands, products and services that are delivered, and relationships your business has with important parties.
However, the process most teams use to manage agreements is broken. Organizations have long struggled to deal with the negative effects of patchwork agreement workflows. By combining disjointed tools and applications not meant to manage documents, teams end up requiring employees to manually transfer information from one system to another. That lack of a centrally connected platform hinders productivity, creates bottlenecks, fragments information, and restricts access. Contracts still get done, but there’s a lot more time and pain than there has to be.
These disconnected processes frustrate employees, slow down business, introduce unnecessary risk, and erode value. They also isolate critical data points and prevent the free flow of information across important pieces of the technology stack. In total, Deloitte and Docusign calculate that outdated agreement processes cost businesses nearly $2 trillion in global economic value every year.
To solve that problem, teams need a better way to create, commit to, and manage agreements. They need to connect the systems and processes used to manage agreements to the systems and processes that run the business. The ideal solution is a well-integrated tool that is accessible to all parties in the agreement workflow. It should be full of tools built specifically to manage agreements digitally, reliably, and securely.
Integrate critical technologies to simplify common workflows
In the last decade, investments in customer relationship management, enterprise resource planning, and human capital management technologies have proven valuable in improving the efficiency of data-driven processes, like quote-to-cash and hire-to-retire. Somehow, the agreements that document those activities have remained largely untouched.
Today, the average company uses 976 applications across the organization, but only 28% of those applications are integrated. That means teams spend way too much time doing disconnected work or toggling back and forth between systems. System integrations are necessary to digitize processes across your organization and create better experiences for employees, customers, and partners.
Docusign and Microsoft are industry leaders and natural integration partners when it comes to connecting agreement systems to common workflow systems. By connecting Docusign data to data within Microsoft 365, Dynamics 365, and Power Platform applications, we’ve created a simple way for customers to transform their agreement process. An integrated system will offer more opportunities to automate common agreement steps and expand agreement collaboration to include people on more devices, in more locations, and using a broader range of applications.
“Through our partnership with Microsoft, we are revolutionizing the way organizations do business,” said Janine Grasso, Docusign GVP Partner Development & Alliances. “Docusign’s integrations with Copilot for Microsoft 365 and Copilot for Sales harness the power of AI to drive intelligent automation and innovation, leveraging Power Platform plug-ins and Microsoft Copilot Studio. Meeting people where they work, these integrations empower organizations to accelerate revenue, reduce risk, and create better experiences from the agreements that run their business. Together, we’re not just streamlining processes; we’re redefining what’s possible in the digital era.”
With Docusign’s suite of Microsoft integrations, customers can support the lifecycle of any agreement process without requiring employees to copy and paste data or manually transfer a document from one tool to another. That means faster, simpler workflows for employee onboarding paperwork, sales order forms, legally binding contracts, procurement RFPs, internal forms, and more.
Microsoft customers leveraging Docusign will see an instant increase in the speed of their agreements. Today, 76% of successful Docusign eSignature transactions are completed in less than 24 hours and 41% of them are completed within 15 minutes!
Integrating Docusign with Microsoft also offers a more robust and productive experience for Copilot for Microsoft 365 users. That connection makes it easier than ever for business users across HR, procurement, legal, finance, and more to instantly access information from other corporate and third-party data sources. As your team makes plans to analyze and integrate more data as part of a forward-looking AI strategy, that network of connected data sources will be even more important.
“Our partner Docusign delivers comprehensive solutions that use AI to streamline agreement workflows and enhance collaboration within the Microsoft products people use every day,” said Yvonne Muench, Sr. Director of Marketplace & ISV Journey, Microsoft. “We’re excited that Docusign offers these solutions via Azure Marketplace, simplifying the complex landscape of business tools and empowering our mutual customers to achieve their goals more effectively.”
Making the most of existing investments
Microsoft customers can access the Docusign integrations today on AppSource or purchase Docusign in the Azure Marketplace. It’s the easiest way to leverage their existing Microsoft Azure Consumption Commitment (MACC) to purchase Docusign and access our robust suite of integrations.
With the ability to buy directly from Azure Marketplace, you can ensure a simplified procurement and invoicing experience without new vendor onboarding—allowing you to realize the value of our joint integrations quickly!
Microsoft Tech Community – Latest Blogs –Read More
Compile error regarding ‘arm-none-eabi-gcc.exe’ with Arduino Due support package
The customer is using arduinodue_gettingstarted model, he is getting an error when running the "Run To Target Hardware" choosing the Arduino Due and clicking "Deploy to Hardware." he downloaded the support package from:
https://www.mathworks.com/hardware-support/arduino.html
The call to realtime_make_rtw_hook, during the after_make hook generated the following error:
ERROR: The build failed with the following message: "C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/tools/g++_arm_none_eabi/bin/arm-none-eabi-gcc" -I"C:/MATLAB/SupportPackages/R2014b/arduinobase/toolbox/realtime/targets/arduino/include" -I"C:/MATLAB/SupportPackages/R2014b/arduinobase/toolbox/realtime/targets/arduino/blocks/sfcn/include" -I"C:/Users/dxq130330/Documents/MATLAB/untitled_rtt" -I"C:/Users/dxq130330/Documents/MATLAB" -I"C:/Program Files/MATLAB/R2014b/extern/include" -I"C:/Program Files/MATLAB/R2014b/simulink/include" -I"C:/Program Files/MATLAB/R2014b/rtw/c/src" -I"C:/Program Files/MATLAB/R2014b/rtw/c/src/ext_mode/common" -I"C:/Program Files/MATLAB/R2014b/rtw/c/ert" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/system/libsam" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/system/CMSIS/CMSIS/Include" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/system/CMSIS/Device/ATMEL" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/cores/arduino" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/cores/arduino/USB" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/variants/arduino_due_x" -I"C:/MATLAB/SupportPackages/R2014b/arduinodue/toolbox/realtime/targets/arduinodue/include" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/libraries/Servo/src" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/libraries/Servo/src/sam" -c -g -Os -w -ffunction-sections -fdata-sections -nostdlib –param max-inline-insns-single=500 -fno-rtti -fno-exceptions -mcpu=cortex-m3 -mthumb -I. -D"MODEL=untitled" -D"NUMST=1" -D"NCSTATES=0" -D"HAVESTDIO=" -D"ONESTEPFCN=0" -D"TERMFCN=1" -D"MAT_FILE=0" -D"MULTI_INSTANCE_CODE=0" -D"INTEGER_CODE=0" -D"MT=0" -D"CLASSIC_INTERFACE=0" -D"ALLOCATIONFCN=0" -D"TID01EQ=0" -D"printf=iprintf" -D"F_CPU=84000000" -D"_RUNONTARGETHARDWARE_BUILD_=" -D"_ROTH_DUE_=" -D"ARDUINO=156" -D"ARDUINO_SAM_DUE=" -D"ARDUINO_ARCH_SAM=" -D"__SAM3X8E__=" -D"USB_PID=0x003e" -D"USB_VID=0x2341" -D"USBCON=" -D"_RTT_NUMSERVOS_=0" -D"_RTT_SINGLE_TASKING_MODE_=" ./IPAddress.cpp ./Print.cpp ./Reset.cpp ./RingBuffer.cpp ./Stream.cpp ./UARTClass.cpp ./USARTClass.cpp ./CDC.cpp ./HID.cpp ./USBCore.cpp ./WInterrupts.c ./WMath.cpp ./WString.cpp ./cortex_handlers.c ./cxxabi-compat.cpp ./hooks.c ./iar_calls_sam3.c ./itoa.c ./syscalls_sam3.c ./wiring.c ./wiring_analog.c ./wiring_digital.c ./wiring_pulse.cpp ./wiring_shift.c ./variant.cpp ./io_wrappers.cpp ./TimerTickScheduler.c ./arm_cortex_m_multitasking.c ./ert_main.c ./untitled.c ./untitled_data.c This application has requested the Runtime to terminate it in an unusual way. Please contact the application’s support team for more information. cs-make: *** [IPAddress.o] Error 255
The build process will terminate as a result. The build failed with the following message: "C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/tools/g++_arm_none_eabi/bin/arm-none-eabi-gcc" -I"C:/MATLAB/SupportPackages/R2014b/arduinobase/toolbox/realtime/targets/arduino/include" -I"C:/MATLAB/SupportPackages/R2014b/arduinobase/toolbox/realtime/targets/arduino/blocks/sfcn/include" -I"C:/Users/dxq130330/Documents/MATLAB/untitled_rtt" -I"C:/Users/dxq130330/Documents/MATLAB" -I"C:/Program Files/MATLAB/R2014b/extern/include" -I"C:/Program Files/MATLAB/R2014b/simulink/include" -I"C:/Program Files/MATLAB/R2014b/rtw/c/src" -I"C:/Program Files/MATLAB/R2014b/rtw/c/src/ext_mode/common" -I"C:/Program Files/MATLAB/R2014b/rtw/c/ert" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/system/libsam" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/system/CMSIS/CMSIS/Include" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/system/CMSIS/Device/ATMEL" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/cores/arduino" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/cores/arduino/USB" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/variants/arduino_due_x" -I"C:/MATLAB/SupportPackages/R2014b/arduinodue/toolbox/realtime/targets/arduinodue/include" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/libraries/Servo/src" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/libraries/Servo/src/sam" -c -g -Os -w -ffunction-sections -fdata-sections -nostdlib –param max-inline-insns-single=500 -fno-rtti -fno-exceptions -mcpu=cortex-m3 -mthumb -I. -D"MODEL=untitled" -D"NUMST=1" -D"NCSTATES=0" -D"HAVESTDIO=" -D"ONESTEPFCN=0" -D"TERMFCN=1" -D"MAT_FILE=0" -D"MULTI_INSTANCE_CODE=0" -D"INTEGER_CODE=0" -D"MT=0" -D"CLASSIC_INTERFACE=0" -D"ALLOCATIONFCN=0" -D"TID01EQ=0" -D"printf=iprintf" -D"F_CPU=84000000" -D"_RUNONTARGETHARDWARE_BUILD_=" -D"_ROTH_DUE_=" -D"ARDUINO=156" -D"ARDUINO_SAM_DUE=" -D"ARDUINO_ARCH_SAM=" -D"__SAM3X8E__=" -D"USB_PID=0x003e" -D"USB_VID=0x2341" -D"USBCON=" -D"_RTT_NUMSERVOS_=0" -D"_RTT_SINGLE_TASKING_MODE_=" ./IPAddress.cpp ./Print.cpp ./Reset.cpp ./RingBuffer.cpp ./Stream.cpp ./UARTClass.cpp ./USARTClass.cpp ./CDC.cpp ./HID.cpp ./USBCore.cpp ./WInterrupts.c ./WMath.cpp ./WString.cpp ./cortex_handlers.c ./cxxabi-compat.cpp ./hooks.c ./iar_calls_sam3.c ./itoa.c ./syscalls_sam3.c ./wiring.c ./wiring_analog.c ./wiring_digital.c ./wiring_pulse.cpp ./wiring_shift.c ./variant.cpp ./io_wrappers.cpp ./TimerTickScheduler.c ./arm_cortex_m_multitasking.c ./ert_main.c ./untitled.c ./untitled_data.c This application has requested the Runtime to terminate it in an unusual way. Please contact the application’s support team for more information. cs-make: *** [IPAddress.o] Error 255 Component: Simulink | Category: Block error
The customer is using arduinodue_gettingstarted model, he is getting an error when running the "Run To Target Hardware" choosing the Arduino Due and clicking "Deploy to Hardware." he downloaded the support package from:
https://www.mathworks.com/hardware-support/arduino.html
The call to realtime_make_rtw_hook, during the after_make hook generated the following error:
ERROR: The build failed with the following message: "C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/tools/g++_arm_none_eabi/bin/arm-none-eabi-gcc" -I"C:/MATLAB/SupportPackages/R2014b/arduinobase/toolbox/realtime/targets/arduino/include" -I"C:/MATLAB/SupportPackages/R2014b/arduinobase/toolbox/realtime/targets/arduino/blocks/sfcn/include" -I"C:/Users/dxq130330/Documents/MATLAB/untitled_rtt" -I"C:/Users/dxq130330/Documents/MATLAB" -I"C:/Program Files/MATLAB/R2014b/extern/include" -I"C:/Program Files/MATLAB/R2014b/simulink/include" -I"C:/Program Files/MATLAB/R2014b/rtw/c/src" -I"C:/Program Files/MATLAB/R2014b/rtw/c/src/ext_mode/common" -I"C:/Program Files/MATLAB/R2014b/rtw/c/ert" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/system/libsam" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/system/CMSIS/CMSIS/Include" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/system/CMSIS/Device/ATMEL" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/cores/arduino" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/cores/arduino/USB" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/variants/arduino_due_x" -I"C:/MATLAB/SupportPackages/R2014b/arduinodue/toolbox/realtime/targets/arduinodue/include" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/libraries/Servo/src" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/libraries/Servo/src/sam" -c -g -Os -w -ffunction-sections -fdata-sections -nostdlib –param max-inline-insns-single=500 -fno-rtti -fno-exceptions -mcpu=cortex-m3 -mthumb -I. -D"MODEL=untitled" -D"NUMST=1" -D"NCSTATES=0" -D"HAVESTDIO=" -D"ONESTEPFCN=0" -D"TERMFCN=1" -D"MAT_FILE=0" -D"MULTI_INSTANCE_CODE=0" -D"INTEGER_CODE=0" -D"MT=0" -D"CLASSIC_INTERFACE=0" -D"ALLOCATIONFCN=0" -D"TID01EQ=0" -D"printf=iprintf" -D"F_CPU=84000000" -D"_RUNONTARGETHARDWARE_BUILD_=" -D"_ROTH_DUE_=" -D"ARDUINO=156" -D"ARDUINO_SAM_DUE=" -D"ARDUINO_ARCH_SAM=" -D"__SAM3X8E__=" -D"USB_PID=0x003e" -D"USB_VID=0x2341" -D"USBCON=" -D"_RTT_NUMSERVOS_=0" -D"_RTT_SINGLE_TASKING_MODE_=" ./IPAddress.cpp ./Print.cpp ./Reset.cpp ./RingBuffer.cpp ./Stream.cpp ./UARTClass.cpp ./USARTClass.cpp ./CDC.cpp ./HID.cpp ./USBCore.cpp ./WInterrupts.c ./WMath.cpp ./WString.cpp ./cortex_handlers.c ./cxxabi-compat.cpp ./hooks.c ./iar_calls_sam3.c ./itoa.c ./syscalls_sam3.c ./wiring.c ./wiring_analog.c ./wiring_digital.c ./wiring_pulse.cpp ./wiring_shift.c ./variant.cpp ./io_wrappers.cpp ./TimerTickScheduler.c ./arm_cortex_m_multitasking.c ./ert_main.c ./untitled.c ./untitled_data.c This application has requested the Runtime to terminate it in an unusual way. Please contact the application’s support team for more information. cs-make: *** [IPAddress.o] Error 255
The build process will terminate as a result. The build failed with the following message: "C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/tools/g++_arm_none_eabi/bin/arm-none-eabi-gcc" -I"C:/MATLAB/SupportPackages/R2014b/arduinobase/toolbox/realtime/targets/arduino/include" -I"C:/MATLAB/SupportPackages/R2014b/arduinobase/toolbox/realtime/targets/arduino/blocks/sfcn/include" -I"C:/Users/dxq130330/Documents/MATLAB/untitled_rtt" -I"C:/Users/dxq130330/Documents/MATLAB" -I"C:/Program Files/MATLAB/R2014b/extern/include" -I"C:/Program Files/MATLAB/R2014b/simulink/include" -I"C:/Program Files/MATLAB/R2014b/rtw/c/src" -I"C:/Program Files/MATLAB/R2014b/rtw/c/src/ext_mode/common" -I"C:/Program Files/MATLAB/R2014b/rtw/c/ert" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/system/libsam" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/system/CMSIS/CMSIS/Include" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/system/CMSIS/Device/ATMEL" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/cores/arduino" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/cores/arduino/USB" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/variants/arduino_due_x" -I"C:/MATLAB/SupportPackages/R2014b/arduinodue/toolbox/realtime/targets/arduinodue/include" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/libraries/Servo/src" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/libraries/Servo/src/sam" -c -g -Os -w -ffunction-sections -fdata-sections -nostdlib –param max-inline-insns-single=500 -fno-rtti -fno-exceptions -mcpu=cortex-m3 -mthumb -I. -D"MODEL=untitled" -D"NUMST=1" -D"NCSTATES=0" -D"HAVESTDIO=" -D"ONESTEPFCN=0" -D"TERMFCN=1" -D"MAT_FILE=0" -D"MULTI_INSTANCE_CODE=0" -D"INTEGER_CODE=0" -D"MT=0" -D"CLASSIC_INTERFACE=0" -D"ALLOCATIONFCN=0" -D"TID01EQ=0" -D"printf=iprintf" -D"F_CPU=84000000" -D"_RUNONTARGETHARDWARE_BUILD_=" -D"_ROTH_DUE_=" -D"ARDUINO=156" -D"ARDUINO_SAM_DUE=" -D"ARDUINO_ARCH_SAM=" -D"__SAM3X8E__=" -D"USB_PID=0x003e" -D"USB_VID=0x2341" -D"USBCON=" -D"_RTT_NUMSERVOS_=0" -D"_RTT_SINGLE_TASKING_MODE_=" ./IPAddress.cpp ./Print.cpp ./Reset.cpp ./RingBuffer.cpp ./Stream.cpp ./UARTClass.cpp ./USARTClass.cpp ./CDC.cpp ./HID.cpp ./USBCore.cpp ./WInterrupts.c ./WMath.cpp ./WString.cpp ./cortex_handlers.c ./cxxabi-compat.cpp ./hooks.c ./iar_calls_sam3.c ./itoa.c ./syscalls_sam3.c ./wiring.c ./wiring_analog.c ./wiring_digital.c ./wiring_pulse.cpp ./wiring_shift.c ./variant.cpp ./io_wrappers.cpp ./TimerTickScheduler.c ./arm_cortex_m_multitasking.c ./ert_main.c ./untitled.c ./untitled_data.c This application has requested the Runtime to terminate it in an unusual way. Please contact the application’s support team for more information. cs-make: *** [IPAddress.o] Error 255 Component: Simulink | Category: Block error
The customer is using arduinodue_gettingstarted model, he is getting an error when running the "Run To Target Hardware" choosing the Arduino Due and clicking "Deploy to Hardware." he downloaded the support package from:
https://www.mathworks.com/hardware-support/arduino.html
The call to realtime_make_rtw_hook, during the after_make hook generated the following error:
ERROR: The build failed with the following message: "C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/tools/g++_arm_none_eabi/bin/arm-none-eabi-gcc" -I"C:/MATLAB/SupportPackages/R2014b/arduinobase/toolbox/realtime/targets/arduino/include" -I"C:/MATLAB/SupportPackages/R2014b/arduinobase/toolbox/realtime/targets/arduino/blocks/sfcn/include" -I"C:/Users/dxq130330/Documents/MATLAB/untitled_rtt" -I"C:/Users/dxq130330/Documents/MATLAB" -I"C:/Program Files/MATLAB/R2014b/extern/include" -I"C:/Program Files/MATLAB/R2014b/simulink/include" -I"C:/Program Files/MATLAB/R2014b/rtw/c/src" -I"C:/Program Files/MATLAB/R2014b/rtw/c/src/ext_mode/common" -I"C:/Program Files/MATLAB/R2014b/rtw/c/ert" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/system/libsam" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/system/CMSIS/CMSIS/Include" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/system/CMSIS/Device/ATMEL" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/cores/arduino" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/cores/arduino/USB" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/variants/arduino_due_x" -I"C:/MATLAB/SupportPackages/R2014b/arduinodue/toolbox/realtime/targets/arduinodue/include" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/libraries/Servo/src" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/libraries/Servo/src/sam" -c -g -Os -w -ffunction-sections -fdata-sections -nostdlib –param max-inline-insns-single=500 -fno-rtti -fno-exceptions -mcpu=cortex-m3 -mthumb -I. -D"MODEL=untitled" -D"NUMST=1" -D"NCSTATES=0" -D"HAVESTDIO=" -D"ONESTEPFCN=0" -D"TERMFCN=1" -D"MAT_FILE=0" -D"MULTI_INSTANCE_CODE=0" -D"INTEGER_CODE=0" -D"MT=0" -D"CLASSIC_INTERFACE=0" -D"ALLOCATIONFCN=0" -D"TID01EQ=0" -D"printf=iprintf" -D"F_CPU=84000000" -D"_RUNONTARGETHARDWARE_BUILD_=" -D"_ROTH_DUE_=" -D"ARDUINO=156" -D"ARDUINO_SAM_DUE=" -D"ARDUINO_ARCH_SAM=" -D"__SAM3X8E__=" -D"USB_PID=0x003e" -D"USB_VID=0x2341" -D"USBCON=" -D"_RTT_NUMSERVOS_=0" -D"_RTT_SINGLE_TASKING_MODE_=" ./IPAddress.cpp ./Print.cpp ./Reset.cpp ./RingBuffer.cpp ./Stream.cpp ./UARTClass.cpp ./USARTClass.cpp ./CDC.cpp ./HID.cpp ./USBCore.cpp ./WInterrupts.c ./WMath.cpp ./WString.cpp ./cortex_handlers.c ./cxxabi-compat.cpp ./hooks.c ./iar_calls_sam3.c ./itoa.c ./syscalls_sam3.c ./wiring.c ./wiring_analog.c ./wiring_digital.c ./wiring_pulse.cpp ./wiring_shift.c ./variant.cpp ./io_wrappers.cpp ./TimerTickScheduler.c ./arm_cortex_m_multitasking.c ./ert_main.c ./untitled.c ./untitled_data.c This application has requested the Runtime to terminate it in an unusual way. Please contact the application’s support team for more information. cs-make: *** [IPAddress.o] Error 255
The build process will terminate as a result. The build failed with the following message: "C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/tools/g++_arm_none_eabi/bin/arm-none-eabi-gcc" -I"C:/MATLAB/SupportPackages/R2014b/arduinobase/toolbox/realtime/targets/arduino/include" -I"C:/MATLAB/SupportPackages/R2014b/arduinobase/toolbox/realtime/targets/arduino/blocks/sfcn/include" -I"C:/Users/dxq130330/Documents/MATLAB/untitled_rtt" -I"C:/Users/dxq130330/Documents/MATLAB" -I"C:/Program Files/MATLAB/R2014b/extern/include" -I"C:/Program Files/MATLAB/R2014b/simulink/include" -I"C:/Program Files/MATLAB/R2014b/rtw/c/src" -I"C:/Program Files/MATLAB/R2014b/rtw/c/src/ext_mode/common" -I"C:/Program Files/MATLAB/R2014b/rtw/c/ert" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/system/libsam" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/system/CMSIS/CMSIS/Include" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/system/CMSIS/Device/ATMEL" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/cores/arduino" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/cores/arduino/USB" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/hardware/arduino/sam/variants/arduino_due_x" -I"C:/MATLAB/SupportPackages/R2014b/arduinodue/toolbox/realtime/targets/arduinodue/include" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/libraries/Servo/src" -I"C:/MATLAB/SupportPackages/R2014b/arduino-1.5.6-r2/libraries/Servo/src/sam" -c -g -Os -w -ffunction-sections -fdata-sections -nostdlib –param max-inline-insns-single=500 -fno-rtti -fno-exceptions -mcpu=cortex-m3 -mthumb -I. -D"MODEL=untitled" -D"NUMST=1" -D"NCSTATES=0" -D"HAVESTDIO=" -D"ONESTEPFCN=0" -D"TERMFCN=1" -D"MAT_FILE=0" -D"MULTI_INSTANCE_CODE=0" -D"INTEGER_CODE=0" -D"MT=0" -D"CLASSIC_INTERFACE=0" -D"ALLOCATIONFCN=0" -D"TID01EQ=0" -D"printf=iprintf" -D"F_CPU=84000000" -D"_RUNONTARGETHARDWARE_BUILD_=" -D"_ROTH_DUE_=" -D"ARDUINO=156" -D"ARDUINO_SAM_DUE=" -D"ARDUINO_ARCH_SAM=" -D"__SAM3X8E__=" -D"USB_PID=0x003e" -D"USB_VID=0x2341" -D"USBCON=" -D"_RTT_NUMSERVOS_=0" -D"_RTT_SINGLE_TASKING_MODE_=" ./IPAddress.cpp ./Print.cpp ./Reset.cpp ./RingBuffer.cpp ./Stream.cpp ./UARTClass.cpp ./USARTClass.cpp ./CDC.cpp ./HID.cpp ./USBCore.cpp ./WInterrupts.c ./WMath.cpp ./WString.cpp ./cortex_handlers.c ./cxxabi-compat.cpp ./hooks.c ./iar_calls_sam3.c ./itoa.c ./syscalls_sam3.c ./wiring.c ./wiring_analog.c ./wiring_digital.c ./wiring_pulse.cpp ./wiring_shift.c ./variant.cpp ./io_wrappers.cpp ./TimerTickScheduler.c ./arm_cortex_m_multitasking.c ./ert_main.c ./untitled.c ./untitled_data.c This application has requested the Runtime to terminate it in an unusual way. Please contact the application’s support team for more information. cs-make: *** [IPAddress.o] Error 255 Component: Simulink | Category: Block error
simulink, real, time, arduino MATLAB Answers — New Questions
Creazione reinforcement learning per una rete neurale di tipo regressivo
Good morning, I saw the course proposed by Matlab on how to perform the reinforcement of a neural network, but I noticed that it only explains how to do it for a classification neural network and not a regressive one. I would therefore need to know how to apply reinforcement to a regressive network.Good morning, I saw the course proposed by Matlab on how to perform the reinforcement of a neural network, but I noticed that it only explains how to do it for a classification neural network and not a regressive one. I would therefore need to know how to apply reinforcement to a regressive network. Good morning, I saw the course proposed by Matlab on how to perform the reinforcement of a neural network, but I noticed that it only explains how to do it for a classification neural network and not a regressive one. I would therefore need to know how to apply reinforcement to a regressive network. neural network, reinforcement, regression, deep learning MATLAB Answers — New Questions
how to do a contour plot using function handle?
By creating meshgrid, I can do contour plot.
T=linspace(0,2*pi,100);
d = linspace(0,2*pi,100) ;
[X,Y] = meshgrid(T,d);
M =(sin(Y).*sin(2.*X)) ;
contourf(X*(180/pi),Y*(180/pi),M)
But when I try to do it as
M = @(T,d)(sin(d).*sin(2.*T)) ;
fcontour(M)
I’m not able to get any graph. If anybody can explain to me how this works. Appriciate your help.By creating meshgrid, I can do contour plot.
T=linspace(0,2*pi,100);
d = linspace(0,2*pi,100) ;
[X,Y] = meshgrid(T,d);
M =(sin(Y).*sin(2.*X)) ;
contourf(X*(180/pi),Y*(180/pi),M)
But when I try to do it as
M = @(T,d)(sin(d).*sin(2.*T)) ;
fcontour(M)
I’m not able to get any graph. If anybody can explain to me how this works. Appriciate your help. By creating meshgrid, I can do contour plot.
T=linspace(0,2*pi,100);
d = linspace(0,2*pi,100) ;
[X,Y] = meshgrid(T,d);
M =(sin(Y).*sin(2.*X)) ;
contourf(X*(180/pi),Y*(180/pi),M)
But when I try to do it as
M = @(T,d)(sin(d).*sin(2.*T)) ;
fcontour(M)
I’m not able to get any graph. If anybody can explain to me how this works. Appriciate your help. contour plot, function handle MATLAB Answers — New Questions
Custom Image Template for AVD fails because of Windows Update
Anyone else running into issues with deployment a new custom image using the custom image template?
Create a new incident on the GitHub page (Custom Image Template for AVD fails because of Windows Update · Issue #793 · Azure/RDS-Templates (github.com)) but trying to see if anyone else is running into issues?
The last few records in the logs are:
[db456492-baf7-4830-b9b2-22d9567ec815] PACKER 2024/07/18 08:25:02 ui:
[db456492-baf7-4830-b9b2-22d9567ec815] PACKER ==> Wait completed after 1 hour 54 minutes
[db456492-baf7-4830-b9b2-22d9567ec815] PACKER 2024/07/18 08:25:02 machine readable: error-count []string{“1”}
[db456492-baf7-4830-b9b2-22d9567ec815] PACKER 2024/07/18 08:25:02 ui error:
[db456492-baf7-4830-b9b2-22d9567ec815] PACKER ==> Some builds didn’t complete successfully and had errors:
[db456492-baf7-4830-b9b2-22d9567ec815] PACKER 2024/07/18 08:25:02 machine readable: azure-arm,error []string{“retry count exhausted. Last err: Windows update script exited with non-zero exit status: 1”}
[db456492-baf7-4830-b9b2-22d9567ec815] PACKER 2024/07/18 08:25:02 ui error: –> azure-arm: retry count exhausted. Last err: Windows update script exited with non-zero exit status: 1
And it doesn’t matter whether I select the Apply built-in windows scripts are not to create an image
Anyone else running into issues with deployment a new custom image using the custom image template? Create a new incident on the GitHub page (Custom Image Template for AVD fails because of Windows Update · Issue #793 · Azure/RDS-Templates (github.com)) but trying to see if anyone else is running into issues? The last few records in the logs are:[db456492-baf7-4830-b9b2-22d9567ec815] PACKER 2024/07/18 08:25:02 ui:[db456492-baf7-4830-b9b2-22d9567ec815] PACKER ==> Wait completed after 1 hour 54 minutes[db456492-baf7-4830-b9b2-22d9567ec815] PACKER 2024/07/18 08:25:02 machine readable: error-count []string{“1”}[db456492-baf7-4830-b9b2-22d9567ec815] PACKER 2024/07/18 08:25:02 ui error:[db456492-baf7-4830-b9b2-22d9567ec815] PACKER ==> Some builds didn’t complete successfully and had errors:[db456492-baf7-4830-b9b2-22d9567ec815] PACKER 2024/07/18 08:25:02 machine readable: azure-arm,error []string{“retry count exhausted. Last err: Windows update script exited with non-zero exit status: 1”}[db456492-baf7-4830-b9b2-22d9567ec815] PACKER 2024/07/18 08:25:02 ui error: –> azure-arm: retry count exhausted. Last err: Windows update script exited with non-zero exit status: 1 And it doesn’t matter whether I select the Apply built-in windows scripts are not to create an image Read More
Is azure certification enough to get a job?
I’m exploring career options and wanted to understand the weightage of Azure certification in the job market. I’m keen to learn what else employers look for and how I can strengthen my profile to increase my chances of securing a rewarding position in this field
I’m exploring career options and wanted to understand the weightage of Azure certification in the job market. I’m keen to learn what else employers look for and how I can strengthen my profile to increase my chances of securing a rewarding position in this field Read More
¿Cómo llamar al teléfono Lufthansa Colombia?+57
Para conversar con uno de los ejecutivos llame +57 601 580 4990 / +57 601 580 4990 aquí luego sigue las instrucciones que dice la máquina para hablar directamente con uno de los expertos de aerolíneas Lufthansa colombia. Además para saber más informaciones acerca de aerolíneas debe visitar la oficina de Lufthansa Colombia. La oficina de esta aerolineas abierto 24*7 horas
Para conversar con uno de los ejecutivos llame +57 601 580 4990 / +57 601 580 4990 aquí luego sigue las instrucciones que dice la máquina para hablar directamente con uno de los expertos de aerolíneas Lufthansa colombia. Además para saber más informaciones acerca de aerolíneas debe visitar la oficina de Lufthansa Colombia. La oficina de esta aerolineas abierto 24*7 horas Read More
¿Cuál es el teléfono Delta Colombia?@+57
El número de teléfono Delta Airlines es +57 601 580 4990 / +57 601 580 4990 Puede conectar la llamada con los representantes de aerolíneas Delta con ellos puede hacer la reserva, dejará abierto de los billetes, Cancelar los billetes con los ejecutivos de aerolíneas Delta Colombia. Los representantes de esta aerolíneas han abierto 24*7.
El número de teléfono Delta Airlines es +57 601 580 4990 / +57 601 580 4990 Puede conectar la llamada con los representantes de aerolíneas Delta con ellos puede hacer la reserva, dejará abierto de los billetes, Cancelar los billetes con los ejecutivos de aerolíneas Delta Colombia. Los representantes de esta aerolíneas han abierto 24*7. Read More
SQL Server mirroring between Linux SQL Server instance and Windows Server SQL Server instance
Dear all,
is it recommended / possible to use SQL Server Mirroring between Windows Server instance of SQL Server and Linux instance of SQL Server ? Version of SQL Server both of them is SQL Server 2019.
Thank you for any advice or hint.
Ladislav Dvorak
Dear all,is it recommended / possible to use SQL Server Mirroring between Windows Server instance of SQL Server and Linux instance of SQL Server ? Version of SQL Server both of them is SQL Server 2019.Thank you for any advice or hint.Ladislav Dvorak Read More
Can you change the default comma number format to exclude decimals?
Is there any way to configure Excel to not add decimal places when you use the “comma” format option in the ribbon?
I always have to click comma and then click the decrease decimal places twice. I believe the formatting is based on your regional settings, but it would be nice if there was an option to override the decimal places with the application.
Is there any way to configure Excel to not add decimal places when you use the “comma” format option in the ribbon? I always have to click comma and then click the decrease decimal places twice. I believe the formatting is based on your regional settings, but it would be nice if there was an option to override the decimal places with the application. Read More
Warmup AI Summit Brasil | InovaHC – IA na Saúde
:white_heavy_check_mark: No próximo dia 23/07 estaremos realizando mais um Warmup do AI Summit Brasil, no InRad, com os maiores especialistas em saúde e Inteligência Artificial do país.
:top_arrow: Alisson Marczewski
:top_arrow: Fábio Narita
:top_arrow: Dr. Fernando Ferreira
:top_arrow: Jefferson Denti
:top_arrow: Muzy Jorge
:white_heavy_check_mark: Inscreva-se agora em: https://www.sympla.com.br/ai-summit-brasil-warmup–inovahc__2510374
:white_heavy_check_mark: Participantes dos Warmups ganham descontos especiais no AI Summit Brasil 2024, nos dias 02 e 03 de Setembro.
Vamos juntos construir um futuro mais inteligente e saudável! :light_bulb::handshake:
Até lá!!
MUZY JORGE, MSc.
Presidente
AI Summit Brasil 2024
INSTITUTO VALOR
:white_heavy_check_mark: No próximo dia 23/07 estaremos realizando mais um Warmup do AI Summit Brasil, no InRad, com os maiores especialistas em saúde e Inteligência Artificial do país.:top_arrow: Alisson Marczewski:top_arrow: Fábio Narita:top_arrow: Dr. Fernando Ferreira:top_arrow: Jefferson Denti:top_arrow: Muzy Jorge:white_heavy_check_mark: Inscreva-se agora em: https://www.sympla.com.br/ai-summit-brasil-warmup–inovahc__2510374:white_heavy_check_mark: Participantes dos Warmups ganham descontos especiais no AI Summit Brasil 2024, nos dias 02 e 03 de Setembro.Vamos juntos construir um futuro mais inteligente e saudável! :light_bulb::handshake:Até lá!! MUZY JORGE, MSc.PresidenteAI Summit Brasil 2024INSTITUTO VALOR Read More