Month: August 2024
Defender for Server without Internet access
Hi All,
I don’t want to expose my servers to internet using a proxy or any other mechanism.
Is there any possibility to deploy & manage Defender for both Windows & Linux servers?
If yes, what are the risks and challenges?
All servers are Windows 2022 servers. For definition updates, can i use either SCCM or any other product?
Hi All, I don’t want to expose my servers to internet using a proxy or any other mechanism. Is there any possibility to deploy & manage Defender for both Windows & Linux servers? If yes, what are the risks and challenges? All servers are Windows 2022 servers. For definition updates, can i use either SCCM or any other product? Read More
CoPilot Studio Learning Path for Citizen Developers/Business Users
Hello Members,
Looking for an comprehensive learning path(ready-made or custom) for CoPilot Studio. The audience are Citizen Developers/Business Users. Pls share information if you have created one for your organization/company.
Thanks,
Amit
Hello Members,Looking for an comprehensive learning path(ready-made or custom) for CoPilot Studio. The audience are Citizen Developers/Business Users. Pls share information if you have created one for your organization/company. Thanks,Amit Read More
Azure Data Factory Linked Service to connect Batch Account and Node with private endpoint
HI All,
I am trying to connect batch account and batch pool from Azure Data Factory where batch pool is configured in private network.
Steps followed.
1. created private link service to connect batch account and node by adding the domain names of batch account and node
2. tried to establish connection but it failed to connect to batch pool (pool with virtual network).
I am not clear on the steps to be implemented in loan balancer which needs to be configured for private links service. I have added front end ip as Virtual network IP, backend pool as batch pool ip.
I couldn’t find proper document for this setup. please help if anyone come across this scenario or any document which explains in detail.
Thanks,
Sathish
HI All, I am trying to connect batch account and batch pool from Azure Data Factory where batch pool is configured in private network. Steps followed. 1. created private link service to connect batch account and node by adding the domain names of batch account and node2. tried to establish connection but it failed to connect to batch pool (pool with virtual network). I am not clear on the steps to be implemented in loan balancer which needs to be configured for private links service. I have added front end ip as Virtual network IP, backend pool as batch pool ip. I couldn’t find proper document for this setup. please help if anyone come across this scenario or any document which explains in detail. Thanks,Sathish Read More
IME Not Installing after Edition Upgrade Home to Education using Company Portal.
Hi,
Currently using Company Portal on BYOD student devices to enroll in Intune.
After enrolling the BYOD device into Company Portal and the device is a Home Edition the device is upgraded to Education and prompts for a reboot to apply the settings.
A reboot is done.
After the reboot the IME does not install at all on the BYOD device, now it is Education Edition.
On another note if the device is Pro/Pro Education/Education/Enterprise and enrolled via Company Portal the device gets all settings and also the IME is installed automatically, after waiting 15 + minutes.
Any ideas to get the Intune Management Extension to install after an Edition upgrade on a Windows 10 and 11 device?
Thanks.
Hi,Currently using Company Portal on BYOD student devices to enroll in Intune.After enrolling the BYOD device into Company Portal and the device is a Home Edition the device is upgraded to Education and prompts for a reboot to apply the settings.A reboot is done.After the reboot the IME does not install at all on the BYOD device, now it is Education Edition. On another note if the device is Pro/Pro Education/Education/Enterprise and enrolled via Company Portal the device gets all settings and also the IME is installed automatically, after waiting 15 + minutes.Any ideas to get the Intune Management Extension to install after an Edition upgrade on a Windows 10 and 11 device? Thanks. Read More
How to control the generation of fixed points within a fixed period of 1ms and gradually generate points (waveforms) according to the progress of the period (time)?
I generated the code for the model using a C coder, and for real-time performance, I want to push it forward every 1ms. During this 1ms cycle, there are some other tasks that need to be completed in addition to the points that should be generated based on the step size. Therefore, I do not want to simply push the waveform generation based on the step size, as this will result in new points coming before I have finished reading and writing, which may miss or overwrite these points. This is something I do not want to happen.I generated the code for the model using a C coder, and for real-time performance, I want to push it forward every 1ms. During this 1ms cycle, there are some other tasks that need to be completed in addition to the points that should be generated based on the step size. Therefore, I do not want to simply push the waveform generation based on the step size, as this will result in new points coming before I have finished reading and writing, which may miss or overwrite these points. This is something I do not want to happen. I generated the code for the model using a C coder, and for real-time performance, I want to push it forward every 1ms. During this 1ms cycle, there are some other tasks that need to be completed in addition to the points that should be generated based on the step size. Therefore, I do not want to simply push the waveform generation based on the step size, as this will result in new points coming before I have finished reading and writing, which may miss or overwrite these points. This is something I do not want to happen. simulink, embedded coder MATLAB Answers — New Questions
Visualization volume data like pcolor3
Basically I was looking for a pcolor3 like function that can run in newer version of matlab. The idea of using slice to have multiple section and tune the alpha value does not work in new version. The issue is that only the front slice is shown and the slices behind are blocked. Is there a way to solve this?
I was looking for a function that could possibly produce some figure like below. Thanks a lot!
<</matlabcentral/answers/uploaded_files/128402/screenshot.jpg.png>>Basically I was looking for a pcolor3 like function that can run in newer version of matlab. The idea of using slice to have multiple section and tune the alpha value does not work in new version. The issue is that only the front slice is shown and the slices behind are blocked. Is there a way to solve this?
I was looking for a function that could possibly produce some figure like below. Thanks a lot!
<</matlabcentral/answers/uploaded_files/128402/screenshot.jpg.png>> Basically I was looking for a pcolor3 like function that can run in newer version of matlab. The idea of using slice to have multiple section and tune the alpha value does not work in new version. The issue is that only the front slice is shown and the slices behind are blocked. Is there a way to solve this?
I was looking for a function that could possibly produce some figure like below. Thanks a lot!
<</matlabcentral/answers/uploaded_files/128402/screenshot.jpg.png>> visualization, 3d, pcolor3, pcolor MATLAB Answers — New Questions
append (not strcat) to combine strings with whitespace (n)
I have a text box (text edit field, shoud it be a label box?)
I want to add lines of text to it without loosing the old text.
app.DebugField.Value = append(app.DebugField.Value, "rew LBn");
but the newlines are showing up as text n
Start Trials at 22:26:09 >> rew LBn
I guess I have to sprintf() the string first but why can’t n be properly interpreted by string handling functions?I have a text box (text edit field, shoud it be a label box?)
I want to add lines of text to it without loosing the old text.
app.DebugField.Value = append(app.DebugField.Value, "rew LBn");
but the newlines are showing up as text n
Start Trials at 22:26:09 >> rew LBn
I guess I have to sprintf() the string first but why can’t n be properly interpreted by string handling functions? I have a text box (text edit field, shoud it be a label box?)
I want to add lines of text to it without loosing the old text.
app.DebugField.Value = append(app.DebugField.Value, "rew LBn");
but the newlines are showing up as text n
Start Trials at 22:26:09 >> rew LBn
I guess I have to sprintf() the string first but why can’t n be properly interpreted by string handling functions? n in strings MATLAB Answers — New Questions
Bulletproof partners with Senserva to innovate security solutions for Microsoft customers
Bulletproof partnered with Senserva to develop Drift Detector, an advanced security technology that elevates our MXDR solution through automation. Read more in our blog.
Bulletproof partnered with Senserva to develop Drift Detector, an advanced security technology that elevates our MXDR solution through automation. Read more in our blog. Read More
The personal verification of the hardware developer account for WHQL authentication does not match
Recently, the company required me to obtain WHQL certification, but to do so, I need to register for a hardware developer account. So, I searched for official documentation online to do it myself. I thought getting an account should be relatively simple, but I was wrong, really wrong! I didn’t expect that I would be stuck in a certain authentication process for almost a month during the registration of this account, and when I sent an email to Microsoft, the response was like a human-machine, which made me very powerless. My problem is that after passing the email verification, there was an issue with the personal verification. The system asked me to obtain a verifiable ID card, and I followed the document to obtain a globally trusted ID card. The problem is that in the process of obtaining the ID card, I need to download a Microsoft authentication app, and then use this app to scan a Microsoft QR code to verify whether the name on the ID card is the same as the name on the partner. However, I keep getting errors in this step, saying that the first name and last name do not match. The problem is that my first name and last name are really the same as those on the ID card, but no matter how I modify them, they do not match. Until now, it hasn’t been resolved. I’m really desperate. Can someone help me find the problem? I’m really on the verge of collapse, Here is a screenshot of my question.
Recently, the company required me to obtain WHQL certification, but to do so, I need to register for a hardware developer account. So, I searched for official documentation online to do it myself. I thought getting an account should be relatively simple, but I was wrong, really wrong! I didn’t expect that I would be stuck in a certain authentication process for almost a month during the registration of this account, and when I sent an email to Microsoft, the response was like a human-machine, which made me very powerless. My problem is that after passing the email verification, there was an issue with the personal verification. The system asked me to obtain a verifiable ID card, and I followed the document to obtain a globally trusted ID card. The problem is that in the process of obtaining the ID card, I need to download a Microsoft authentication app, and then use this app to scan a Microsoft QR code to verify whether the name on the ID card is the same as the name on the partner. However, I keep getting errors in this step, saying that the first name and last name do not match. The problem is that my first name and last name are really the same as those on the ID card, but no matter how I modify them, they do not match. Until now, it hasn’t been resolved. I’m really desperate. Can someone help me find the problem? I’m really on the verge of collapse, Here is a screenshot of my question. Read More
What columns are mapped when importing .MPP file into Project for the web?
Hi all,
I was wondering if anyone had a list of what fields get imported into Project for the Web(P4W) when importing an MPP file. I’ve seen the list of what does not get imported in, but it’s not quite what I’m looking for.
There are obvious ones like notes, name, finish etc, but are there any fields in Project desktop I can fill in that will map to either Buckets or Labels in P4W? I know it’s a stretch, but if it’s possible to import into a custom text column that would be amazing (but I’m not holding my breathe.)
Essentially currently we have excel sheets with 300+ tasks each that have been exported from another system. These tasks need to be input into P4W, inclusive of outline level/correct summary task order and notes – I have resolved this by importing the Excel file into Project Desktop to keep the correct formatting, and then using the ‘import project as plan’ function to put the MPP into P4W.
It would be great if in this import process I could also have either buckets or Labels(or both!) mapped, as they currently have to be manually added a once the import is complete.
Any help would be greatly appreciated!
Hi all, I was wondering if anyone had a list of what fields get imported into Project for the Web(P4W) when importing an MPP file. I’ve seen the list of what does not get imported in, but it’s not quite what I’m looking for. There are obvious ones like notes, name, finish etc, but are there any fields in Project desktop I can fill in that will map to either Buckets or Labels in P4W? I know it’s a stretch, but if it’s possible to import into a custom text column that would be amazing (but I’m not holding my breathe.) Essentially currently we have excel sheets with 300+ tasks each that have been exported from another system. These tasks need to be input into P4W, inclusive of outline level/correct summary task order and notes – I have resolved this by importing the Excel file into Project Desktop to keep the correct formatting, and then using the ‘import project as plan’ function to put the MPP into P4W. It would be great if in this import process I could also have either buckets or Labels(or both!) mapped, as they currently have to be manually added a once the import is complete. Any help would be greatly appreciated! Read More
Both Pcolor color plot and quiver plot in log scale
Hai,
I need to plot pcolor plot with y-axis in log scale and over plot with quiver plot in log scale.
Please help me how to do this.
Here is my code:
pcolor(1:365,pr(:,1),Ez1.*10^6);shading interp; colormap(‘jet(25)’);colorbar;set(gca,’YScale’,’log’);
hold on ; quiverInLogScale(1:15:365,MP,Zu1(:,1:15:365),Zv1(:,1:15:365))%,2,’-k’)
set(gca,’Ydir’,’reverse’);
caxis([0 8]);
ylim([1 100]);%xlim([0 396]);
title(‘(a) Daily mean (2005:2021) H2O (ppmv)’)
set(gca, ‘XTick’, [1 31 59 90 120 151 181 212 243 273 304 335 365]);
set(gca,’XTickLabel’, {‘1′ ’31’ ’59’ ’90’ ‘120’ ‘151’ ‘181’ ‘212’ ‘243’ ‘273’ ‘304’ ‘335’ ‘365’})
ylabel(‘P (hPa)’)
set(gca, ‘YTick’, [1 10 21.54 31.62 56.23 100]);
set(gca,’YTickLabel’, {‘1′, ’10’,’21.54′,’31.62′,’56.23′,’100′})
colormap(ax1,jet(20)), colorbarHai,
I need to plot pcolor plot with y-axis in log scale and over plot with quiver plot in log scale.
Please help me how to do this.
Here is my code:
pcolor(1:365,pr(:,1),Ez1.*10^6);shading interp; colormap(‘jet(25)’);colorbar;set(gca,’YScale’,’log’);
hold on ; quiverInLogScale(1:15:365,MP,Zu1(:,1:15:365),Zv1(:,1:15:365))%,2,’-k’)
set(gca,’Ydir’,’reverse’);
caxis([0 8]);
ylim([1 100]);%xlim([0 396]);
title(‘(a) Daily mean (2005:2021) H2O (ppmv)’)
set(gca, ‘XTick’, [1 31 59 90 120 151 181 212 243 273 304 335 365]);
set(gca,’XTickLabel’, {‘1′ ’31’ ’59’ ’90’ ‘120’ ‘151’ ‘181’ ‘212’ ‘243’ ‘273’ ‘304’ ‘335’ ‘365’})
ylabel(‘P (hPa)’)
set(gca, ‘YTick’, [1 10 21.54 31.62 56.23 100]);
set(gca,’YTickLabel’, {‘1′, ’10’,’21.54′,’31.62′,’56.23′,’100′})
colormap(ax1,jet(20)), colorbar Hai,
I need to plot pcolor plot with y-axis in log scale and over plot with quiver plot in log scale.
Please help me how to do this.
Here is my code:
pcolor(1:365,pr(:,1),Ez1.*10^6);shading interp; colormap(‘jet(25)’);colorbar;set(gca,’YScale’,’log’);
hold on ; quiverInLogScale(1:15:365,MP,Zu1(:,1:15:365),Zv1(:,1:15:365))%,2,’-k’)
set(gca,’Ydir’,’reverse’);
caxis([0 8]);
ylim([1 100]);%xlim([0 396]);
title(‘(a) Daily mean (2005:2021) H2O (ppmv)’)
set(gca, ‘XTick’, [1 31 59 90 120 151 181 212 243 273 304 335 365]);
set(gca,’XTickLabel’, {‘1′ ’31’ ’59’ ’90’ ‘120’ ‘151’ ‘181’ ‘212’ ‘243’ ‘273’ ‘304’ ‘335’ ‘365’})
ylabel(‘P (hPa)’)
set(gca, ‘YTick’, [1 10 21.54 31.62 56.23 100]);
set(gca,’YTickLabel’, {‘1′, ’10’,’21.54′,’31.62′,’56.23′,’100′})
colormap(ax1,jet(20)), colorbar pcolor plot, quiver plot, logscale MATLAB Answers — New Questions
How to export and download content search results by New-ComplianceSearchAction on Linux?
I need to do a compliance project. I want to export the content search results to a specific location, and then download them locally. I saw one possible solution like this:
1. Create one new content search:
New-ComplianceSearch “your_descriptive_name” -ExchangeLocation all | Start-ComplianceSearch
2. Execute the search:
New-ComplianceSearchAction “your_descriptive_name” -Export -Format Fxstream
3.Once the tool finishes exporting the results, you can run the Get-ComplianceSearchAction cmdlet to find out the url required to download the exported data:
Get-ComplianceSearchAction “your_descriptive_name_export” -IncludeCredential | FL
The Results include two pieces of information you need to download the PSTs: the Container url and the SAS token. Together, they form a full URL.
4. Use Azcopy to download the result from the URL(use SAS token) which could be got by step3.
Confirm serveral questions, pls:
1.Is this solution available on Linux Server?
2.If this solution available, could someone help to share one sample data about step3? I don’t know the exact structure of the data.
3. Is there a better solution, pls?
Below link is also my related question:
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. I saw one possible solution like this: 1. Create one new content search:New-ComplianceSearch “your_descriptive_name” -ExchangeLocation all | Start-ComplianceSearch2. Execute the search:New-ComplianceSearchAction “your_descriptive_name” -Export -Format Fxstream3.Once the tool finishes exporting the results, you can run the Get-ComplianceSearchAction cmdlet to find out the url required to download the exported data:Get-ComplianceSearchAction “your_descriptive_name_export” -IncludeCredential | FLThe Results include two pieces of information you need to download the PSTs: the Container url and the SAS token. Together, they form a full URL.4. Use Azcopy to download the result from the URL(use SAS token) which could be got by step3.Confirm serveral questions, pls:1.Is this solution available on Linux Server?2.If this solution available, could someone help to share one sample data about step3? I don’t know the exact structure of the data.3. Is there a better solution, pls? Below link is also my related question:https://techcommunity.microsoft.com/t5/microsoft-365/how-to-use-powershell-cmdlet-to-export-content-search-results/m-p/4204782#M53470 Any help or guidance would be greatly appreciated! Read More
How can I stop the MathWorks Service Host from running on startup?
How can I stop the MathWorks Service Host from running on startup?How can I stop the MathWorks Service Host from running on startup? How can I stop the MathWorks Service Host from running on startup? mathworks-startup-host MATLAB Answers — New Questions
cpsd output vector differs from plotted result
When using cpsd to calculate the cross power spectral density, I’ve noticed that the plot produced by directly running the command with no output arguments is slightly different from what I get when I run it with an output argument and plot that output myself.
The following code (attached along with example signal file) produces the figure below.
signalx = randn(2e4,1);
signaly = randn(2e4,1);
window = length(signalx)/3;
noverlap = round(0.9*window);
fs = 2074;
[Pxy,F] = cpsd(signalx,signaly,window,noverlap,[],fs);
plot(F./1000,10.*log10(real(Pxy)))
hold on
cpsd(signalx,signaly,window,noverlap,[],fs);
legend(‘CPSD output’,’CPSD direct plot’)
I’m trying to run cpsd column-wise on a pair of very large matrices. Obviously I can’t just plot them one by one, but I don’t know how to interpret this difference and I’m not sure if I trust the output argument. Does anyone know what’s going on here? Thanks!When using cpsd to calculate the cross power spectral density, I’ve noticed that the plot produced by directly running the command with no output arguments is slightly different from what I get when I run it with an output argument and plot that output myself.
The following code (attached along with example signal file) produces the figure below.
signalx = randn(2e4,1);
signaly = randn(2e4,1);
window = length(signalx)/3;
noverlap = round(0.9*window);
fs = 2074;
[Pxy,F] = cpsd(signalx,signaly,window,noverlap,[],fs);
plot(F./1000,10.*log10(real(Pxy)))
hold on
cpsd(signalx,signaly,window,noverlap,[],fs);
legend(‘CPSD output’,’CPSD direct plot’)
I’m trying to run cpsd column-wise on a pair of very large matrices. Obviously I can’t just plot them one by one, but I don’t know how to interpret this difference and I’m not sure if I trust the output argument. Does anyone know what’s going on here? Thanks! When using cpsd to calculate the cross power spectral density, I’ve noticed that the plot produced by directly running the command with no output arguments is slightly different from what I get when I run it with an output argument and plot that output myself.
The following code (attached along with example signal file) produces the figure below.
signalx = randn(2e4,1);
signaly = randn(2e4,1);
window = length(signalx)/3;
noverlap = round(0.9*window);
fs = 2074;
[Pxy,F] = cpsd(signalx,signaly,window,noverlap,[],fs);
plot(F./1000,10.*log10(real(Pxy)))
hold on
cpsd(signalx,signaly,window,noverlap,[],fs);
legend(‘CPSD output’,’CPSD direct plot’)
I’m trying to run cpsd column-wise on a pair of very large matrices. Obviously I can’t just plot them one by one, but I don’t know how to interpret this difference and I’m not sure if I trust the output argument. Does anyone know what’s going on here? Thanks! signal processing, cross power spectral density, cpsd, spectral analysis MATLAB Answers — New Questions
How can I simulate this paper?
I need help to simulate this paper for my final project.
Please help me to simulate this paper.
thanksI need help to simulate this paper for my final project.
Please help me to simulate this paper.
thanks I need help to simulate this paper for my final project.
Please help me to simulate this paper.
thanks comparison of artifact correction methods for infant eeg applied to extraction of event-related potential signals MATLAB Answers — New Questions
Generating multiple page content using Report generator!
I am using report generator to generate a document in Matlab. The document is generated by form based generation process, where my template has a number of holes, at a well defined positions. I do not have any sections or chapter or paragraphs to append directly into.
The problem is in using the template and to genearate different pages. I tried using pageBreak() statement at the end of the page. And that being the last hole in the report. I receive the following error ”Error using mlreportgen.dom.Document/append Unable to append to #end# hole”. I did try adding additional hole in the template after the line of page break, buit still it loads my first holes content and then throws the same error.
To be more concise, I simply want to reuse the template(consititng of signle page with multiple holes) and loop it several times for the different data, so that I can capture all the single page document outputs in one single document.
Note: Above picture illustrates how the page generating function (defined by ‘MesaPointAnalys’) terminates.
Note: Above picture illustrates how the loop is performed to call for assignement for different page. The MesaPointAnalys is a page generating function and handles different data based on the page numbers.I am using report generator to generate a document in Matlab. The document is generated by form based generation process, where my template has a number of holes, at a well defined positions. I do not have any sections or chapter or paragraphs to append directly into.
The problem is in using the template and to genearate different pages. I tried using pageBreak() statement at the end of the page. And that being the last hole in the report. I receive the following error ”Error using mlreportgen.dom.Document/append Unable to append to #end# hole”. I did try adding additional hole in the template after the line of page break, buit still it loads my first holes content and then throws the same error.
To be more concise, I simply want to reuse the template(consititng of signle page with multiple holes) and loop it several times for the different data, so that I can capture all the single page document outputs in one single document.
Note: Above picture illustrates how the page generating function (defined by ‘MesaPointAnalys’) terminates.
Note: Above picture illustrates how the loop is performed to call for assignement for different page. The MesaPointAnalys is a page generating function and handles different data based on the page numbers. I am using report generator to generate a document in Matlab. The document is generated by form based generation process, where my template has a number of holes, at a well defined positions. I do not have any sections or chapter or paragraphs to append directly into.
The problem is in using the template and to genearate different pages. I tried using pageBreak() statement at the end of the page. And that being the last hole in the report. I receive the following error ”Error using mlreportgen.dom.Document/append Unable to append to #end# hole”. I did try adding additional hole in the template after the line of page break, buit still it loads my first holes content and then throws the same error.
To be more concise, I simply want to reuse the template(consititng of signle page with multiple holes) and loop it several times for the different data, so that I can capture all the single page document outputs in one single document.
Note: Above picture illustrates how the page generating function (defined by ‘MesaPointAnalys’) terminates.
Note: Above picture illustrates how the loop is performed to call for assignement for different page. The MesaPointAnalys is a page generating function and handles different data based on the page numbers. report generator MATLAB Answers — New Questions
Bayes Factor functions/packages
I am using the following two-sample tests for non-normal distributions:
chi2gof
kstest2
ranksum
kruskalwallis
and I would like to calculate the Bayes Factor as well.
I found the bayesFactor Version 1.0.0 (253 KB) by Bart Krekelberg. However, to the best of my understanfding, that package has a limited number of implemented tests:
One sample t-test (bf.ttest)
Two sample t-test (bf.ttest2)
N-Way Anova with fixed and random effects, including continuous co-variates (bf.anova)
Regression (bf.regression)
Pearson Correlation (bf.corr)
Binomial Test (bf.binom)
Experimental Design & Power Analysis (bf.designAnalysis)
and I am not sure if they can be used as additional analysis to the 4 initially listed ones that I am employing.
Does anyone know if there are other Matlab functions/packages to calculate the Bayes factor, in relation to the two-sample tests I am currently using (i.e. the chi2gof, the kstest2, the ranksum, and the kruskalwallis)?I am using the following two-sample tests for non-normal distributions:
chi2gof
kstest2
ranksum
kruskalwallis
and I would like to calculate the Bayes Factor as well.
I found the bayesFactor Version 1.0.0 (253 KB) by Bart Krekelberg. However, to the best of my understanfding, that package has a limited number of implemented tests:
One sample t-test (bf.ttest)
Two sample t-test (bf.ttest2)
N-Way Anova with fixed and random effects, including continuous co-variates (bf.anova)
Regression (bf.regression)
Pearson Correlation (bf.corr)
Binomial Test (bf.binom)
Experimental Design & Power Analysis (bf.designAnalysis)
and I am not sure if they can be used as additional analysis to the 4 initially listed ones that I am employing.
Does anyone know if there are other Matlab functions/packages to calculate the Bayes factor, in relation to the two-sample tests I am currently using (i.e. the chi2gof, the kstest2, the ranksum, and the kruskalwallis)? I am using the following two-sample tests for non-normal distributions:
chi2gof
kstest2
ranksum
kruskalwallis
and I would like to calculate the Bayes Factor as well.
I found the bayesFactor Version 1.0.0 (253 KB) by Bart Krekelberg. However, to the best of my understanfding, that package has a limited number of implemented tests:
One sample t-test (bf.ttest)
Two sample t-test (bf.ttest2)
N-Way Anova with fixed and random effects, including continuous co-variates (bf.anova)
Regression (bf.regression)
Pearson Correlation (bf.corr)
Binomial Test (bf.binom)
Experimental Design & Power Analysis (bf.designAnalysis)
and I am not sure if they can be used as additional analysis to the 4 initially listed ones that I am employing.
Does anyone know if there are other Matlab functions/packages to calculate the Bayes factor, in relation to the two-sample tests I am currently using (i.e. the chi2gof, the kstest2, the ranksum, and the kruskalwallis)? chi2gof, chi-square, kstest2, kolmogorov-smirnov test, ranksum, wilcoxon rank sum test, kruskalwallis, kruskal-wallis test, bayes factor MATLAB Answers — New Questions
Check Out the Latest Updates on Copilot for Microsoft 365 – July 2024!
Hey everyone!
We’ve got some exciting news! The latest blog post on the Copilot for Microsoft 365 tech community is out, and it’s packed with new features and improvements announced in July 2024.
:link: Read the full blog here: What’s New in Copilot – July 2024
Highlights include:
Enhanced user interface for a more intuitive experience.
New integrations with popular Microsoft 365 apps.
Performance improvements for faster and smoother operations.
Feedback-driven updates that reflect what you’ve been asking for.
Don’t miss out on these updates and more! Head over to the blog now and let us know what you think. Your feedback is invaluable in shaping the future of Copilot.
Happy reading and discussing! :speech_balloon:
Hey everyone!
We’ve got some exciting news! The latest blog post on the Copilot for Microsoft 365 tech community is out, and it’s packed with new features and improvements announced in July 2024.
:link: Read the full blog here: What’s New in Copilot – July 2024
Highlights include:
Enhanced user interface for a more intuitive experience.
New integrations with popular Microsoft 365 apps.
Performance improvements for faster and smoother operations.
Feedback-driven updates that reflect what you’ve been asking for.
Don’t miss out on these updates and more! Head over to the blog now and let us know what you think. Your feedback is invaluable in shaping the future of Copilot.
Happy reading and discussing! :speech_balloon: Read More
Numbered List Style does not start at 1, is corrupted if changed to 1, and doesn’t Square wrap right
I’m experiencing three anomalies with respect to WORD Styles. I have a Style called “Numbered List” which is for a numbered list with indent .2 and hanging .2. and numbering starting at 1. (However, in the Styles summary list, it says “numbering style 1,2,3 … Alignment .45 Indent .7 and I don’t see a way to change that.)
When I change paragraphs to the “Numbered List” Style, the correct formatting is applied, but the list numbering continues from the most previous list instead of starting at 1.If I right-click and “Restart at 1”, the numbering is corrected, but the formatting of the first item is corrupted. The formatting appears to change to .45 and .7If the numbered list square wraps around text, the indent isn’t correct.
Please see this video for more details: Anomaly Video
Thank you in advance,
Gary
I’m experiencing three anomalies with respect to WORD Styles. I have a Style called “Numbered List” which is for a numbered list with indent .2 and hanging .2. and numbering starting at 1. (However, in the Styles summary list, it says “numbering style 1,2,3 … Alignment .45 Indent .7 and I don’t see a way to change that.)When I change paragraphs to the “Numbered List” Style, the correct formatting is applied, but the list numbering continues from the most previous list instead of starting at 1.If I right-click and “Restart at 1”, the numbering is corrected, but the formatting of the first item is corrupted. The formatting appears to change to .45 and .7If the numbered list square wraps around text, the indent isn’t correct. Please see this video for more details: Anomaly Video Thank you in advance, Gary Read More
Bar plot with a hatched fill pattern
I have a grouped bar plot, bb:
bb = bar(ax, x, y)
where ‘ax’ is the axis handle, x is a 1×7 datetime vector and y is a 5×7 double vector. For each of the seven dates, I get five bars with data.
I then specify the color of the bars:
for i = 1:5
bb(i).FaceColor = colmapLight(i,:);
bb(i).EdgeColor = colmapDark(i,:);
end
In addition to specifying the colors, I want to use a hatched fill pattern, e.g. horizontal lines in the first two bars in each group, and dots in the last three. I tried using the functions mentioned in this post (https://blogs.mathworks.com/pick/2011/07/15/creating-hatched-patches/), but I haven’t managed to make any of them work. I think the hatchfill function (https://se.mathworks.com/matlabcentral/fileexchange/30733-hatchfill) suits my needs best (I want to keep my custom bar colors; plus I don’t need a bitmap copy of the figure, want to keep it as a fig). However, the function works on ‘patch’ objects and I don’t know how to get their handles. The following:
hPatch = findobj(bb, ‘Type’, ‘patch’);
returns an empty, 0x0 GraphicsPlaceholder.
Does anyone know a way to solve this? Thanks in advance!I have a grouped bar plot, bb:
bb = bar(ax, x, y)
where ‘ax’ is the axis handle, x is a 1×7 datetime vector and y is a 5×7 double vector. For each of the seven dates, I get five bars with data.
I then specify the color of the bars:
for i = 1:5
bb(i).FaceColor = colmapLight(i,:);
bb(i).EdgeColor = colmapDark(i,:);
end
In addition to specifying the colors, I want to use a hatched fill pattern, e.g. horizontal lines in the first two bars in each group, and dots in the last three. I tried using the functions mentioned in this post (https://blogs.mathworks.com/pick/2011/07/15/creating-hatched-patches/), but I haven’t managed to make any of them work. I think the hatchfill function (https://se.mathworks.com/matlabcentral/fileexchange/30733-hatchfill) suits my needs best (I want to keep my custom bar colors; plus I don’t need a bitmap copy of the figure, want to keep it as a fig). However, the function works on ‘patch’ objects and I don’t know how to get their handles. The following:
hPatch = findobj(bb, ‘Type’, ‘patch’);
returns an empty, 0x0 GraphicsPlaceholder.
Does anyone know a way to solve this? Thanks in advance! I have a grouped bar plot, bb:
bb = bar(ax, x, y)
where ‘ax’ is the axis handle, x is a 1×7 datetime vector and y is a 5×7 double vector. For each of the seven dates, I get five bars with data.
I then specify the color of the bars:
for i = 1:5
bb(i).FaceColor = colmapLight(i,:);
bb(i).EdgeColor = colmapDark(i,:);
end
In addition to specifying the colors, I want to use a hatched fill pattern, e.g. horizontal lines in the first two bars in each group, and dots in the last three. I tried using the functions mentioned in this post (https://blogs.mathworks.com/pick/2011/07/15/creating-hatched-patches/), but I haven’t managed to make any of them work. I think the hatchfill function (https://se.mathworks.com/matlabcentral/fileexchange/30733-hatchfill) suits my needs best (I want to keep my custom bar colors; plus I don’t need a bitmap copy of the figure, want to keep it as a fig). However, the function works on ‘patch’ objects and I don’t know how to get their handles. The following:
hPatch = findobj(bb, ‘Type’, ‘patch’);
returns an empty, 0x0 GraphicsPlaceholder.
Does anyone know a way to solve this? Thanks in advance! bar, plot, patch, hatched, pattern MATLAB Answers — New Questions