Month: August 2024
Add more then 1 personal account to my bookings
Hello,
I have a professional booking page. I have been able to add 1 personal account whose events influence the availability of my business booking page.
My problem is that I cannot add a 2nd personal account that I could include in my professional availability.
Thanks for helping me!
Hello,I have a professional booking page. I have been able to add 1 personal account whose events influence the availability of my business booking page.My problem is that I cannot add a 2nd personal account that I could include in my professional availability.Thanks for helping me! Read More
Windows 11 slows down a lot after applying company policy
Hi!
We got more than a 100 ThinkPad E14 G2 notebooks in our ecosystem in our company and they work great!
Ever since we are trying to switch to Win11 Enterprise edition from Win10 Enterprise edition we got a lot of problem, but the main one is the speed and reliability. Whenever we apply the company image pre configured with all the software and policies we use and we used on the Win10 variants, it gets horribly slow. I mean to first open Teams it tooks like 3-5 hours with no disturbance to the machine. (in comparison on the Win10 machine the same tasks takes like 1 min max)
We tried to install fresh windows 11 from a pendrive and everything works great until we apply the company policy pack and someone logs into the machine with our ad and stuff.
More ram also didn’t helped a lot and just in case we tried all of our apps (basic stuff for a lot of people like outlook, teams, chrome etc.) without applying the company policy and it was flawless!
The cpu, disk, ram never goes above 50%, it is terrible..
We use trellix for encrypting but not installing it doesn’t help.
Hi! We got more than a 100 ThinkPad E14 G2 notebooks in our ecosystem in our company and they work great!Ever since we are trying to switch to Win11 Enterprise edition from Win10 Enterprise edition we got a lot of problem, but the main one is the speed and reliability. Whenever we apply the company image pre configured with all the software and policies we use and we used on the Win10 variants, it gets horribly slow. I mean to first open Teams it tooks like 3-5 hours with no disturbance to the machine. (in comparison on the Win10 machine the same tasks takes like 1 min max)We tried to install fresh windows 11 from a pendrive and everything works great until we apply the company policy pack and someone logs into the machine with our ad and stuff.More ram also didn’t helped a lot and just in case we tried all of our apps (basic stuff for a lot of people like outlook, teams, chrome etc.) without applying the company policy and it was flawless! The cpu, disk, ram never goes above 50%, it is terrible.. We use trellix for encrypting but not installing it doesn’t help. Read More
How to define the tire and ground contact for tire enveloping characteristics in Simscape Multibody (to simulate the tire driving over an obstacle)?
Hi, I have question regarding the tire and the ground contact in Simscape Multibody. From the contact forces library I am able to define the contact, but it is a point contact and secondly the wheel does not have tire enveloping behavior, when it comes in contact with an obstacle. The point follows the obstacle as it is, which should not be the case for the simulation.
It will be great help, if anyone suggest me the solution for the described problem?
And thank you very much for the contact force library. It is very helpful :)Hi, I have question regarding the tire and the ground contact in Simscape Multibody. From the contact forces library I am able to define the contact, but it is a point contact and secondly the wheel does not have tire enveloping behavior, when it comes in contact with an obstacle. The point follows the obstacle as it is, which should not be the case for the simulation.
It will be great help, if anyone suggest me the solution for the described problem?
And thank you very much for the contact force library. It is very helpful 🙂 Hi, I have question regarding the tire and the ground contact in Simscape Multibody. From the contact forces library I am able to define the contact, but it is a point contact and secondly the wheel does not have tire enveloping behavior, when it comes in contact with an obstacle. The point follows the obstacle as it is, which should not be the case for the simulation.
It will be great help, if anyone suggest me the solution for the described problem?
And thank you very much for the contact force library. It is very helpful 🙂 tire, tire envelope, rolling over an obstacle, tire contact behavior MATLAB Answers — New Questions
Write MuPAD code to produce a graph of two circles, radii 2 and 3, with the centre of the smaller circle at (x = −2, y = 1) and the centre of the larger circle at (x = 3, y =
Write MuPAD code to produce a graph of two circles, radii 2 and 3, with the centre of the smaller circle at (x = -2, y = 1) and the centre of the larger circle at (x = 3, y = 1). The axes should be labelled appropriately, and there should be suitable titles for each circle, and for the scene. The colour of the smaller circle should be red and that of the larger circle should be blue.Write MuPAD code to produce a graph of two circles, radii 2 and 3, with the centre of the smaller circle at (x = -2, y = 1) and the centre of the larger circle at (x = 3, y = 1). The axes should be labelled appropriately, and there should be suitable titles for each circle, and for the scene. The colour of the smaller circle should be red and that of the larger circle should be blue. Write MuPAD code to produce a graph of two circles, radii 2 and 3, with the centre of the smaller circle at (x = -2, y = 1) and the centre of the larger circle at (x = 3, y = 1). The axes should be labelled appropriately, and there should be suitable titles for each circle, and for the scene. The colour of the smaller circle should be red and that of the larger circle should be blue. mupad MATLAB Answers — New Questions
How to debug a suddenly closing/crashing appdesigner app
I am working on an more or less complex appdesigner application wich controls a test stand in a laboratory. So I can not give an example or reproduce the error.
After a random runtime of 10 min. to 2 h the app closes without any message, so I am not sure if I should call this a "crash". The first error message comes from a listener that can not execute since the object was deleted.
By setting a breakpoint in the delete(app) function, created by appdesigner, I was able get a callstack.
"MyApp.mlapp fcn: MyApp.delete ;line 1686"
"FigureController.m fcn: FigureController.onViewKilled ;line 820"
"FigurePlatformHost.m fcn: FigurePlatformHost.onViewKilled ;line 59"
"CEFFigurePlatformHost.m fcn: @(event,data)this.onViewKilled() ;line 94"
"Callback.m fcn: Callback.execute ;line 128"
"webwindow.m fcn: webwindow.onCustomEvent ;line 1528"
"webwindow.m fcn: @(source,data)obj.onCustomEvent(data.Type,data.Data) ;line 349"
"Channel.m fcn: Channel.onCustomEvent ;line 575"
"Channel.m fcn: @(source,data)obj.onCustomEvent(data.Type,data.Data) ;line 473"
The Channel file is +matlabshared+asyncio+internalChannel.m
In the last line of the callstack, the "Custom" Event of the Channel is raised. The event data is
data.Type = "processExit"
data.Data = struct with fields: exitStatus: 3
The event source is a asyncioimpl.Channel, which is a c++ implementation of the Channel and the debugger can not look into this.
Is there any way of tracing the cause of this error?
Thank you for your help!I am working on an more or less complex appdesigner application wich controls a test stand in a laboratory. So I can not give an example or reproduce the error.
After a random runtime of 10 min. to 2 h the app closes without any message, so I am not sure if I should call this a "crash". The first error message comes from a listener that can not execute since the object was deleted.
By setting a breakpoint in the delete(app) function, created by appdesigner, I was able get a callstack.
"MyApp.mlapp fcn: MyApp.delete ;line 1686"
"FigureController.m fcn: FigureController.onViewKilled ;line 820"
"FigurePlatformHost.m fcn: FigurePlatformHost.onViewKilled ;line 59"
"CEFFigurePlatformHost.m fcn: @(event,data)this.onViewKilled() ;line 94"
"Callback.m fcn: Callback.execute ;line 128"
"webwindow.m fcn: webwindow.onCustomEvent ;line 1528"
"webwindow.m fcn: @(source,data)obj.onCustomEvent(data.Type,data.Data) ;line 349"
"Channel.m fcn: Channel.onCustomEvent ;line 575"
"Channel.m fcn: @(source,data)obj.onCustomEvent(data.Type,data.Data) ;line 473"
The Channel file is +matlabshared+asyncio+internalChannel.m
In the last line of the callstack, the "Custom" Event of the Channel is raised. The event data is
data.Type = "processExit"
data.Data = struct with fields: exitStatus: 3
The event source is a asyncioimpl.Channel, which is a c++ implementation of the Channel and the debugger can not look into this.
Is there any way of tracing the cause of this error?
Thank you for your help! I am working on an more or less complex appdesigner application wich controls a test stand in a laboratory. So I can not give an example or reproduce the error.
After a random runtime of 10 min. to 2 h the app closes without any message, so I am not sure if I should call this a "crash". The first error message comes from a listener that can not execute since the object was deleted.
By setting a breakpoint in the delete(app) function, created by appdesigner, I was able get a callstack.
"MyApp.mlapp fcn: MyApp.delete ;line 1686"
"FigureController.m fcn: FigureController.onViewKilled ;line 820"
"FigurePlatformHost.m fcn: FigurePlatformHost.onViewKilled ;line 59"
"CEFFigurePlatformHost.m fcn: @(event,data)this.onViewKilled() ;line 94"
"Callback.m fcn: Callback.execute ;line 128"
"webwindow.m fcn: webwindow.onCustomEvent ;line 1528"
"webwindow.m fcn: @(source,data)obj.onCustomEvent(data.Type,data.Data) ;line 349"
"Channel.m fcn: Channel.onCustomEvent ;line 575"
"Channel.m fcn: @(source,data)obj.onCustomEvent(data.Type,data.Data) ;line 473"
The Channel file is +matlabshared+asyncio+internalChannel.m
In the last line of the callstack, the "Custom" Event of the Channel is raised. The event data is
data.Type = "processExit"
data.Data = struct with fields: exitStatus: 3
The event source is a asyncioimpl.Channel, which is a c++ implementation of the Channel and the debugger can not look into this.
Is there any way of tracing the cause of this error?
Thank you for your help! appdesigner, debug, crash MATLAB Answers — New Questions
SPFx ListViewCommandSet Extension buttons are not appearing in command bar in Microsoft Lists UI
3. SPO Modern lists UI displayed after pressing the ‘Open in site’ button from the Microsoft Lists UI – ListViewCommandSet button is displayed.
This is surely a bug, as the extension used for testing was built with the most recent version of SPFx (version 1.19).
Are Microsoft aware of this and are they investigating a fix?
Is there a known workaround for this issue?
Thanks.
Hi, We have noticed that the buttons for SPFx ListViewCommandSet extensions are not appearing in the command bar for lists when the Microsoft Lists-style UI is displayed. We first noticed this in one of our production extensions, but have also reproduced the error with the ‘HelloWorld’ example from the official ‘Build your first ListView Command Set extension’ article. The following behaviour is encountered: 1. Default SharePoint Microsoft Lists-type UI displayed when opening a list in SharePoint – ListViewCommandSet button is not displayed. 2. Microsoft Lists UI displayed after pressing the ‘Open in immersive mode’ button from the default SharePoint list UI – ListViewCommandSet button is not displayed. 3. SPO Modern lists UI displayed after pressing the ‘Open in site’ button from the Microsoft Lists UI – ListViewCommandSet button is displayed. This is surely a bug, as the extension used for testing was built with the most recent version of SPFx (version 1.19). Are Microsoft aware of this and are they investigating a fix? Is there a known workaround for this issue? Thanks. Read More
Practical Graph: Working with Exchange Online Mailbox Data
Exchange Online mail folders and messages are a very important resource for Microsoft 365 tenants. This article discusses how to use cmdlets from the Microsoft Graph PowerShell SDK to retrieve information about mailbox folders and mail messages together with some performance tips for dealing with folders that store thousands of messages.
https://practical365.com/mail-folders-and-messages-graph/
Exchange Online mail folders and messages are a very important resource for Microsoft 365 tenants. This article discusses how to use cmdlets from the Microsoft Graph PowerShell SDK to retrieve information about mailbox folders and mail messages together with some performance tips for dealing with folders that store thousands of messages.
https://practical365.com/mail-folders-and-messages-graph/ Read More
How to change colour to one cell based on expiration status of multiple cells in a different sheet
I’m working on an excel training matrix for my team, and I managed to get all training divided by type (if university based, hospital based or team specific). Each training category has a different sheet.
I would like to add a main page where I have all team members names on the Y axis and all categories of training on the X axis, that reads for each team member’s row in the specific training’s sheet, and reports green if all training in that sheet is up to date, yellow if something is about to expire, and red if something has expired.
Basically I would like it to be more evident at a glance if someone has something to update rather than check each spreadsheet (we have tons of trainings).
I was thinking of a formula that goes
IF [PERSONNEL ALL SPECIFIC ROW IN SHEET TRAINING 1] is GREEN then [CURRENT CELL IN MASTER SHEET] is GREEN
IF [PERSONNEL ALL SPECIFIC ROW IN SHEET TRAINING 1] is YELLOW then [CURRENT CELL IN MASTER SHEET] is YELLOW
IF [PERSONNEL ALL SPECIFIC ROW IN SHEET TRAINING 1] is RED then [CURRENT CELL IN MASTER SHEET] is RED
(hope this makes sense, I am useless with excel formulas…)
I would then be able to just change the sheet training row and name to have the rest of the document auto populate itself.
Can someone help? Is this something doable with Excel?
I’m working on an excel training matrix for my team, and I managed to get all training divided by type (if university based, hospital based or team specific). Each training category has a different sheet. I would like to add a main page where I have all team members names on the Y axis and all categories of training on the X axis, that reads for each team member’s row in the specific training’s sheet, and reports green if all training in that sheet is up to date, yellow if something is about to expire, and red if something has expired.Basically I would like it to be more evident at a glance if someone has something to update rather than check each spreadsheet (we have tons of trainings). I was thinking of a formula that goesIF [PERSONNEL ALL SPECIFIC ROW IN SHEET TRAINING 1] is GREEN then [CURRENT CELL IN MASTER SHEET] is GREENIF [PERSONNEL ALL SPECIFIC ROW IN SHEET TRAINING 1] is YELLOW then [CURRENT CELL IN MASTER SHEET] is YELLOWIF [PERSONNEL ALL SPECIFIC ROW IN SHEET TRAINING 1] is RED then [CURRENT CELL IN MASTER SHEET] is RED(hope this makes sense, I am useless with excel formulas…)I would then be able to just change the sheet training row and name to have the rest of the document auto populate itself. Can someone help? Is this something doable with Excel? Read More
New build
I keep getting the message a newer build for windows insider is available for yourcomputer, but when i go to windows update no new updates is available
I keep getting the message a newer build for windows insider is available for yourcomputer, but when i go to windows update no new updates is available Read More
I have a Question
Dear Sir/Madam
How do i incorporate Table Design in my top tab in the excel.
Thanks
Dear Sir/Madam How do i incorporate Table Design in my top tab in the excel. Thanks Read More
Supersedence Relationship Conflict in Intune Deployment of any Applications
Hi,
I have been in touch with Microsoft Support, who confirmed the issue outlined below is a known problem, the Support case number is 2405230050000654. They have tested it in a test environment and experienced the same issue. Can this please be fixed?
Issue example:
We have R and RStudio deployed to some of our devices as required installs within Intune. The apps are available within the Company Portal for users to install. R is a dependency application of RStudio. When upgrading to the new versions of R and RStudio, I have set up the following:
The new version of R has a supersedence of the previous version of R and is set to replace (uninstall) rather than update.The new version of RStudio has a supersedence of the previous version of RStudio and is set to update.The new version of R is set as a dependent app of the new version of RStudio.
When deploying the new apps as a required install or if a user clicks install within the Company Portal to get the new version of the app, it gives a supersedence relationship conflict error: “App cannot be installed due to a supersedence relationship conflict. (0x87D300DB).” I have tried changing the supersedence of R to update rather than replace (uninstall), but the same error occurs. The only way to fix the issue is either by removing the dependency relationship between the apps or removing the Supersedence from the new R application, this then resolves the issue. However, R is required, and removing the dependency means that R is not automatically installed for the user and this functionality should be possible without having to do workarounds.
This issue occurs with any apps set up in this manner, not just the example apps above.
Please can this be fixed?
Hi, I have been in touch with Microsoft Support, who confirmed the issue outlined below is a known problem, the Support case number is 2405230050000654. They have tested it in a test environment and experienced the same issue. Can this please be fixed? Issue example:We have R and RStudio deployed to some of our devices as required installs within Intune. The apps are available within the Company Portal for users to install. R is a dependency application of RStudio. When upgrading to the new versions of R and RStudio, I have set up the following:The new version of R has a supersedence of the previous version of R and is set to replace (uninstall) rather than update.The new version of RStudio has a supersedence of the previous version of RStudio and is set to update.The new version of R is set as a dependent app of the new version of RStudio.When deploying the new apps as a required install or if a user clicks install within the Company Portal to get the new version of the app, it gives a supersedence relationship conflict error: “App cannot be installed due to a supersedence relationship conflict. (0x87D300DB).” I have tried changing the supersedence of R to update rather than replace (uninstall), but the same error occurs. The only way to fix the issue is either by removing the dependency relationship between the apps or removing the Supersedence from the new R application, this then resolves the issue. However, R is required, and removing the dependency means that R is not automatically installed for the user and this functionality should be possible without having to do workarounds. This issue occurs with any apps set up in this manner, not just the example apps above. Please can this be fixed? Read More
DMCA request
I am trying to remove DMCA content through Submitter Dashboard unfortunately after reporting several links nothing comes up, nor do I receive a confirmation email of my report, am I doing something wrong?
Thank you.
I am trying to remove DMCA content through Submitter Dashboard unfortunately after reporting several links nothing comes up, nor do I receive a confirmation email of my report, am I doing something wrong?Thank you. Read More
Planner: Kommentare werden nicht gespeichert
Hallo zusammen,
wie haben das Problem, dass Planner keine Kommentare speichert. Es erscheint per Mail die Benachrichtigung: Delivery has failed to these recipients or groups
Wie kann das Problem behoben werden?
Danke!
Hallo zusammen, wie haben das Problem, dass Planner keine Kommentare speichert. Es erscheint per Mail die Benachrichtigung: Delivery has failed to these recipients or groups Wie kann das Problem behoben werden? Danke! Read More
Multi-tenant insights to boost customer health in Microsoft 365 Lighthouse
Boost customer health with multi-tenant insights in Microsoft 365 Lighthouse
Prioritize the insights that matter most
As a Managed Service Provider (MSP), you want to provide your customers with exceptional service. You want to help them adopt new features, optimize their security posture, and troubleshoot any issues they might encounter. But how do you keep track of all your customers’ needs and preferences across different tenants? How do you prioritize your actions based on data and insights?
That’s where Microsoft 365 Lighthouse can help. The Tenants page in Lighthouse provides a comprehensive and customizable overview of all your customer tenants, along with key metrics and indicators to help you assess their health and performance. You can also drill down into each tenant to see more details and perform actions on the tenant.
In this blog post, we’ll walk you through recent updates to the Tenants page and share examples illustrating how you can use these insights to strengthen your managed services business.
Use tags to filter on your most urgent customers
To tag your customers for easy filtering and segmentation, check out the Tags feature on the Tenants page. You can create custom tags based on any criteria that’s relevant to your business, such as industry, size, region, product, or service. You can then assign one or more tags to each customer and use them to filter the list of tenants.
Example: Create and assign tags to customers to distinguish different levels of support services, such as “New Premium Customers” and “Basic Support.” Once the customers are tagged, you can easily differentiate who’s who and use the Tags filter in Lighthouse to get prioritized insights across each group.
Go to the Tenants page now to try the Tags feature.
Identify customers with low apps and services usage
Lighthouse now lets you see apps and services usage across all your customer tenants, which helps you identify those customers who aren’t fully leveraging their Microsoft 365 services. An “Unhealthy” status in the Apps & services usage column on the Tenants page indicates the customer has very low or no usage across one or more core Microsoft 365 workloads: Email (Exchange), core apps (Word, Excel, PowerPoint, or OneNote), storage (OneDrive or SharePoint Online), or Teams. Since customers are likely to abandon their Microsoft products if they’re not finding value in them, you can use this column to identify customers who have low usage and then follow the recommended next steps in the details pane to support these customers and get them back on track.
Example: Identify customers with unhealthy apps and services usage and reach out to them to understand adoption blockers. Ensure your customers’ users are trained to use their Microsoft 365 products, licenses are assigned, and customers understand the value of their products.
Go to the Tenants page now to view apps and services usage.
Compare Microsoft Secure Score across your customers
Microsoft Secure Score aggregates security findings into a single score so that you can assess, at a glance, your customers’ current security posture. The higher the score, the more secure the tenant is. On the Tenants page, you can compare the Secure Score across your customers to see which customers need assistance improving their security posture. To see Secure Score details for a specific customer, select the customer tenant from the list to open the tenant page, select the , and then select the View Secure Score details link to view a breakdown of your customer’s Secure Score by category (identity, data, device, and apps) in the Microsoft Defender portal.
Example: Identify customers with a low Secure Score and then reach out to them to discuss how you can help strengthen their cybersecurity protocols. Refer back to your customers’ rising Secure Score each month to illustrate how your support is contributing to an improved security posture.
Go to the Tenants page now to view your customers’ Secure Score.
Get started by customizing the Tenants page
Sign in to Microsoft 365 Lighthouse to get started today. Customize the Tenants page by using tags and choosing columns most relevant to how you work. For example, you can for easy access to your customer tenants.
We want to hear from you! Select Give feedback in the lower-right corner of any page in Lighthouse to provide feedback, or go to the feedback portal now and let us know what’s on your mind. We’re committed to making Lighthouse your one-stop shop for managing customer health and security.
Want to share best practices or join community events? Become a member by “joining” the Microsoft 365 community . For tips and tricks or to stay current on the latest news and announcements directly from the product teams, make sure to Follow or Subscribe to the Microsoft 365 Blog.
Microsoft Tech Community – Latest Blogs –Read More
Crosstab by using the same input for both arguments
If I run one of the examples of crosstab, I get the same result as indicated in the crosstab webpage:
rng default; % for reproducibility
x1 = unidrnd(3,50,1);
x2 = unidrnd(3,50,1);
[table,chi2,p] = crosstab(x1,x2)
However, if I use the same input for both arguments of crosstab, I get a p-value basically equal to zero:
rng default; % for reproducibility
x1 = unidrnd(3,50,1);
x2 = unidrnd(3,50,1);
[table,chi2,p] = crosstab(x1,x1)
Shouldn’t I get a p-value higher if I use the same input for both argument of crosstab? (I was thinking about a p-value close to 1 actually)If I run one of the examples of crosstab, I get the same result as indicated in the crosstab webpage:
rng default; % for reproducibility
x1 = unidrnd(3,50,1);
x2 = unidrnd(3,50,1);
[table,chi2,p] = crosstab(x1,x2)
However, if I use the same input for both arguments of crosstab, I get a p-value basically equal to zero:
rng default; % for reproducibility
x1 = unidrnd(3,50,1);
x2 = unidrnd(3,50,1);
[table,chi2,p] = crosstab(x1,x1)
Shouldn’t I get a p-value higher if I use the same input for both argument of crosstab? (I was thinking about a p-value close to 1 actually) If I run one of the examples of crosstab, I get the same result as indicated in the crosstab webpage:
rng default; % for reproducibility
x1 = unidrnd(3,50,1);
x2 = unidrnd(3,50,1);
[table,chi2,p] = crosstab(x1,x2)
However, if I use the same input for both arguments of crosstab, I get a p-value basically equal to zero:
rng default; % for reproducibility
x1 = unidrnd(3,50,1);
x2 = unidrnd(3,50,1);
[table,chi2,p] = crosstab(x1,x1)
Shouldn’t I get a p-value higher if I use the same input for both argument of crosstab? (I was thinking about a p-value close to 1 actually) crosstab, p-value MATLAB Answers — New Questions
Problem during runing the Ansys in batch mode
I have installed student trial version of Matlab and Ansys. During the calculation in Matlab from which I run Ansys in batch mode, there is an error.
While, during the calculation the following error occure
Abort(100) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 100) – process 0I have installed student trial version of Matlab and Ansys. During the calculation in Matlab from which I run Ansys in batch mode, there is an error.
While, during the calculation the following error occure
Abort(100) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 100) – process 0 I have installed student trial version of Matlab and Ansys. During the calculation in Matlab from which I run Ansys in batch mode, there is an error.
While, during the calculation the following error occure
Abort(100) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 100) – process 0 optimization, parallel computing, algorithm, genetic algorithm MATLAB Answers — New Questions
I am trying to solve the system of coupled partial differential equations described in the attachment using the function pdepe. My code runs into this error:
function [c,f,s] = pdefun(x,t,u,dudx) % Equation to solve
c = [1; 1];
f = [-0.6; 1.32].*u;
s = [0; 0];
end
function u0 = pdeic(x) % Initial Conditions
u0 = [sin(pi*x); sin(pi*x)];
end
function [pl,ql,pr,qr] = pdebc(xl,ul,xr,ur,t) % Boundary Conditions
pl = [2.2*ul(2)+ ul(1); 0];
ql = [0; 0];
pr = [0; ur(2)];
qr = [0; 0];
end
x = linspace(0,1,50);
t = linspace(0,2,50);
m = 0;
sol = pdepe(m,@pdefun,@pdeic,@pdebc,x,t);
u1 = sol(:,:,1);
u2 = sol(:,:,2);
surf(x,t,u1)
title(‘u_(x,t)’)
xlabel(‘Distance x’)
ylabel(‘Time t’)function [c,f,s] = pdefun(x,t,u,dudx) % Equation to solve
c = [1; 1];
f = [-0.6; 1.32].*u;
s = [0; 0];
end
function u0 = pdeic(x) % Initial Conditions
u0 = [sin(pi*x); sin(pi*x)];
end
function [pl,ql,pr,qr] = pdebc(xl,ul,xr,ur,t) % Boundary Conditions
pl = [2.2*ul(2)+ ul(1); 0];
ql = [0; 0];
pr = [0; ur(2)];
qr = [0; 0];
end
x = linspace(0,1,50);
t = linspace(0,2,50);
m = 0;
sol = pdepe(m,@pdefun,@pdeic,@pdebc,x,t);
u1 = sol(:,:,1);
u2 = sol(:,:,2);
surf(x,t,u1)
title(‘u_(x,t)’)
xlabel(‘Distance x’)
ylabel(‘Time t’) function [c,f,s] = pdefun(x,t,u,dudx) % Equation to solve
c = [1; 1];
f = [-0.6; 1.32].*u;
s = [0; 0];
end
function u0 = pdeic(x) % Initial Conditions
u0 = [sin(pi*x); sin(pi*x)];
end
function [pl,ql,pr,qr] = pdebc(xl,ul,xr,ur,t) % Boundary Conditions
pl = [2.2*ul(2)+ ul(1); 0];
ql = [0; 0];
pr = [0; ur(2)];
qr = [0; 0];
end
x = linspace(0,1,50);
t = linspace(0,2,50);
m = 0;
sol = pdepe(m,@pdefun,@pdeic,@pdebc,x,t);
u1 = sol(:,:,1);
u2 = sol(:,:,2);
surf(x,t,u1)
title(‘u_(x,t)’)
xlabel(‘Distance x’)
ylabel(‘Time t’) pde, pdepe MATLAB Answers — New Questions
How do I use the unit per mille in Simulink parameters and ports?
In simulink parameters and ports can be specified to use units as described here: https://se.mathworks.com/help/simulink/ug/units-in-simulink.html
For dimensionless pure scaled numbers percent (1e-2), ppm (1e-6), ppb (1e-9) and ppt (1e-12) can be used. But is there a way to specify per mille (‰)? Using 0.001 does not work.In simulink parameters and ports can be specified to use units as described here: https://se.mathworks.com/help/simulink/ug/units-in-simulink.html
For dimensionless pure scaled numbers percent (1e-2), ppm (1e-6), ppb (1e-9) and ppt (1e-12) can be used. But is there a way to specify per mille (‰)? Using 0.001 does not work. In simulink parameters and ports can be specified to use units as described here: https://se.mathworks.com/help/simulink/ug/units-in-simulink.html
For dimensionless pure scaled numbers percent (1e-2), ppm (1e-6), ppb (1e-9) and ppt (1e-12) can be used. But is there a way to specify per mille (‰)? Using 0.001 does not work. per_mille, units, per mille, unit MATLAB Answers — New Questions
Does Disk Drill Data Recovery Work on Windows 11?
I’ve recently upgraded to Windows 11 and need to recover some important files that were accidentally deleted during system update. I’ve heard a lot of good things about Disk Drill data recovery, but I’m wondering if it’s working well with Windows 11.
Before I go ahead and purchase the software, I wanted to ask if anyone here has successfully used Disk Drill on Windows 11 or Windows 10.I’d really appreciate any insights or tips you can share, especially if you’ve encountered any compatibility challenges or found better alternatives to Disk Drill data recovery for Windows. How was your experience? Were there any issues or things to watch out for during the recovery process?
I’ve recently upgraded to Windows 11 and need to recover some important files that were accidentally deleted during system update. I’ve heard a lot of good things about Disk Drill data recovery, but I’m wondering if it’s working well with Windows 11. Before I go ahead and purchase the software, I wanted to ask if anyone here has successfully used Disk Drill on Windows 11 or Windows 10.I’d really appreciate any insights or tips you can share, especially if you’ve encountered any compatibility challenges or found better alternatives to Disk Drill data recovery for Windows. How was your experience? Were there any issues or things to watch out for during the recovery process? Read More
MS Bookings Calendar
How do I have a separate bookings calendar to my personal calendar on outlook/MS teams? i.e. I want to organise 2 hour meetings however I am not the host and will be in other meetings at the time. MS booking doesnt allow me to book times when my calendar shows ‘busy’. Is there a way around this
How do I have a separate bookings calendar to my personal calendar on outlook/MS teams? i.e. I want to organise 2 hour meetings however I am not the host and will be in other meetings at the time. MS booking doesnt allow me to book times when my calendar shows ‘busy’. Is there a way around this Read More