Month: July 2024
Microsoft Outlook for iOS and Android: The Dictation feature will retire in September 2024
Hi everyone,
Got an email from Microsoft message centre saying the Dictation feature will be retired in Sept 2024 for iOS and Android devices.
However, according to the MC841218 Admins don’t have any option to override this. Any reasons why Microsoft will retire this feature, considering accessibility for end users will be affected?
Also, any advise in how to check, how many users use this feature?
Hi everyone, Got an email from Microsoft message centre saying the Dictation feature will be retired in Sept 2024 for iOS and Android devices.However, according to the MC841218 Admins don’t have any option to override this. Any reasons why Microsoft will retire this feature, considering accessibility for end users will be affected?Also, any advise in how to check, how many users use this feature? Read More
I face a problem with the dimensions of Z as it should be a 2×2 matrix.
%——Creating a strain matrix———–%
E = zeros(2*(size(K1,1)-1),2*(size(K1,1)-1));
for j = 1: (size(K1,1)-1)
for i = 1: (size(K1,1)-1)
v = [zpk1(j,i);zpk2(j,i);zpk1(j,i+1);zpk2(j,i+1);zpk1(j+1,i+1);zpk2(j+1,i+1);zpk1(j+1,i);zpk2(j+1,i)];
e1= strain1(v);
e2= strain2(v);
e3= strain3(v);
e4= strain4(v);
E((2*j-1),(2*i-1)) = e1(1);
E((2*j-1),2*i) = e2(1);
E(2*j,(2*i-1)) = e4(1);
E(2*j,2*i) = e3(1);
end
end
su = round(4*d/g)+1;
r = E((((su-1)- round(d/g)):-1:1),(su-1));
p = E((((su-1)- round(d/g)):-1:1),(su));
st = (p+r)./(1.5*(10)^(-4));
m = g*(size(r)-1);
H = 0:g:(m);
h = H./10;
writematrix(st)
type ‘st.txt’
writematrix(h)
type ‘h.txt’
plot(h,st)
xlim([0 1.5])
xlabel("X2/d",’fontsize’,14)
ylabel("Normalised Strain along vertical path", ‘fontsize’,13)
legend("d/w = 0.5")
saveas(gcf,’plot.png’)
contourf(st)
colorbar
saveas(gcf,’contour.png’)
The final plot of the above code should resemble something like this:
I have double chekced, the formula is correct and the value of st at a given r and p match with the experimental results. However, I face a problem with the dimensions of Z as it should be a 2×2 matrix.
Thank you in advance.%——Creating a strain matrix———–%
E = zeros(2*(size(K1,1)-1),2*(size(K1,1)-1));
for j = 1: (size(K1,1)-1)
for i = 1: (size(K1,1)-1)
v = [zpk1(j,i);zpk2(j,i);zpk1(j,i+1);zpk2(j,i+1);zpk1(j+1,i+1);zpk2(j+1,i+1);zpk1(j+1,i);zpk2(j+1,i)];
e1= strain1(v);
e2= strain2(v);
e3= strain3(v);
e4= strain4(v);
E((2*j-1),(2*i-1)) = e1(1);
E((2*j-1),2*i) = e2(1);
E(2*j,(2*i-1)) = e4(1);
E(2*j,2*i) = e3(1);
end
end
su = round(4*d/g)+1;
r = E((((su-1)- round(d/g)):-1:1),(su-1));
p = E((((su-1)- round(d/g)):-1:1),(su));
st = (p+r)./(1.5*(10)^(-4));
m = g*(size(r)-1);
H = 0:g:(m);
h = H./10;
writematrix(st)
type ‘st.txt’
writematrix(h)
type ‘h.txt’
plot(h,st)
xlim([0 1.5])
xlabel("X2/d",’fontsize’,14)
ylabel("Normalised Strain along vertical path", ‘fontsize’,13)
legend("d/w = 0.5")
saveas(gcf,’plot.png’)
contourf(st)
colorbar
saveas(gcf,’contour.png’)
The final plot of the above code should resemble something like this:
I have double chekced, the formula is correct and the value of st at a given r and p match with the experimental results. However, I face a problem with the dimensions of Z as it should be a 2×2 matrix.
Thank you in advance. %——Creating a strain matrix———–%
E = zeros(2*(size(K1,1)-1),2*(size(K1,1)-1));
for j = 1: (size(K1,1)-1)
for i = 1: (size(K1,1)-1)
v = [zpk1(j,i);zpk2(j,i);zpk1(j,i+1);zpk2(j,i+1);zpk1(j+1,i+1);zpk2(j+1,i+1);zpk1(j+1,i);zpk2(j+1,i)];
e1= strain1(v);
e2= strain2(v);
e3= strain3(v);
e4= strain4(v);
E((2*j-1),(2*i-1)) = e1(1);
E((2*j-1),2*i) = e2(1);
E(2*j,(2*i-1)) = e4(1);
E(2*j,2*i) = e3(1);
end
end
su = round(4*d/g)+1;
r = E((((su-1)- round(d/g)):-1:1),(su-1));
p = E((((su-1)- round(d/g)):-1:1),(su));
st = (p+r)./(1.5*(10)^(-4));
m = g*(size(r)-1);
H = 0:g:(m);
h = H./10;
writematrix(st)
type ‘st.txt’
writematrix(h)
type ‘h.txt’
plot(h,st)
xlim([0 1.5])
xlabel("X2/d",’fontsize’,14)
ylabel("Normalised Strain along vertical path", ‘fontsize’,13)
legend("d/w = 0.5")
saveas(gcf,’plot.png’)
contourf(st)
colorbar
saveas(gcf,’contour.png’)
The final plot of the above code should resemble something like this:
I have double chekced, the formula is correct and the value of st at a given r and p match with the experimental results. However, I face a problem with the dimensions of Z as it should be a 2×2 matrix.
Thank you in advance. simulation, abaqus MATLAB Answers — New Questions
I am getting a ‘You do not have a valid license file’ whenever I launch MATLAB after installing even though I have a valid student license.
I get a ‘ you do not have a valid license file’ whenever I try to launch MATLAB. I tried to delete and reinstall it but that did not help. Please note that I have a valid student license and I’m able to use MATLAB online with that license.I get a ‘ you do not have a valid license file’ whenever I try to launch MATLAB. I tried to delete and reinstall it but that did not help. Please note that I have a valid student license and I’m able to use MATLAB online with that license. I get a ‘ you do not have a valid license file’ whenever I try to launch MATLAB. I tried to delete and reinstall it but that did not help. Please note that I have a valid student license and I’m able to use MATLAB online with that license. you do not have a valid license file, license MATLAB Answers — New Questions
¿Cómo llamar al teléfono United México?::-
Para marcar al teléfono United Airlines México llame aquí +52 –55 8526 3538 / +52 -55 8526 3538 Atención al cliente de esta aerolínea está abierto 24*7 horas para ayudar a los clientes de United Airlines México. por teléfono puede hacer el cambio de vuelo. dejar abiertos los billetes, con los ejecutivos de aerolíneas United México. @pacos
Para marcar al teléfono United Airlines México llame aquí +52 -55 8526 3538 / +52 -55 8526 3538 Atención al cliente de esta aerolínea está abierto 24*7 horas para ayudar a los clientes de United Airlines México. por teléfono puede hacer el cambio de vuelo. dejar abiertos los billetes, con los ejecutivos de aerolíneas United México. @pacos Read More
Window defender Black Screen
Since last week, my Windows Defender hasn’t been working. In the Control Center, it says, ‘The Windows Security Center Service can’t be started.’ Additionally, when I open Windows Defender, it displays a blank or black screen. Please help me fix this.
Since last week, my Windows Defender hasn’t been working. In the Control Center, it says, ‘The Windows Security Center Service can’t be started.’ Additionally, when I open Windows Defender, it displays a blank or black screen. Please help me fix this. Read More
How to use PowerShell cmdlet to export content search results and download locally on Linux Server?
I need to do a compliance project. I want to export the content search results to a specific location, and then download them locally. How do I use the PowerShell cmdlet such as New-ComplianceSearchAction -Export to reach the goal, please?
I saw one solution like this :
1.Export the data via New-ComplianceSearchAction -Export cmdlet;
2. Use eDiscovery Export Tool to download locally.
The link is : https://techcommunity.microsoft.com/t5/microsoft-365/export-to-pst-via-powershell/m-p/95007. But I have a question: The eDiscovery tool is just available in Windows system, right? I need to release the system on Linux Server.
Any help or guidance would be greatly appreciated!
I need to do a compliance project. I want to export the content search results to a specific location, and then download them locally. How do I use the PowerShell cmdlet such as New-ComplianceSearchAction -Export to reach the goal, please? I saw one solution like this :1.Export the data via New-ComplianceSearchAction -Export cmdlet;2. Use eDiscovery Export Tool to download locally.The link is : https://techcommunity.microsoft.com/t5/microsoft-365/export-to-pst-via-powershell/m-p/95007. But I have a question: The eDiscovery tool is just available in Windows system, right? I need to release the system on Linux Server. Any help or guidance would be greatly appreciated! Read More
Need help to burn dmg to usb for making Mac bootable USB drive
My wife’s MacBook Air was stuck on system update after reboot and can’t get into the desktop. Unfortunately, this is the only Apple device at our home. I need to make a bootable USB on my Windows 11 PC for reinstalling macOS on this Mac.
I heard it is possible to create a Mac bootable USB by burning dmg to USB in Windows PC. Can anyone confirm and how to do this on a Windows 11 or Windows 10 PC?
My wife’s MacBook Air was stuck on system update after reboot and can’t get into the desktop. Unfortunately, this is the only Apple device at our home. I need to make a bootable USB on my Windows 11 PC for reinstalling macOS on this Mac. I heard it is possible to create a Mac bootable USB by burning dmg to USB in Windows PC. Can anyone confirm and how to do this on a Windows 11 or Windows 10 PC? Read More
About Mobile Teams production
Dear sir
We are first trying to develop Teams addin app for Desktop Teams and Web Teams.
And next release we have a plan to produce Teams app for mobile.
Therefore, in the first release, we are going to display “Not Supported” screen or something like that in Team app for Mobile.
Is it possible to produce Teams addin app for desktop and web teams?
Many thanks
BH
Dear sirWe are first trying to develop Teams addin app for Desktop Teams and Web Teams.And next release we have a plan to produce Teams app for mobile.Therefore, in the first release, we are going to display “Not Supported” screen or something like that in Team app for Mobile. Is it possible to produce Teams addin app for desktop and web teams?Many thanksBH Read More
¿Cómo llamar a Telefono Avianca Mexico?
Para hablar por telefono Avianca Mexico llame +52 55 8526 3538 / +52 55 8526 3538 a este numero de contacto de aerolíneas luego seleccione el idioma en lo que prefiere hablar con una agente de Avianca Mexico. Atención al cliente de Avianca México está abierto por {24*7} ayudar a los clientes.si Pierde el vuelo por algunas razones entonces contacte directamente con uno de los expertos de aerolíneas Avianca Mexico.@pamela
Para hablar por telefono Avianca Mexico llame +52 55 8526 3538 / +52 55 8526 3538 a este numero de contacto de aerolíneas luego seleccione el idioma en lo que prefiere hablar con una agente de Avianca Mexico. Atención al cliente de Avianca México está abierto por {24*7} ayudar a los clientes.si Pierde el vuelo por algunas razones entonces contacte directamente con uno de los expertos de aerolíneas Avianca Mexico.@pamela Read More
How to auto populate field in a list from another referenced list?
I am using share point as a data base for an application for which I need to auto populate fields from one table to another so that I don’t need to add data manually
I am using share point as a data base for an application for which I need to auto populate fields from one table to another so that I don’t need to add data manually Read More
Issue with Hololens Emulator
Can’t open Hololens Emulator 2.
Version using: 10.0.22621.1390
Error:
[XDE:002] The emulator is unable to verify that the virtual machine is running:
One or more errors occurred.
[XdeHcs:006] HCS function call returned error: Logon failure: the user has not been granted the requested logon type at this computer. (Exception from HRESULT: 0x80070569).
Fixes Tried
Tried running the emulator as administrator
Can’t open Hololens Emulator 2. Version using: 10.0.22621.1390 Error:[XDE:002] The emulator is unable to verify that the virtual machine is running: One or more errors occurred.[XdeHcs:006] HCS function call returned error: Logon failure: the user has not been granted the requested logon type at this computer. (Exception from HRESULT: 0x80070569). Fixes TriedTried running the emulator as administrator Read More
The website had blank page
I need help with a Windows IIS issue. We have three websites running on the same server, and one of them is not working; the page loads blank. DNS is being resolved. When IIS is restarted, the first time a user opens the website, it loads; no other users receive a blank page. We use Cloudflare for DNS and WAF. SSL Certificate.
I need help with a Windows IIS issue. We have three websites running on the same server, and one of them is not working; the page loads blank. DNS is being resolved. When IIS is restarted, the first time a user opens the website, it loads; no other users receive a blank page. We use Cloudflare for DNS and WAF. SSL Certificate. Read More
Exploring Azure AI Services : Introduction and its use cases
Hey everyone! We’re Chanchal Kuntal and Shivam Goyal, both Microsoft Learn Student Ambassadors, excited to explore the world of AI and its impact on how we build applications. Today, we’re diving into Azure AI Services a set of powerful pre-built AI capabilities designed to simplify adding intelligence to your apps.
What are Azure Cognitive Services?
Imagine wanting to add features like image recognition, language translation, or sentiment analysis to your application. Building these capabilities from scratch would require significant time, expertise, and resources. That’s where Azure AI Services come in. They provide developers with ready-to-use AI models and APIs, so you can easily integrate intelligent features without needing to become an AI expert.
Key Capabilities of Azure AI Services:
Cognitive Services cover a broad range of AI domains, each with its own set of APIs. Here are some popular ones:
Computer Vision: Analyze images and videos to identify objects, faces, emotions, and more.
Text Analytics: Extract key phrases, detect sentiment, identify entities, and translate languages in text data.
Speech Recognition: Convert speech to text, understand spoken commands, and even translate spoken languages in real time.
Language Understanding (LUIS): Build applications that understand natural language and can respond to user requests or commands.
This flowchart helps you navigate the various Azure AI Services based on the type of data you want to analyze or process.
Getting Started with Azure AI Services :
The best way to experience the power of Cognitive Services is to jump in and start experimenting. Here’s a quick guide:
Create a Resource: Head over to the Azure Portal and create an Azure resource. You’ll be able to choose the specific service you want (e.g., Computer Vision).
Obtain Credentials: Once your resource is created, grab the API key and endpoint URL. You’ll need these to authenticate your requests to the service.
Explore the Quickstart Code: The Cognitive Services Quickstart Code repository on GitHub provides sample code for various Cognitive Services APIs in different programming languages like Python.
Real-World Use Cases:
Azure Cognitive Services unlock a wide range of possibilities across diverse industries:
E-commerce: Use Computer Vision to automatically tag products in images, enable visual search, or moderate user-generated content.
Social Media: Analyze sentiment in social media posts to understand public opinion or gauge customer satisfaction.
Customer Service: Build AI-powered chatbots using LUIS to answer customer questions or provide support.
Healthcare: Analyze medical images to assist with diagnosis or identify patterns in patient data.
To illustrate how Azure Cognitive Services can be used in real-world scenarios, let’s take a look at this document processing workflow example.
Ingestion:
Azure Web App (1b): A web application acts as the entry point, allowing users to upload documents for processing.
Azure Blob Storage (1a): The uploaded documents are stored in Blob Storage, providing a scalable and reliable storage solution.
Azure Queue Storage (2): The web app triggers an event in Queue Storage, signifying a new document is ready for processing.
Computer Vision Read API (3): The Computer Vision API extracts text from the document using Optical Character Recognition (OCR).
Azure Functions Orchestration (Steps 4-6):
Scan Activity (4): Azure Functions orchestrates the workflow, starting by scanning the extracted text to identify key information.
Classify Activity (5): The document is classified based on its content or specific criteria, leveraging the power of Azure Kubernetes Service for scalability and resource management.
Metadata Store Activity (6): Relevant metadata extracted from the document (e.g., document type, key dates, author) is stored in Azure Cosmos DB for easy retrieval and analysis.
Indexing Activity (6): The extracted text and metadata are indexed by Azure AI Search to create a powerful search index.
Access and Retrieval (7): The processed documents, enriched with metadata and a searchable index, are now readily accessible for analysis, reporting, or retrieval through other applications built on Azure.
Code Samples: A Glimpse into Integration:
Here’s a simple Python snippet showing how to use the Computer Vision API to analyze an image:
from azure.cognitiveservices.vision.computervision import ComputerVisionClient
from msrest.authentication import CognitiveServicesCredentials
# Your subscription key and endpoint
subscription_key = “YOUR_SUBSCRIPTION_KEY”
endpoint = “YOUR_ENDPOINT”
# Authenticate the client
computervision_client = ComputerVisionClient(endpoint, CognitiveServicesCredentials(subscription_key))
# Analyze an image
image_url = “https://example.com/image.jpg”
analysis = computervision_client.analyze_image(image_url, visual_features=[“description”])
# Print the image description
print(analysis.description.captions[0].text)
Best Practices for Using Cognitive Services:
To get the most out of Cognitive Services, keep these tips in mind:
Security: Secure your API keys and consider using Azure Key Vault to store them.
Scalability: Choose the appropriate pricing tier for your expected usage and consider autoscaling to handle varying demands.
Cost Management: Monitor your usage and costs to optimize spending.
Ready to Dive Deeper? Explore These Resources:
Quickstart – Getting started with Azure OpenAI Assistants (Preview) – Azure OpenAI | Microsoft Learn
Explore and configure the Azure Machine Learning workspace – Training | Microsoft Learn
Microsoft Azure AI Fundamentals: Natural Language Processing – Training | Microsoft Learn
Microsoft Azure AI Fundamentals: Computer Vision – Training | Microsoft Learn
Quickstart – Python client library – Azure Cosmos DB for NoSQL | Microsoft Learn
Build an AI-Powered Chatbot with LlamaIndex and Azure: Step-by-Step Guide
Conclusion:
Azure AI Services offer a powerful and accessible way to add AI capabilities to your applications. Whether you’re building a chatbot, analyzing customer feedback, or creating a personalized news feed, AI Services can help you enhance your applications and unlock the potential of AI. Start exploring, experimenting, and building intelligent solutions today!
Microsoft Tech Community – Latest Blogs –Read More
Azure Static Web Apps Community Standup: Create a RAG App with App Spaces
At the last Azure Static Web Apps Community Standup through the Youtube – Microsoft Azure Developers channel, it was demonstrated how to create a Retrieval-Augmented Generation (RAG) application using Azure Static Web Apps and App Spaces.
The event was led by Dheeraj Bandaru, who is Product Manager of Azure Static Web Apps at Microsoft. Dheeraj was joined by Skyler Hardle, who is Senior Manager of Apps Spaces at Microsoft.
Skyler presented a practical guide on the integration between these services and the implementation of a RAG (Retrieval Augmented Generation) application. Next, I will share with you what was covered during the event, detailing the application architecture and the development steps.
But first, we need to understand this new service and how it can be useful for creating modern applications.
In addition, if you want to watch the event in full, you can access the link below:
What are App Spaces?
App Spaces is an intelligent service for developers that reduces the complexity of creating and managing web applications. It helps identify the correct services for your applications on Azure and provides a simplified management experience for the development process.
App Spaces also offers the benefits of deploying an application through existing Azure services, such as Azure Container Apps and Azure Static Web Apps, with an experience focused on development and deployment in a simplified and fast way.
In short….
What is RAG?
Retrieval-Augmented Generation (RAG) is a technique that combines external information retrieval with the generation of responses by language models (LLMs).
This approach makes it possible to enrich the context of AI models, providing more accurate and relevant responses. In the case of our application, we use vector databases to store documents and embeddings, allowing efficient and contextualized information retrieval.
First, let’s understand some basic concepts about RAG
Large Language Models (LLMs) like ChatGPT are trained with public data available on the internet at the time of training. They can answer questions related to the data they were trained on. However, this public data may not be sufficient to meet all your needs.
You may want answers based on your private data or the public data may simply be outdated. The solution to this problem is Retrieval-Augmented Generation (RAG), a pattern used in AI that uses an LLM to generate answers based on your own data.
How does RAG work?
RAG is a standard pattern that uses your data with an LLM to generate specific answers to your data. When a user asks a question, the data storage is searched based on the user input. The user’s question is then combined with the corresponding results and sent to the LLM using a prompt (explicit instructions for an AI or machine learning model) to generate the desired answer. This can be illustrated as follows.
The image below represents the RAG workflow:
If you want to know more about RAG, I recommend reading the article Retrieval-Augmented Generation (RAG).
RAG Application Architecture with App Spaces
At the event, Skyler presented the architecture of the RAG application that would be developed during the presentation. a frontend in React, a backend in FastAPI, and a vector database. These components work together to provide a complete and integrated solution. Below, I detail the operation of each of these components.
Below, I detail how each of these components works.
Frontend with React
The application’s frontend is developed in React and makes calls to a FastAPI backend to retrieve and store embeddings in a vector database (Quadrant). The user interface allows you to enter questions and view the answers generated by the system.
Backend with FastAPI
The backend is responsible for two main functionalities:
Generate and store embeddings: Uses the OpenAI embeddings API to generate vectors from the provided text and store them in the vector database.
Retrieve and generate answers: Searches for relevant embeddings in the vector database and uses OpenAI GPT-4 to generate answers based on these embeddings.
The application used Quadrant, a vector database that allows you to store and retrieve embeddings efficiently. Quadrant is a scalable and high-performance solution for applications that require the retrieval of relevant information based on user queries.
Implementing the RAG Application
Initial Configuration
To get started, go to App Spaces on the Azure portal and select the option to create a new application ‘space’. You can choose a GitHub repository or use one of the provided templates, such as the RAG App. Configure the necessary environment variables, including the OpenAI API keys.
Frontend implementation
The application’s frontend is a React application that can be deployed on Azure Static Web Apps. To do this, simply configure the GitHub repository and set the application’s output directory. Azure Static Web Apps will automatically create a CI/CD pipeline to deploy the application.
Configuration and Deployment of the Backend
The FastAPI backend is deployed using Azure Container Apps in Azure. It handles requests for generating and storing embeddings, as well as retrieving and generating answers.
Demonstration of RAG Application
Indexing and Storing Text: The user enters text in the frontend, which is sent to the backend to generate and store embeddings in the vector database.
Asking Questions and Receiving Answers: The user asks questions through the frontend, which are processed by the backend to search for relevant embeddings and generate answers using OpenAI’s GPT-4.
If you would like to learn more about the application developed at the event, you can access the GitHub repository app-spaces-rag-app
In fact, Julia Muiruri, who is a Developer Advocate at Microsoft, recorded a video about the application developed at the event. You can watch the video below:
Management and Extensibility
App Spaces makes it easy to add new components to your application, such as new frontends or integrations with other services. The management interface allows you to view logs, metrics, and configure environment variables intuitively.
The most interesting thing about all this is that regardless of the programming language on the backend, you can use App Spaces to manage and deploy your application. Whether you are a Python, .NET, Node.js, Java, Go developer, etc., App Spaces is an excellent option for managing your applications.
If you would like to see other examples of applications in different programming languages, you can access the GitHub repository app-spaces-samples.
And I recommend you to start testing App Spaces now! You can start testing for free. Access now: HERE or by clicking on the image below:
Conclusion
At the Azure Static Web Apps community meeting, we learned how to create a Retrieval-Augmented Generation (RAG) application using Azure Static Web Apps and App Spaces. We explored the application architecture, configured the necessary components, and implemented a practical solution that enriches the context of AI models, providing more accurate and relevant answers.
Remember that you can review the event in full by accessing the link below:
Microsoft Reactor YouTube Channel
Did you know that we have one of the largest communities with diverse topics on technology, the cloud and software development? Then you need to get to know Microsoft Reactor.
It also has numerous online, face-to-face events, workshops, meetups, and much more. Access the link to the official Microsoft Reactor page and subscribe to the channel to stay on top of everything that happens in the community.
Additional Resources
Did you like App Spaces? Do you want to know more about the service and how it can help simplify the development of web applications? Or better still, do you want to learn how to create an application with App Spaces through a practical tutorial?
App Spaces – Official Documentation
App Spaces: Building a full-stack app with Google Authentication
Learn About Azure Static Web Apps
Custom authentication in Azure Static Web Apps
Learn more about Azure Container Apps
App Spaces – Try it now!
Quickstart: Deploy your app with App Spaces
I hope you enjoyed the article and that it was useful to you. If you have any questions or suggestions, don’t hesitate to leave a comment below.
See you next time!
Microsoft Tech Community – Latest Blogs –Read More
Error while creating s-function build related to real_T and time_T
I have C project and I’m trying to build a s-function for the C-project so that I can use the s-function for simulations in loop with some plant models. However I’m getting the following error
simstruc_types.h:134:5: error: unknown type name ‘real_T’ real_T** taskTime
rtw_solver.h:55:5: error: unknown type name ‘time_T’ time_T* stepSizePtr;
The same errors reflected in many other files. I just gave two examples just to explain the scenario. What should I do to get rid of the error?I have C project and I’m trying to build a s-function for the C-project so that I can use the s-function for simulations in loop with some plant models. However I’m getting the following error
simstruc_types.h:134:5: error: unknown type name ‘real_T’ real_T** taskTime
rtw_solver.h:55:5: error: unknown type name ‘time_T’ time_T* stepSizePtr;
The same errors reflected in many other files. I just gave two examples just to explain the scenario. What should I do to get rid of the error? I have C project and I’m trying to build a s-function for the C-project so that I can use the s-function for simulations in loop with some plant models. However I’m getting the following error
simstruc_types.h:134:5: error: unknown type name ‘real_T’ real_T** taskTime
rtw_solver.h:55:5: error: unknown type name ‘time_T’ time_T* stepSizePtr;
The same errors reflected in many other files. I just gave two examples just to explain the scenario. What should I do to get rid of the error? simulink, s-function, build MATLAB Answers — New Questions
hdlset_param question
As part of an automated HDL coder script, I need to check for all Reference Models used within the design that the ‘ReferenceModelPrefix’ which is accessed as ‘HDL Block Properties’ is clear. The script sets ‘ReferenceModelPrefix’ using the following:-
hdlset_param(refModelsFullPath{i}, ‘ReferenceModelPrefix’, ”)
refModelsFullPath{i} is an array that I use to generate the absolute hierarchy path for each Reference Model in my design.
This works perfectly for a hierarchical path such as the following:-
SubSystem_Top/SubSystel_level1/RefModel_a
If I have a Reference model embedded inside RefModel_a giving me the following hierarchy:-
SubSystem_Top/SubSystel_level1/RefModel_a/RefModel_b
Then the hdlset_param command fails with an error:-
In this case ‘ mss_rx_ss’ is equivalent to my ‘RefModel_a’
I’m assuming that I can’t use an absolute path that contains multiple hierarchical levels of Model Reference, is there an equvalent command or alternative that I could use to set the ‘ReferenceModelPrefix’ parameter this way?
Many thanks in advance.As part of an automated HDL coder script, I need to check for all Reference Models used within the design that the ‘ReferenceModelPrefix’ which is accessed as ‘HDL Block Properties’ is clear. The script sets ‘ReferenceModelPrefix’ using the following:-
hdlset_param(refModelsFullPath{i}, ‘ReferenceModelPrefix’, ”)
refModelsFullPath{i} is an array that I use to generate the absolute hierarchy path for each Reference Model in my design.
This works perfectly for a hierarchical path such as the following:-
SubSystem_Top/SubSystel_level1/RefModel_a
If I have a Reference model embedded inside RefModel_a giving me the following hierarchy:-
SubSystem_Top/SubSystel_level1/RefModel_a/RefModel_b
Then the hdlset_param command fails with an error:-
In this case ‘ mss_rx_ss’ is equivalent to my ‘RefModel_a’
I’m assuming that I can’t use an absolute path that contains multiple hierarchical levels of Model Reference, is there an equvalent command or alternative that I could use to set the ‘ReferenceModelPrefix’ parameter this way?
Many thanks in advance. As part of an automated HDL coder script, I need to check for all Reference Models used within the design that the ‘ReferenceModelPrefix’ which is accessed as ‘HDL Block Properties’ is clear. The script sets ‘ReferenceModelPrefix’ using the following:-
hdlset_param(refModelsFullPath{i}, ‘ReferenceModelPrefix’, ”)
refModelsFullPath{i} is an array that I use to generate the absolute hierarchy path for each Reference Model in my design.
This works perfectly for a hierarchical path such as the following:-
SubSystem_Top/SubSystel_level1/RefModel_a
If I have a Reference model embedded inside RefModel_a giving me the following hierarchy:-
SubSystem_Top/SubSystel_level1/RefModel_a/RefModel_b
Then the hdlset_param command fails with an error:-
In this case ‘ mss_rx_ss’ is equivalent to my ‘RefModel_a’
I’m assuming that I can’t use an absolute path that contains multiple hierarchical levels of Model Reference, is there an equvalent command or alternative that I could use to set the ‘ReferenceModelPrefix’ parameter this way?
Many thanks in advance. matlab, simulink, hdl coder MATLAB Answers — New Questions
Sharing Excel sheet via embed into public web page without login
I am having difficulty sharing an Excel file to a public web page using the embed iFrame function. It embeds fine for me and I can view the web page, however a public user (or me using an incognito browser) is getting prompted to login to office 365. I need to display the data without login. I have
Checked that sharing policies in Sharepoint admin centre are set to most permissive (both sharepoint and onedrive are set to “anyone” “Users can share files and folders using links that don’t require sign-in.”The Excel file is set (under manage access/share) “to anyone with link can view”
What am I missing?
Thanks for your help
I am having difficulty sharing an Excel file to a public web page using the embed iFrame function. It embeds fine for me and I can view the web page, however a public user (or me using an incognito browser) is getting prompted to login to office 365. I need to display the data without login. I have Checked that sharing policies in Sharepoint admin centre are set to most permissive (both sharepoint and onedrive are set to “anyone” “Users can share files and folders using links that don’t require sign-in.”The Excel file is set (under manage access/share) “to anyone with link can view”What am I missing?Thanks for your help Read More
Design gudie for Teams tab
Dear sir
We are preparing Microsoft Teams addin app, which will be embedded to the tab by iFrame web hosting.
And we already have developed the app.
I can see the “Design your app/Design system/~ ”
Do we have to follow those rule to upload our Teams addin app on the “Store”.
Many thanks
BH
Dear sirWe are preparing Microsoft Teams addin app, which will be embedded to the tab by iFrame web hosting.And we already have developed the app.I can see the “Design your app/Design system/~ ” Do we have to follow those rule to upload our Teams addin app on the “Store”.Many thanksBH Read More
Seeking Recommendations for Recovering Corrupted PST Files in Outlook
Has anyone found a reliable method for recovering corrupted PST files in Outlook? I’m looking for a solution that can restore not only emails but also contacts, calendars, journals, tasks, and notes. It would be ideal if the tool could export the recovered data to various formats like PST, EML, MSG, DBX, and MBOX. Additionally, a feature that allows selective recovery based on a date range and preserves the original folder structure would be very helpful. Is there a specific tool that works well across all versions of Outlook and Windows? Has anyone tried the Aryson Outlook PST Recovery Software for this type of recovery?
Has anyone found a reliable method for recovering corrupted PST files in Outlook? I’m looking for a solution that can restore not only emails but also contacts, calendars, journals, tasks, and notes. It would be ideal if the tool could export the recovered data to various formats like PST, EML, MSG, DBX, and MBOX. Additionally, a feature that allows selective recovery based on a date range and preserves the original folder structure would be very helpful. Is there a specific tool that works well across all versions of Outlook and Windows? Has anyone tried the Aryson Outlook PST Recovery Software for this type of recovery? Read More
Shared iPad – Guest login- Allow & Accept permission prompts repeating for M365 App!
Hi, We are happy with Guest Login with sharediPad for the M365 App, so that multi user can use this iOS devices and access their M365 Apps and Accounts in Teams, Onedrive app etc. But every time when we signout and signin we have to again and again “Allow or Accept Permission for the M365 Apps. which users feels not friendly. Hence is this possible from Intune we can configure and assign or enable permission for these app “remotely through Intune” for the supervised devices.
Hi, We are happy with Guest Login with sharediPad for the M365 App, so that multi user can use this iOS devices and access their M365 Apps and Accounts in Teams, Onedrive app etc. But every time when we signout and signin we have to again and again “Allow or Accept Permission for the M365 Apps. which users feels not friendly. Hence is this possible from Intune we can configure and assign or enable permission for these app “remotely through Intune” for the supervised devices. Read More