Category: News
draw the centered data on the same axes as the raw data
draw the centered data on the same axes as the raw data given 12 samples of the raw data
WireLength DieHeight
1 125
4 110
5 287
6 200
8 350
10 280
12 400
14 370
13 480
18 420
19 540
22 518
where WireLength is the x axis and Die Height is the y axisdraw the centered data on the same axes as the raw data given 12 samples of the raw data
WireLength DieHeight
1 125
4 110
5 287
6 200
8 350
10 280
12 400
14 370
13 480
18 420
19 540
22 518
where WireLength is the x axis and Die Height is the y axis draw the centered data on the same axes as the raw data given 12 samples of the raw data
WireLength DieHeight
1 125
4 110
5 287
6 200
8 350
10 280
12 400
14 370
13 480
18 420
19 540
22 518
where WireLength is the x axis and Die Height is the y axis scatter, centered d MATLAB Answers — New Questions
How to load data from a .txt file to matlab in the form of a matrix???
I am saving data in a .txt file from c++ code which is continuously updating in real time.can i get this real time data loaded in to matrix in matlab in real time?? Please helpI am saving data in a .txt file from c++ code which is continuously updating in real time.can i get this real time data loaded in to matrix in matlab in real time?? Please help I am saving data in a .txt file from c++ code which is continuously updating in real time.can i get this real time data loaded in to matrix in matlab in real time?? Please help export MATLAB Answers — New Questions
How to PLOT from .TRC file generated by keysight N9320B Spectrum analyzer
I am trying to generate the plot from Keysight N9320 Spectrum analyzer .trc file from https://www.mathworks.com/matlabcentral/fileexchange/22908-read-spectrum-analyzer-trace-file but MATLAB can’t read it and error is
Unrecognized field name "XStart".
Error in readsatf (line 139)
freq(index) = struct.XStart + (index-1)*struct.XScale/struct.XNum;
because file don’t contain "#" headers and all the data is unreadable is there any other way to access these results from the .trc file.I am trying to generate the plot from Keysight N9320 Spectrum analyzer .trc file from https://www.mathworks.com/matlabcentral/fileexchange/22908-read-spectrum-analyzer-trace-file but MATLAB can’t read it and error is
Unrecognized field name "XStart".
Error in readsatf (line 139)
freq(index) = struct.XStart + (index-1)*struct.XScale/struct.XNum;
because file don’t contain "#" headers and all the data is unreadable is there any other way to access these results from the .trc file. I am trying to generate the plot from Keysight N9320 Spectrum analyzer .trc file from https://www.mathworks.com/matlabcentral/fileexchange/22908-read-spectrum-analyzer-trace-file but MATLAB can’t read it and error is
Unrecognized field name "XStart".
Error in readsatf (line 139)
freq(index) = struct.XStart + (index-1)*struct.XScale/struct.XNum;
because file don’t contain "#" headers and all the data is unreadable is there any other way to access these results from the .trc file. keysight, n8320b spectrum analyzer MATLAB Answers — New Questions
The dofference of predict() and PredictAndUpdateState()
Hi All,
I found the following two ways of predicting performs differently:
(1).
for i=1:size(XTest,2)
[trainedNet,YTest(:,i)]=PredictAndUpdateState(trainedNet,XTest(:,i));
end
(2).
for i=1:size(XTest,2)
[YTest(:,i),state]=predict(trainedNet,XTest(:,i));
trainedNet.State=state;
end
I wonder that what is the reseason for this phenomenon? Or, what is the difference between the ways of predict() and PredictAndUpdateState() to update networks?
Any help will be appreciated!Hi All,
I found the following two ways of predicting performs differently:
(1).
for i=1:size(XTest,2)
[trainedNet,YTest(:,i)]=PredictAndUpdateState(trainedNet,XTest(:,i));
end
(2).
for i=1:size(XTest,2)
[YTest(:,i),state]=predict(trainedNet,XTest(:,i));
trainedNet.State=state;
end
I wonder that what is the reseason for this phenomenon? Or, what is the difference between the ways of predict() and PredictAndUpdateState() to update networks?
Any help will be appreciated! Hi All,
I found the following two ways of predicting performs differently:
(1).
for i=1:size(XTest,2)
[trainedNet,YTest(:,i)]=PredictAndUpdateState(trainedNet,XTest(:,i));
end
(2).
for i=1:size(XTest,2)
[YTest(:,i),state]=predict(trainedNet,XTest(:,i));
trainedNet.State=state;
end
I wonder that what is the reseason for this phenomenon? Or, what is the difference between the ways of predict() and PredictAndUpdateState() to update networks?
Any help will be appreciated! lstm, predictandupdatestate, predict, prediction, deep learning MATLAB Answers — New Questions
copy a cell value into a table based of the value of adjacent dropdown
good evening all,
having some trouble wrapping my head around this.
I have dropdowns in A4:A7 which draw values from A12:A101. there is a corresponding value in B12:B101 that gets displayed in B4:B7 when a value is selected from the dropdown. i would like to add an “update cell” in C4:C7 that would update the values in B12:B101 when a new value is entered.
i have a stripped down version to show what ive got so far
any help is appreciated
good evening all, having some trouble wrapping my head around this. I have dropdowns in A4:A7 which draw values from A12:A101. there is a corresponding value in B12:B101 that gets displayed in B4:B7 when a value is selected from the dropdown. i would like to add an “update cell” in C4:C7 that would update the values in B12:B101 when a new value is entered. i have a stripped down version to show what ive got so far any help is appreciated GRAWtest.xlsx Read More
Shift end time and overnight rest break
I have an activity logger and cells on “Day 1” A16 to B33 are start and end times. A16 is populated from an entry in C10 and G10 is populated from the last time entered in B16:33. The array may be fully or partially populated depending on number of activities on the day. All cells are formatted as 12 hour time and no date is used. C16 to 33 use drop down lists for activity.
The issue arises when an overnight rest break is entered in B? and G10 displays the time of the following morning.
What I want is to have G10 ignore the following morning if the previous time is more than 9 hours behind (only entry for that length of time will be an overnight break). It may prove difficult to use PM and AM as some shifts work across midnight but if that is easiest then that can be arranged.
To this point AI has not been able to achieve a result but I will keep trying.
Edit: Continued searching has found this thread https://techcommunity.microsoft.com/t5/excel/check-if-a-time-falls-between-a-time-range-crossing-date-lines/m-p/3843408#M194413 andit seems this function
=IF( MEDIAN($D$2,$D$2+MOD($D$3-$D$2,1),$C4) = $C4, ” O”, “” )
or a variant may prove useful
Any help would be appreciated
Thank you
I have an activity logger and cells on “Day 1″ A16 to B33 are start and end times. A16 is populated from an entry in C10 and G10 is populated from the last time entered in B16:33. The array may be fully or partially populated depending on number of activities on the day. All cells are formatted as 12 hour time and no date is used. C16 to 33 use drop down lists for activity. The issue arises when an overnight rest break is entered in B? and G10 displays the time of the following morning. What I want is to have G10 ignore the following morning if the previous time is more than 9 hours behind (only entry for that length of time will be an overnight break). It may prove difficult to use PM and AM as some shifts work across midnight but if that is easiest then that can be arranged. To this point AI has not been able to achieve a result but I will keep trying. Edit: Continued searching has found this thread https://techcommunity.microsoft.com/t5/excel/check-if-a-time-falls-between-a-time-range-crossing-date-lines/m-p/3843408#M194413 andit seems this function =IF( MEDIAN($D$2,$D$2+MOD($D$3-$D$2,1),$C4) = $C4, ” O”, “” )or a variant may prove useful Any help would be appreciatedThank you Read More
How to draw a cone and it’s Frustum in 3D in Excel
Dear Experts,
Can some one please help me , with how to draw a Frustum(part of a Cone) in Excel in 3D,
Definition as below for Frustum , choose any values for R1,R2,and h.
Thanks in Advance,
Br,
Anupam
Dear Experts, Can some one please help me , with how to draw a Frustum(part of a Cone) in Excel in 3D,Definition as below for Frustum , choose any values for R1,R2,and h.Thanks in Advance,Br,Anupam Read More
How to Remove Extra Subplot When Custom Plotting with ‘particleswarm’?
Hello MATLAB Community,
I’m working on implementing a custom plot function for the particleswarm function in the Global Optimization Toolbox. However, I’m encountering an issue where an extra empty subplot is being generated along with the intended plots. I would like to know how to remove this extra subplot.
Here is my full code:
fun = @(x) 3*(1-x(1)).^2.*exp(-(x(1).^2)-(x(2)+1).^2)…
– 10*(x(1)/5 – x(1).^3 – x(2).^5).*exp(-x(1).^2-x(2).^2)…
– 1/3*exp(-(x(1)+1).^2 – x(2).^2);
xbounds = [-3, 3, -3, 3]; % [xmin xmax ymin ymax]
fconvert = @(x1, x2) fun([x1, x2]); % for fsurf, fun should be defined as fun = @(x1,x2,…,xn) but for PSO, fun = @(x)
myfig = fsurf(fconvert, xbounds,’ShowContours’,’on’, ‘FaceAlpha’, 0.7);
xlabel(‘x1’);
ylabel(‘x2’);
zlabel(‘f(x1, x2)’);
box on
plotFcnWithHandle = @(optimValues, state) myplot(optimValues, state, myfig);
rng default % For reproducibility
nvars = 2;
lb = [xbounds(1), xbounds(3)];
ub = [xbounds(2), xbounds(4)];
options = optimoptions(‘particleswarm’, …
‘SwarmSize’, 50,…
‘Display’,’iter’,…
‘DisplayInterval’, 1,…
‘FunctionTolerance’, 0.01,…
‘MaxIterations’, 500,…
‘MaxStallIterations’, 20,…
‘PlotFcn’, {‘pswplotbestf’,plotFcnWithHandle});
[x,fval] = particleswarm(fun,nvars,lb,ub,options);
function stop = myplot(optimValues, state, myfig)
stop = false;
ax = get(myfig,’Parent’);
positions = optimValues.swarm;
hold(ax, ‘on’);
delete(findall(ax, ‘Tag’, ‘particles’));
scatter3(ax, positions(:,1), positions(:,2), optimValues.swarmfvals, …
‘r’, ‘filled’, ‘MarkerEdgeColor’,’k’, ‘Tag’, ‘particles’);
% Update the figure
drawnow;
pause(1); % Pause for 1 second
end
In the code above, an extra empty subplot is generated in addition to the intended plot in the figure titled as "particleswarm". I would like to know how to prevent or remove this extra subplot. Thank you for your help!Hello MATLAB Community,
I’m working on implementing a custom plot function for the particleswarm function in the Global Optimization Toolbox. However, I’m encountering an issue where an extra empty subplot is being generated along with the intended plots. I would like to know how to remove this extra subplot.
Here is my full code:
fun = @(x) 3*(1-x(1)).^2.*exp(-(x(1).^2)-(x(2)+1).^2)…
– 10*(x(1)/5 – x(1).^3 – x(2).^5).*exp(-x(1).^2-x(2).^2)…
– 1/3*exp(-(x(1)+1).^2 – x(2).^2);
xbounds = [-3, 3, -3, 3]; % [xmin xmax ymin ymax]
fconvert = @(x1, x2) fun([x1, x2]); % for fsurf, fun should be defined as fun = @(x1,x2,…,xn) but for PSO, fun = @(x)
myfig = fsurf(fconvert, xbounds,’ShowContours’,’on’, ‘FaceAlpha’, 0.7);
xlabel(‘x1’);
ylabel(‘x2’);
zlabel(‘f(x1, x2)’);
box on
plotFcnWithHandle = @(optimValues, state) myplot(optimValues, state, myfig);
rng default % For reproducibility
nvars = 2;
lb = [xbounds(1), xbounds(3)];
ub = [xbounds(2), xbounds(4)];
options = optimoptions(‘particleswarm’, …
‘SwarmSize’, 50,…
‘Display’,’iter’,…
‘DisplayInterval’, 1,…
‘FunctionTolerance’, 0.01,…
‘MaxIterations’, 500,…
‘MaxStallIterations’, 20,…
‘PlotFcn’, {‘pswplotbestf’,plotFcnWithHandle});
[x,fval] = particleswarm(fun,nvars,lb,ub,options);
function stop = myplot(optimValues, state, myfig)
stop = false;
ax = get(myfig,’Parent’);
positions = optimValues.swarm;
hold(ax, ‘on’);
delete(findall(ax, ‘Tag’, ‘particles’));
scatter3(ax, positions(:,1), positions(:,2), optimValues.swarmfvals, …
‘r’, ‘filled’, ‘MarkerEdgeColor’,’k’, ‘Tag’, ‘particles’);
% Update the figure
drawnow;
pause(1); % Pause for 1 second
end
In the code above, an extra empty subplot is generated in addition to the intended plot in the figure titled as "particleswarm". I would like to know how to prevent or remove this extra subplot. Thank you for your help! Hello MATLAB Community,
I’m working on implementing a custom plot function for the particleswarm function in the Global Optimization Toolbox. However, I’m encountering an issue where an extra empty subplot is being generated along with the intended plots. I would like to know how to remove this extra subplot.
Here is my full code:
fun = @(x) 3*(1-x(1)).^2.*exp(-(x(1).^2)-(x(2)+1).^2)…
– 10*(x(1)/5 – x(1).^3 – x(2).^5).*exp(-x(1).^2-x(2).^2)…
– 1/3*exp(-(x(1)+1).^2 – x(2).^2);
xbounds = [-3, 3, -3, 3]; % [xmin xmax ymin ymax]
fconvert = @(x1, x2) fun([x1, x2]); % for fsurf, fun should be defined as fun = @(x1,x2,…,xn) but for PSO, fun = @(x)
myfig = fsurf(fconvert, xbounds,’ShowContours’,’on’, ‘FaceAlpha’, 0.7);
xlabel(‘x1’);
ylabel(‘x2’);
zlabel(‘f(x1, x2)’);
box on
plotFcnWithHandle = @(optimValues, state) myplot(optimValues, state, myfig);
rng default % For reproducibility
nvars = 2;
lb = [xbounds(1), xbounds(3)];
ub = [xbounds(2), xbounds(4)];
options = optimoptions(‘particleswarm’, …
‘SwarmSize’, 50,…
‘Display’,’iter’,…
‘DisplayInterval’, 1,…
‘FunctionTolerance’, 0.01,…
‘MaxIterations’, 500,…
‘MaxStallIterations’, 20,…
‘PlotFcn’, {‘pswplotbestf’,plotFcnWithHandle});
[x,fval] = particleswarm(fun,nvars,lb,ub,options);
function stop = myplot(optimValues, state, myfig)
stop = false;
ax = get(myfig,’Parent’);
positions = optimValues.swarm;
hold(ax, ‘on’);
delete(findall(ax, ‘Tag’, ‘particles’));
scatter3(ax, positions(:,1), positions(:,2), optimValues.swarmfvals, …
‘r’, ‘filled’, ‘MarkerEdgeColor’,’k’, ‘Tag’, ‘particles’);
% Update the figure
drawnow;
pause(1); % Pause for 1 second
end
In the code above, an extra empty subplot is generated in addition to the intended plot in the figure titled as "particleswarm". I would like to know how to prevent or remove this extra subplot. Thank you for your help! particle swarm optimization, global optimization toolbox MATLAB Answers — New Questions
To convert RT structure set from DICOM format to uncompressed NIfTI (.nii) format
I want to convert RT structure set from DICOM format to uncompressed NIfTI (.nii) format.I want to convert RT structure set from DICOM format to uncompressed NIfTI (.nii) format. I want to convert RT structure set from DICOM format to uncompressed NIfTI (.nii) format. rt structure set, dicom, nifti MATLAB Answers — New Questions
Security Baseline 23H2 issue with Hardened UNC Paths
I am testing the 23H2 Security Baseline and ran the CIS Benchmark assessment. A setting that previously passed with the November 2021 baseline is now failing. It is the Hardened UNC Paths under Administrative Templates – Network – Network Provider. The attached screenshot named Hardened UNC Paths…png shows the setting configured in the baseline. The screenshot named Registry.png shows the registry after the baseline is applied.
The entry for \*SYSVOL does not show up and the entry for \*NETLOGON is wrong. When adding the entry to the registry for this setting, Microsoft swapped the Name and Data values.
The screenshot Registry from Nov 2021 baseline.png is what it should look like and this passes the CIS Benchmark assessment.
Can anyone else confirm this? I plan to open a ticket for this issue.
I am testing the 23H2 Security Baseline and ran the CIS Benchmark assessment. A setting that previously passed with the November 2021 baseline is now failing. It is the Hardened UNC Paths under Administrative Templates – Network – Network Provider. The attached screenshot named Hardened UNC Paths…png shows the setting configured in the baseline. The screenshot named Registry.png shows the registry after the baseline is applied. The entry for \*SYSVOL does not show up and the entry for \*NETLOGON is wrong. When adding the entry to the registry for this setting, Microsoft swapped the Name and Data values. The screenshot Registry from Nov 2021 baseline.png is what it should look like and this passes the CIS Benchmark assessment. Can anyone else confirm this? I plan to open a ticket for this issue. Read More
CIS Benchmark Assessment fails on Defender settings on Security Baseline 23H2
With the November 2021 Security Baseline, my device passed all but one setting on the CIS Benchmark Assessment. After applying Security Baseline 23H2, I am failing all of them. See CIS Benchmark Assessment.png for the comparison.
I found that something in the 23H2 Security Baseline is blocking access to the HKEY_LOCAL_MACHINESOFTWAREPoliciesWindows DefenderPolicy Manager folder in the registry. See attached screenshot. Since the CIS Assessment cannot access the settings to verify them, it gives us a fail on all of the Defender settings. When I go back to the November 2021 baseline, I can see all the settings in the folder.
I’ve reviewed every setting in the 23H2 baseline to see what would cause this and cannot find anything. Any suggestions would be greatly appreciated. Right now, it seems safer to stay on the November 2021 baseline.
With the November 2021 Security Baseline, my device passed all but one setting on the CIS Benchmark Assessment. After applying Security Baseline 23H2, I am failing all of them. See CIS Benchmark Assessment.png for the comparison. I found that something in the 23H2 Security Baseline is blocking access to the HKEY_LOCAL_MACHINESOFTWAREPoliciesWindows DefenderPolicy Manager folder in the registry. See attached screenshot. Since the CIS Assessment cannot access the settings to verify them, it gives us a fail on all of the Defender settings. When I go back to the November 2021 baseline, I can see all the settings in the folder. I’ve reviewed every setting in the 23H2 baseline to see what would cause this and cannot find anything. Any suggestions would be greatly appreciated. Right now, it seems safer to stay on the November 2021 baseline. Read More
.NET method with “out” keyword as an input
Hello!
I’ve run into a tricky situation when trying to work with a .NET library inside MATLAB. Normally, it appears that when a .NET method has a parameter with the out keyword, MATLAB makes it a parameter that is returned instead.
However, I have run into an unusual scenario where a function requires me to input a value for a parameter with the out keyword. I cannot find a public repository for the library in question; However, I’ve included below an example of how the .NET function in question, ZernikeLSF, is called in a C# script:
After going through the MATLAB documentation on its .NET integration, I have been unable to find a way to input a value for this parameter, zernike_order — I can only seem to have it be returned. Is there a method of inputting a value here with MATLAB? If not, are there any good workarounds?Hello!
I’ve run into a tricky situation when trying to work with a .NET library inside MATLAB. Normally, it appears that when a .NET method has a parameter with the out keyword, MATLAB makes it a parameter that is returned instead.
However, I have run into an unusual scenario where a function requires me to input a value for a parameter with the out keyword. I cannot find a public repository for the library in question; However, I’ve included below an example of how the .NET function in question, ZernikeLSF, is called in a C# script:
After going through the MATLAB documentation on its .NET integration, I have been unable to find a way to input a value for this parameter, zernike_order — I can only seem to have it be returned. Is there a method of inputting a value here with MATLAB? If not, are there any good workarounds? Hello!
I’ve run into a tricky situation when trying to work with a .NET library inside MATLAB. Normally, it appears that when a .NET method has a parameter with the out keyword, MATLAB makes it a parameter that is returned instead.
However, I have run into an unusual scenario where a function requires me to input a value for a parameter with the out keyword. I cannot find a public repository for the library in question; However, I’ve included below an example of how the .NET function in question, ZernikeLSF, is called in a C# script:
After going through the MATLAB documentation on its .NET integration, I have been unable to find a way to input a value for this parameter, zernike_order — I can only seem to have it be returned. Is there a method of inputting a value here with MATLAB? If not, are there any good workarounds? .net, handles MATLAB Answers — New Questions
Outbound emails not working
I’ve read the forums on previous issues, but I don’t understand how to check on why our domain emails aren’t being received. It appears we always receive emails, but sometimes our outbound are not received. We never send mass emails, although we do send one-off emails that are oftentimes not responded to by the recipient. Example: customer asks for a quote, we send a response, then they call to confirm an installation or don’t respond at all. We are a small business with 4 email addresses. What can I do to make sure our emails are received? Thanks!
I’ve read the forums on previous issues, but I don’t understand how to check on why our domain emails aren’t being received. It appears we always receive emails, but sometimes our outbound are not received. We never send mass emails, although we do send one-off emails that are oftentimes not responded to by the recipient. Example: customer asks for a quote, we send a response, then they call to confirm an installation or don’t respond at all. We are a small business with 4 email addresses. What can I do to make sure our emails are received? Thanks! Read More
How can I install Samsung Gallery on a Samsung S23 using Intune?
I am an administrator for this tenant that I am currently working on.
I recently have setup android enrollment in Intune. The enrollment profile that I am using is Corporate-owned dedicated devices. Everything works perfectly when approving and pushing applications that are on the Google Play Store without an issue. I have been able to push more than 10 apps, and all have successfully installed. Only issue is the fact that the native apps of the phones are not installed.
We are using a Galaxy S23 for the user and the Samsung Gallery is not installed. The user does have the camera app installed and is able to take pictures. However, if he tries to open the pictures at the bottom left of the camera, it will say that the Gallery app is not enabled in the device and to enable it. I have looked at the Device restrictions policy and I do not see an option that I would disable that app. I have also seen online in forums that you just need add the app in Devices > Android Apps > Add > Android Enterprise system app. The three fields that it asks for is App Name, Publisher, and Package Name. I found the Package Name easily through a simple search and “com.sec.android.gallery3d “ is the package name, the following link is evidence, https://galaxystore.samsung.com/detail/com.sec.android.gallery3d.
I assigned the app to the corresponding group, but the application would stay in pending install in the Intune portal. The installation stayed that way for a couple of hours until it errored out, “The application failed to install, possibly because of insufficient storage or an unreliable network connection. The installation will be retried automatically. (0xC7D24FBA)”. Of course, the error was not true since the phone has 5G data and it was connected to the Wi-Fi the whole time. This is the only app I am having issues with, and it is a native app for a Galaxy phone. I have removed the application and added it again. I confirmed the package name by installing an app called Package Name Viewer on my personal device and confirmed that the package name is the mentioned above.
I was hoping for some insight into this issue and see if I can get some help or recommendations. Thank you.
I am an administrator for this tenant that I am currently working on.I recently have setup android enrollment in Intune. The enrollment profile that I am using is Corporate-owned dedicated devices. Everything works perfectly when approving and pushing applications that are on the Google Play Store without an issue. I have been able to push more than 10 apps, and all have successfully installed. Only issue is the fact that the native apps of the phones are not installed.We are using a Galaxy S23 for the user and the Samsung Gallery is not installed. The user does have the camera app installed and is able to take pictures. However, if he tries to open the pictures at the bottom left of the camera, it will say that the Gallery app is not enabled in the device and to enable it. I have looked at the Device restrictions policy and I do not see an option that I would disable that app. I have also seen online in forums that you just need add the app in Devices > Android Apps > Add > Android Enterprise system app. The three fields that it asks for is App Name, Publisher, and Package Name. I found the Package Name easily through a simple search and “com.sec.android.gallery3d “ is the package name, the following link is evidence, https://galaxystore.samsung.com/detail/com.sec.android.gallery3d.I assigned the app to the corresponding group, but the application would stay in pending install in the Intune portal. The installation stayed that way for a couple of hours until it errored out, “The application failed to install, possibly because of insufficient storage or an unreliable network connection. The installation will be retried automatically. (0xC7D24FBA)”. Of course, the error was not true since the phone has 5G data and it was connected to the Wi-Fi the whole time. This is the only app I am having issues with, and it is a native app for a Galaxy phone. I have removed the application and added it again. I confirmed the package name by installing an app called Package Name Viewer on my personal device and confirmed that the package name is the mentioned above.I was hoping for some insight into this issue and see if I can get some help or recommendations. Thank you. Read More
Setup Dynamic Distribution list based on City Name
Hi
I just want to create two dynamic distribution list
For the first distribution list , if the user based in a city called Auckland the user is moved to the distribution list.
I also want another distribution list called “all staff” and anyone new and existing users will be added to the distribution list.
I’m reading this https://learn.microsoft.com/en-us/exchange/recipients/mailbox-custom-attributes?view=exchserver-2019 and I’m very lost
Is there a quick way of doing this?
Hi I just want to create two dynamic distribution list For the first distribution list , if the user based in a city called Auckland the user is moved to the distribution list.I also want another distribution list called “all staff” and anyone new and existing users will be added to the distribution list. I’m reading this https://learn.microsoft.com/en-us/exchange/recipients/mailbox-custom-attributes?view=exchserver-2019 and I’m very lost Is there a quick way of doing this? Read More
How to move entire inbox to a different account?
One of our employees recently resigned – I’d like to essentially keep a copy of their inbox somewhere. Is it possible to transfer all of their emails to a folder in my account? Is there a better way to handle this? I want to make this process repeatable if future employees leave – saving their inbox.
One of our employees recently resigned – I’d like to essentially keep a copy of their inbox somewhere. Is it possible to transfer all of their emails to a folder in my account? Is there a better way to handle this? I want to make this process repeatable if future employees leave – saving their inbox. Read More
How to put formatted text in one cell when another cell value is blank
How to put formatted text in one cell when another cell value is blank.
In one column I have phone numbers. For the cells that don’t have a phone number (G1), I want another cell in the next column (H1) to automatically put the text “Record Not Clean”?
How do I do this? Is there a certain function that allows me to do this?
Thanks
How to put formatted text in one cell when another cell value is blank. In one column I have phone numbers. For the cells that don’t have a phone number (G1), I want another cell in the next column (H1) to automatically put the text “Record Not Clean”? How do I do this? Is there a certain function that allows me to do this? Thanks Read More
Released: Microsoft.Data.SqlClient 3.1.7
We have released an update to Microsoft.Data.SqlClient, version 3.1.7. The update addresses several issues.
Microsoft.Data.SqlClient 3.1 is an LTS release and will continue to get fixes and updates until its End of Support date. To see which versions are LTS versus non-LTS, what that means, and their support timelines, see the Support Lifecycle for Microsoft.Data.SqlClient.
Updates in Microsoft.Data.SqlClient 3.1.7 include:
Fixed
Fixed connection to unsubscribe from transaction completion events before returning it to the connection pool. #2301 #2434
Fixed AcquireTokenAsync timeout handling for edge cases in ActiveDirectoryAuthenticationProvider. #2709
Fixed a signing issue with the Microsoft.Data.SqlClient assembly. #2789 (this prompted us to unpublish the 3.1.6 update)
Changed
Updated Microsoft.Data.SqlClient.SNI version 3.0.1 to 3.0.2 #2676 which includes the fix for AppDomain crashing in issue #1418 and various code refactors.
Code health improvements: #2147, #2515, #2517 addresses CVE-2019-0545, #2539
To get the new package, add a NuGet reference to Microsoft.Data.SqlClient in your application.
For more details about the changes in Microsoft.Data.SqlClient 3.1.7, you can also see the Release Notes.
If you encounter any issues or have any feedback, head over to the SqlClient GitHub repository and submit an issue.
David Engel
Microsoft Tech Community – Latest Blogs –Read More
Representing an area on a different axis.
I have an area bounded by a data set in the (-) plane as shown below. Is it mathematically possible to represent this area (blue color) in (-) plane?
clear; clc;
data = [1.0000 0.9000 0.8000 0.7000 0.6000 0.5000 0.4000 0.3000 0.2000 0.1000 0 -0.1000 -0.2000 -0.3000 -0.4000 -0.5000 -0.6000 -0.6000 -0.6000 -0.6000 -0.6000 -0.5000 -0.4000 -0.3000 -0.2000 -0.1000 0 0.1000 0.2000 0.3000 0.4000 0.5000 0.6000 0.7000 0.8000 0.9000 1.0000
-2.1351 -2.1892 -2.2432 -2.2973 -2.3243 -2.3243 -2.3243 -2.3514 -2.2703 -2.2432 -2.2432 -2.2432 -2.2703 -2.2973 -2.2162 -2.1081 -2.0000 -1.0541 0.0270 1.1081 1.3243 2.6486 4.0270 5.2703 6.5676 7.5405 8.2973 9.1081 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000];
x = data(1, :);
y = data(2, :);
figure
fill(x, y, ‘b’,’FaceAlpha’,0.5)
xlabel(‘Q_2/Q_4+1’)
ylabel(‘Q/Q_4+5’)
set(gca,’FontName’,’times’,’fontsize’,14)I have an area bounded by a data set in the (-) plane as shown below. Is it mathematically possible to represent this area (blue color) in (-) plane?
clear; clc;
data = [1.0000 0.9000 0.8000 0.7000 0.6000 0.5000 0.4000 0.3000 0.2000 0.1000 0 -0.1000 -0.2000 -0.3000 -0.4000 -0.5000 -0.6000 -0.6000 -0.6000 -0.6000 -0.6000 -0.5000 -0.4000 -0.3000 -0.2000 -0.1000 0 0.1000 0.2000 0.3000 0.4000 0.5000 0.6000 0.7000 0.8000 0.9000 1.0000
-2.1351 -2.1892 -2.2432 -2.2973 -2.3243 -2.3243 -2.3243 -2.3514 -2.2703 -2.2432 -2.2432 -2.2432 -2.2703 -2.2973 -2.2162 -2.1081 -2.0000 -1.0541 0.0270 1.1081 1.3243 2.6486 4.0270 5.2703 6.5676 7.5405 8.2973 9.1081 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000];
x = data(1, :);
y = data(2, :);
figure
fill(x, y, ‘b’,’FaceAlpha’,0.5)
xlabel(‘Q_2/Q_4+1’)
ylabel(‘Q/Q_4+5’)
set(gca,’FontName’,’times’,’fontsize’,14) I have an area bounded by a data set in the (-) plane as shown below. Is it mathematically possible to represent this area (blue color) in (-) plane?
clear; clc;
data = [1.0000 0.9000 0.8000 0.7000 0.6000 0.5000 0.4000 0.3000 0.2000 0.1000 0 -0.1000 -0.2000 -0.3000 -0.4000 -0.5000 -0.6000 -0.6000 -0.6000 -0.6000 -0.6000 -0.5000 -0.4000 -0.3000 -0.2000 -0.1000 0 0.1000 0.2000 0.3000 0.4000 0.5000 0.6000 0.7000 0.8000 0.9000 1.0000
-2.1351 -2.1892 -2.2432 -2.2973 -2.3243 -2.3243 -2.3243 -2.3514 -2.2703 -2.2432 -2.2432 -2.2432 -2.2703 -2.2973 -2.2162 -2.1081 -2.0000 -1.0541 0.0270 1.1081 1.3243 2.6486 4.0270 5.2703 6.5676 7.5405 8.2973 9.1081 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000 10.0000];
x = data(1, :);
y = data(2, :);
figure
fill(x, y, ‘b’,’FaceAlpha’,0.5)
xlabel(‘Q_2/Q_4+1’)
ylabel(‘Q/Q_4+5’)
set(gca,’FontName’,’times’,’fontsize’,14) logic, math, mathematics MATLAB Answers — New Questions