Month: July 2024
Modernized experience for user-defined permissions in Word, Excel, and PowerPoint
Hello, Microsoft 365 Insiders,
We’re introducing a modernized experience for user-defined permissions in Word, Excel, and PowerPoint. This update allows you to customize access with precision, ensuring your documents are shared securely and efficiently.
Whether you’re collaborating on a project or managing sensitive information, these new features simplify your workflow and increase your access control.
Blog link: Modernized experience for user-defined permissions in Word, Excel, and PowerPoint
This feature is available to Microsoft 365 Insiders running Version 2406 (Build 17630.20000) or later.
Thanks!
Perry Sjogren
Microsoft 365 Insider Community Manager
Become a Microsoft 365 Insider and gain exclusive access to new features and help shape the future of Microsoft 365. Join Now: Windows | Mac | iOS | Android
Hello, Microsoft 365 Insiders,
We’re introducing a modernized experience for user-defined permissions in Word, Excel, and PowerPoint. This update allows you to customize access with precision, ensuring your documents are shared securely and efficiently.
Whether you’re collaborating on a project or managing sensitive information, these new features simplify your workflow and increase your access control.
Blog link: Modernized experience for user-defined permissions in Word, Excel, and PowerPoint
This feature is available to Microsoft 365 Insiders running Version 2406 (Build 17630.20000) or later.
Thanks!
Perry Sjogren
Microsoft 365 Insider Community Manager
Become a Microsoft 365 Insider and gain exclusive access to new features and help shape the future of Microsoft 365. Join Now: Windows | Mac | iOS | Android Read More
I/Q modulator
Hello,
Is there a way to drive the I/Q modulator tool in the RF blockset with an I/Q data file instead of a sinewave?
thansk,Hello,
Is there a way to drive the I/Q modulator tool in the RF blockset with an I/Q data file instead of a sinewave?
thansk, Hello,
Is there a way to drive the I/Q modulator tool in the RF blockset with an I/Q data file instead of a sinewave?
thansk, rf modulation, rf blockset, i/q data file, rf upconverter MATLAB Answers — New Questions
Battery switch to grid
Hi, I have a rather simple model with a battery, an dynamical load and a source representing the grid. Now I want the battery to shut off at 20%. I am using two ideal switches for it but I just cannot seem to get it to work. The battery is discharging but it does not stop at 20%.Hi, I have a rather simple model with a battery, an dynamical load and a source representing the grid. Now I want the battery to shut off at 20%. I am using two ideal switches for it but I just cannot seem to get it to work. The battery is discharging but it does not stop at 20%. Hi, I have a rather simple model with a battery, an dynamical load and a source representing the grid. Now I want the battery to shut off at 20%. I am using two ideal switches for it but I just cannot seem to get it to work. The battery is discharging but it does not stop at 20%. battery_system_management, switch MATLAB Answers — New Questions
GPU coder error with Nivida Jetson device
I am using the Matlab 2023b, I have no issue to compile the InceptionV3 classification to the Nvidia Jetson orin 32 GB. Now I got NVIDIA JETSON ORIN 64 BIT, I compiled the executable using GPU coder. I got issue. I upgraded matlab to 2024b, I have the same issue.
i am using the following codes
opencv_linkflags = ‘`pkg-config –cflags –libs opencv4`’;
coder.updateBuildInfo(‘addLinkFlags’,opencv_linkflags);
coder.updateBuildInfo(‘addIncludePaths’, ‘/usr/include/opencv4/’); %both remove or add this line, the GPU coder compilation process does not work.
fatal error: opencv2/imgproc/imgproc.hpp: No such file or directory
57 | #include <opencv2/imgproc/imgproc.hpp>
Any idea to help solve the issue?I am using the Matlab 2023b, I have no issue to compile the InceptionV3 classification to the Nvidia Jetson orin 32 GB. Now I got NVIDIA JETSON ORIN 64 BIT, I compiled the executable using GPU coder. I got issue. I upgraded matlab to 2024b, I have the same issue.
i am using the following codes
opencv_linkflags = ‘`pkg-config –cflags –libs opencv4`’;
coder.updateBuildInfo(‘addLinkFlags’,opencv_linkflags);
coder.updateBuildInfo(‘addIncludePaths’, ‘/usr/include/opencv4/’); %both remove or add this line, the GPU coder compilation process does not work.
fatal error: opencv2/imgproc/imgproc.hpp: No such file or directory
57 | #include <opencv2/imgproc/imgproc.hpp>
Any idea to help solve the issue? I am using the Matlab 2023b, I have no issue to compile the InceptionV3 classification to the Nvidia Jetson orin 32 GB. Now I got NVIDIA JETSON ORIN 64 BIT, I compiled the executable using GPU coder. I got issue. I upgraded matlab to 2024b, I have the same issue.
i am using the following codes
opencv_linkflags = ‘`pkg-config –cflags –libs opencv4`’;
coder.updateBuildInfo(‘addLinkFlags’,opencv_linkflags);
coder.updateBuildInfo(‘addIncludePaths’, ‘/usr/include/opencv4/’); %both remove or add this line, the GPU coder compilation process does not work.
fatal error: opencv2/imgproc/imgproc.hpp: No such file or directory
57 | #include <opencv2/imgproc/imgproc.hpp>
Any idea to help solve the issue? gpu coder, nvidia jetson MATLAB Answers — New Questions
Test coverage report shows same condition with 2 different sets of coverage stats
In the coverage report, it lists a condition under decisisions analyzed (example: if A > x) with the 2 possible outcomes true and false, with the totals for each true and false. However it then lists that identical condition a 2nd time with different totals for the outcomes again.
A visual example of the table that shows:
Decisions Analyzed:
What is the difference between the first set of 3 (labeled as 50% covered) and the second set of 230 (labeled as 100% covered)? This issue is present for every condition in my model. It is also what occurs for other coverage types, like MCDC. Here’s an MCDC example:
Again, the top half is the identical text to the bottom half, but the bottom half shows 1 of the 3 rows red (so more coverage is complete) whereas the top half shows all 3 in red (missing more coverage). What is the difference between the halves?
Thank you.
CodyIn the coverage report, it lists a condition under decisisions analyzed (example: if A > x) with the 2 possible outcomes true and false, with the totals for each true and false. However it then lists that identical condition a 2nd time with different totals for the outcomes again.
A visual example of the table that shows:
Decisions Analyzed:
What is the difference between the first set of 3 (labeled as 50% covered) and the second set of 230 (labeled as 100% covered)? This issue is present for every condition in my model. It is also what occurs for other coverage types, like MCDC. Here’s an MCDC example:
Again, the top half is the identical text to the bottom half, but the bottom half shows 1 of the 3 rows red (so more coverage is complete) whereas the top half shows all 3 in red (missing more coverage). What is the difference between the halves?
Thank you.
Cody In the coverage report, it lists a condition under decisisions analyzed (example: if A > x) with the 2 possible outcomes true and false, with the totals for each true and false. However it then lists that identical condition a 2nd time with different totals for the outcomes again.
A visual example of the table that shows:
Decisions Analyzed:
What is the difference between the first set of 3 (labeled as 50% covered) and the second set of 230 (labeled as 100% covered)? This issue is present for every condition in my model. It is also what occurs for other coverage types, like MCDC. Here’s an MCDC example:
Again, the top half is the identical text to the bottom half, but the bottom half shows 1 of the 3 rows red (so more coverage is complete) whereas the top half shows all 3 in red (missing more coverage). What is the difference between the halves?
Thank you.
Cody test coverage, double reported test coverage, mcdc, decision, coverage report MATLAB Answers — New Questions
Outlook search not working in desktop app. Win 10 Enterprise,
When typing a name into the search bar sometimes I get the normal list of suggested names but often there is just “Get help on (name)” unless I use the detailed search window and even then I have to type the whole name. This is sometimes fixed temporarily by restarting Outlook or computer.
Very frustrating and time wasting.
When typing a name into the search bar sometimes I get the normal list of suggested names but often there is just “Get help on (name)” unless I use the detailed search window and even then I have to type the whole name. This is sometimes fixed temporarily by restarting Outlook or computer.Very frustrating and time wasting. Read More
Common Reasons A C# Program Won’t Run On A Clean Install Of Windows 11
So, back in 2017, someone made a C# program to help auto populate a Word Document with data from a design program. And has worked as expected. The few users that use it are on “Upgraded Windows 11” machines and one on Windows 10. If we create a new Windows 11 machine and try to run this program, it doesn’t kick off. I made sure that the old PC and the new one had the same .NET as set in ADD WINDOWS FEATURES. It doesn’t return an error or generate a system log. It just won’t work…
I am not a C# developer but I do have the source code…I tried debugging on my machine (where it will not run) and still haven’t found a reason why it isn’t running. It is almost a needle in a haystack but we need it resolved.
Any suggestions?
So, back in 2017, someone made a C# program to help auto populate a Word Document with data from a design program. And has worked as expected. The few users that use it are on “Upgraded Windows 11” machines and one on Windows 10. If we create a new Windows 11 machine and try to run this program, it doesn’t kick off. I made sure that the old PC and the new one had the same .NET as set in ADD WINDOWS FEATURES. It doesn’t return an error or generate a system log. It just won’t work… I am not a C# developer but I do have the source code…I tried debugging on my machine (where it will not run) and still haven’t found a reason why it isn’t running. It is almost a needle in a haystack but we need it resolved. Any suggestions? Read More
Does the Microsoft Copilot that ships with these Copilot+ PCs, integrate with the Microsoft 365 apps
Does the Microsoft Copilot that ships with these Copilot+ PCs, integrate with the Microsoft 365 apps? Or do users still need to order a Microsoft Copilot for Microsoft 365 license, to get AI integration with Word, Excel, PowerPoint, etc.? Give me answer with reference sites
Does the Microsoft Copilot that ships with these Copilot+ PCs, integrate with the Microsoft 365 apps? Or do users still need to order a Microsoft Copilot for Microsoft 365 license, to get AI integration with Word, Excel, PowerPoint, etc.? Give me answer with reference sites Read More
Error accessing the portal for Nonprofit organizations
Hi, our nonprofit ong has been verified, we already got Microsoft Business licenses. I tried to access nonprofit portal and got this error bellow. I tried to raise a support request on https://nonprofit.microsoft.com/en-us/contactus but got the same error.
Algo deu errado
Não podemos permitir que você continue neste momento. Entre em contato com o suporte e consulte o código da mensagem 920-123190 e a transação
a1c4e583-85ea-4147-b048-e66a2778f8d7.
.
Se precisar de suporte para esse problema, inclua as seguintes informações em sua solicitação:
Environment: TestScs: nppServiceName: portal-webServiceRegion: cusServiceVersion: 01ServiceId: p-npp-portal-web-cus-01ServiceType: ReactSessionId: c2bf82d9-2fb5-4016-b6b8-691a46584780Puid: 100320039EC857FCTenantId: 6ed30f5a-a78c-4f52-be47-fbed80516768ObjectId: f9fd45a6-d967-4aef-a383-481b9d0ba419Locale: pt-br
Hi, our nonprofit ong has been verified, we already got Microsoft Business licenses. I tried to access nonprofit portal and got this error bellow. I tried to raise a support request on https://nonprofit.microsoft.com/en-us/contactus but got the same error. Algo deu erradoNão podemos permitir que você continue neste momento. Entre em contato com o suporte e consulte o código da mensagem 920-123190 e a transaçãoa1c4e583-85ea-4147-b048-e66a2778f8d7..Se precisar de suporte para esse problema, inclua as seguintes informações em sua solicitação:Environment: TestScs: nppServiceName: portal-webServiceRegion: cusServiceVersion: 01ServiceId: p-npp-portal-web-cus-01ServiceType: ReactSessionId: c2bf82d9-2fb5-4016-b6b8-691a46584780Puid: 100320039EC857FCTenantId: 6ed30f5a-a78c-4f52-be47-fbed80516768ObjectId: f9fd45a6-d967-4aef-a383-481b9d0ba419Locale: pt-br Read More
Can Sentinel ingest XML flat files using a DCR?
I have an windows server in Azure that generates xml generated log files.
I’d like to use a DCR to pull these logs into Sentinel.
I’m familiar with the procedure for pulling flat files into a custom table in Sentinel, however I don’t see an option in the DCR for XML files.
I’ve tried both the text file and json file formats, but when the logs come into Sentinel they’re split up over multiple rows.
How do I pull XML formatted flat files into Sentinel from a Windows server in Azure?
Thanks!
I have an windows server in Azure that generates xml generated log files.I’d like to use a DCR to pull these logs into Sentinel.I’m familiar with the procedure for pulling flat files into a custom table in Sentinel, however I don’t see an option in the DCR for XML files.I’ve tried both the text file and json file formats, but when the logs come into Sentinel they’re split up over multiple rows.How do I pull XML formatted flat files into Sentinel from a Windows server in Azure?Thanks! Read More
General Availability: Purview Customer Key Using Managed HSM
We are excited to announce the general availability of Purview Customer Key using Managed HSM. This new feature enhances your data security by allowing you to manage and control your own encryption keys using Azure Managed HSM. This release is the result of the efforts Microsoft 365 Data-At-Rest Encryption Engineering team.
With Customer Key using Managed HSM, you can:
Achieve higher security: Managed HSM provides dedicated, FIPS 140-2 Level 3 validated hardware for key protection, offering enhanced security over standard Azure Key Vaults.
Ensure compliance: Meet stringent regulatory and compliance requirements with the advanced security features of Managed HSM.
Maintain control: Enjoy full control over your encryption keys, including key lifecycle management, within a highly secure, tamper-resistant environment.
Enhance performance: Benefit from the high availability and scalability of Managed HSM for critical workloads.
Purview Customer Key now supports three different options for key storage including Standard Azure Key Vault, Premium Azure Key Vault and Managed HSM. For more details about the differences between these options, see How to choose the right key management solution.
Start leveraging the enhanced security and compliance benefits of Customer Key using Managed HSM today. For more information, visit Set Up Customer Key or learn more about Azure Key Vault and Managed HSM.
With Gratitude,
M365 Data-at-Rest Encryption
We are excited to announce the general availability of Purview Customer Key using Managed HSM. This new feature enhances your data security by allowing you to manage and control your own encryption keys using Azure Managed HSM. This release is the result of the efforts Microsoft 365 Data-At-Rest Encryption Engineering team.
With Customer Key using Managed HSM, you can:
Achieve higher security: Managed HSM provides dedicated, FIPS 140-2 Level 3 validated hardware for key protection, offering enhanced security over standard Azure Key Vaults.
Ensure compliance: Meet stringent regulatory and compliance requirements with the advanced security features of Managed HSM.
Maintain control: Enjoy full control over your encryption keys, including key lifecycle management, within a highly secure, tamper-resistant environment.
Enhance performance: Benefit from the high availability and scalability of Managed HSM for critical workloads.
Purview Customer Key now supports three different options for key storage including Standard Azure Key Vault, Premium Azure Key Vault and Managed HSM. For more details about the differences between these options, see How to choose the right key management solution.
Start leveraging the enhanced security and compliance benefits of Customer Key using Managed HSM today. For more information, visit Set Up Customer Key or learn more about Azure Key Vault and Managed HSM.
With Gratitude,
M365 Data-at-Rest Encryption Read More
Window Outlook – rule forwards email not seeing it in the Sent Items folder
In my past experience when using the stand-alone version of Outlook, using rules to forward emails to another user the email forwarded would show up in my Sent Items. I like this feature as it allowed me to verify the rule was working and for historical purposes. I’m now using Windows 10 Outlook and that feature is not working. Email sent are showing up in my Sent Items, It only Email sent by a rule is not showing up. Is this by design, a configuration issue?
Thanks
In my past experience when using the stand-alone version of Outlook, using rules to forward emails to another user the email forwarded would show up in my Sent Items. I like this feature as it allowed me to verify the rule was working and for historical purposes. I’m now using Windows 10 Outlook and that feature is not working. Email sent are showing up in my Sent Items, It only Email sent by a rule is not showing up. Is this by design, a configuration issue? Thanks Read More
Algebraic loop in MRAC discrete model
Hello everyone.
I have this system I built that represents an RMAC model
After the system worked continuously as it should, I converted it to discrete with a sampling time of 0.01
I get an error that the system enters an algebraic loop and I am unable to converge to the desired values. (The output of the system is increased to very, very high values)
I tried to put a unit delay but it neither helps nor leads to entertainment
what can be done? I would really appreciate some help.. I tried everything possible
Also, should I change the sampling time of each block to 0.01 or is it ok to leave -1?
Many thanks to everyone who helps
errors:
Error:’sim2/discrete plant2′ or the model referenced by it contains a block that updates persistent or state variables while computing outputs and is not supported in an algebraic loop. It is in an algebraic loop with the following blocks.
Error:Input ports (1) of ‘sim2/Adaptive Mechanism_known parameters_ discrete2/MATLAB Function1’ are involved in the loop.
and more..Hello everyone.
I have this system I built that represents an RMAC model
After the system worked continuously as it should, I converted it to discrete with a sampling time of 0.01
I get an error that the system enters an algebraic loop and I am unable to converge to the desired values. (The output of the system is increased to very, very high values)
I tried to put a unit delay but it neither helps nor leads to entertainment
what can be done? I would really appreciate some help.. I tried everything possible
Also, should I change the sampling time of each block to 0.01 or is it ok to leave -1?
Many thanks to everyone who helps
errors:
Error:’sim2/discrete plant2′ or the model referenced by it contains a block that updates persistent or state variables while computing outputs and is not supported in an algebraic loop. It is in an algebraic loop with the following blocks.
Error:Input ports (1) of ‘sim2/Adaptive Mechanism_known parameters_ discrete2/MATLAB Function1’ are involved in the loop.
and more.. Hello everyone.
I have this system I built that represents an RMAC model
After the system worked continuously as it should, I converted it to discrete with a sampling time of 0.01
I get an error that the system enters an algebraic loop and I am unable to converge to the desired values. (The output of the system is increased to very, very high values)
I tried to put a unit delay but it neither helps nor leads to entertainment
what can be done? I would really appreciate some help.. I tried everything possible
Also, should I change the sampling time of each block to 0.01 or is it ok to leave -1?
Many thanks to everyone who helps
errors:
Error:’sim2/discrete plant2′ or the model referenced by it contains a block that updates persistent or state variables while computing outputs and is not supported in an algebraic loop. It is in an algebraic loop with the following blocks.
Error:Input ports (1) of ‘sim2/Adaptive Mechanism_known parameters_ discrete2/MATLAB Function1’ are involved in the loop.
and more.. algebraic loop, discrete time, sample time, controller, mrac MATLAB Answers — New Questions
please check my block diagram reduction to get transfer function.
Hello. I have a problem with block diagram.
I have to find transfer fuction of given block diagram with hand writting. Ive tried using block diagram reduction rule and I got a transfer fuction. and Ive plotted step response of transfer fuction I found to check either I did right or not. also I made same block diagram on my simulink to simulate. I compared both step response graphs. they are different. I didnt analysis both graphs in detail, but it looks pretty same shape. the different thing is value. of course, both graph might have different shape. because it is just my intuition. whatever, I attached my result of transfer fuction and given block diagram and each block’s value. and step response aswell. actually I put 4 for final value of step input. cause this is given value.
<</matlabcentral/answers/uploaded_files/53080/block%20diagram.png>>
<</matlabcentral/answers/uploaded_files/53083/compare%20graph.png>>
these are two step response graph. left one is from transfer function that I found by hand calculate. and right one is from simulink. to get left one I put code below. and you could know what I get as transfer function aswell.
num=[110.7 110.7 26.568];
den=[43.356 104.0450826 78.3535413 18.7056];
sys=tf(num,den);
t=0:0.1:8;
opt=stepDataOptions(‘StepAmplitude’,4);
y=step(sys,t,opt);
plot(t,y);
grid on;
<</matlabcentral/answers/uploaded_files/53085/parameter.png>>
these are parameters I got.
just in case I write how I simplified or reduce block diagram to get transfer function. first I moved r/itot block to the right of the point. and also multipied with block which value is 0.6154. and using feedback transfer fuction,(forward path gain)/(1+loopgain), I reduced block diagram. in the halfway of this process I moved armature current node to the far right to use feedback transfer function. of course it need to add block to multiply with current sensor sensitivity. and then I just kept going reduction.
please let me know what I did wrong. if any question or need more information to help me let me know aswell.
Thank you.Hello. I have a problem with block diagram.
I have to find transfer fuction of given block diagram with hand writting. Ive tried using block diagram reduction rule and I got a transfer fuction. and Ive plotted step response of transfer fuction I found to check either I did right or not. also I made same block diagram on my simulink to simulate. I compared both step response graphs. they are different. I didnt analysis both graphs in detail, but it looks pretty same shape. the different thing is value. of course, both graph might have different shape. because it is just my intuition. whatever, I attached my result of transfer fuction and given block diagram and each block’s value. and step response aswell. actually I put 4 for final value of step input. cause this is given value.
<</matlabcentral/answers/uploaded_files/53080/block%20diagram.png>>
<</matlabcentral/answers/uploaded_files/53083/compare%20graph.png>>
these are two step response graph. left one is from transfer function that I found by hand calculate. and right one is from simulink. to get left one I put code below. and you could know what I get as transfer function aswell.
num=[110.7 110.7 26.568];
den=[43.356 104.0450826 78.3535413 18.7056];
sys=tf(num,den);
t=0:0.1:8;
opt=stepDataOptions(‘StepAmplitude’,4);
y=step(sys,t,opt);
plot(t,y);
grid on;
<</matlabcentral/answers/uploaded_files/53085/parameter.png>>
these are parameters I got.
just in case I write how I simplified or reduce block diagram to get transfer function. first I moved r/itot block to the right of the point. and also multipied with block which value is 0.6154. and using feedback transfer fuction,(forward path gain)/(1+loopgain), I reduced block diagram. in the halfway of this process I moved armature current node to the far right to use feedback transfer function. of course it need to add block to multiply with current sensor sensitivity. and then I just kept going reduction.
please let me know what I did wrong. if any question or need more information to help me let me know aswell.
Thank you. Hello. I have a problem with block diagram.
I have to find transfer fuction of given block diagram with hand writting. Ive tried using block diagram reduction rule and I got a transfer fuction. and Ive plotted step response of transfer fuction I found to check either I did right or not. also I made same block diagram on my simulink to simulate. I compared both step response graphs. they are different. I didnt analysis both graphs in detail, but it looks pretty same shape. the different thing is value. of course, both graph might have different shape. because it is just my intuition. whatever, I attached my result of transfer fuction and given block diagram and each block’s value. and step response aswell. actually I put 4 for final value of step input. cause this is given value.
<</matlabcentral/answers/uploaded_files/53080/block%20diagram.png>>
<</matlabcentral/answers/uploaded_files/53083/compare%20graph.png>>
these are two step response graph. left one is from transfer function that I found by hand calculate. and right one is from simulink. to get left one I put code below. and you could know what I get as transfer function aswell.
num=[110.7 110.7 26.568];
den=[43.356 104.0450826 78.3535413 18.7056];
sys=tf(num,den);
t=0:0.1:8;
opt=stepDataOptions(‘StepAmplitude’,4);
y=step(sys,t,opt);
plot(t,y);
grid on;
<</matlabcentral/answers/uploaded_files/53085/parameter.png>>
these are parameters I got.
just in case I write how I simplified or reduce block diagram to get transfer function. first I moved r/itot block to the right of the point. and also multipied with block which value is 0.6154. and using feedback transfer fuction,(forward path gain)/(1+loopgain), I reduced block diagram. in the halfway of this process I moved armature current node to the far right to use feedback transfer function. of course it need to add block to multiply with current sensor sensitivity. and then I just kept going reduction.
please let me know what I did wrong. if any question or need more information to help me let me know aswell.
Thank you. block diagram, block diagram reduction rules, transfer function MATLAB Answers — New Questions
Platform MACA64 not recognized error
I recently started getting errors in Matlab stating: "Platform MACA64 not recognized". This happens when opening a script file to edit or executing a script.
In this example the error occurs in my script when it calls audioread (myFileName). The error occurs in the bowels of audioread which is of course a builtin function, so it’s strange that it doesn’t work.
Error using audioread>readaudio (line 181)
Platform MACA64 not recognized.
Error in audioread (line 160)
[y, Fs] = readaudio (filename, range, datatype);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in Deconv (line 5)
[invSweep, Fs1] = audioread (myFileName));
This example occurs when opening a script to edit.
I’m running on a Macbook with Apple Silicon (M2). I tried reinstalling Matlab by first deleting the Matlab Applications file and the Mathworks Application Support folder but that didn’t seem to make a difference. I even tried installing the Intel version and running with Rosetta but I get the same error except instead of MACA64 it says MACI64.
One other possibly related thing is some functions such as audioread are not found in the commandline help even though I can execute these commands.
>> help audioread
audioread not found.
Search the documentation for audioread
Any ideas?I recently started getting errors in Matlab stating: "Platform MACA64 not recognized". This happens when opening a script file to edit or executing a script.
In this example the error occurs in my script when it calls audioread (myFileName). The error occurs in the bowels of audioread which is of course a builtin function, so it’s strange that it doesn’t work.
Error using audioread>readaudio (line 181)
Platform MACA64 not recognized.
Error in audioread (line 160)
[y, Fs] = readaudio (filename, range, datatype);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in Deconv (line 5)
[invSweep, Fs1] = audioread (myFileName));
This example occurs when opening a script to edit.
I’m running on a Macbook with Apple Silicon (M2). I tried reinstalling Matlab by first deleting the Matlab Applications file and the Mathworks Application Support folder but that didn’t seem to make a difference. I even tried installing the Intel version and running with Rosetta but I get the same error except instead of MACA64 it says MACI64.
One other possibly related thing is some functions such as audioread are not found in the commandline help even though I can execute these commands.
>> help audioread
audioread not found.
Search the documentation for audioread
Any ideas? I recently started getting errors in Matlab stating: "Platform MACA64 not recognized". This happens when opening a script file to edit or executing a script.
In this example the error occurs in my script when it calls audioread (myFileName). The error occurs in the bowels of audioread which is of course a builtin function, so it’s strange that it doesn’t work.
Error using audioread>readaudio (line 181)
Platform MACA64 not recognized.
Error in audioread (line 160)
[y, Fs] = readaudio (filename, range, datatype);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in Deconv (line 5)
[invSweep, Fs1] = audioread (myFileName));
This example occurs when opening a script to edit.
I’m running on a Macbook with Apple Silicon (M2). I tried reinstalling Matlab by first deleting the Matlab Applications file and the Mathworks Application Support folder but that didn’t seem to make a difference. I even tried installing the Intel version and running with Rosetta but I get the same error except instead of MACA64 it says MACI64.
One other possibly related thing is some functions such as audioread are not found in the commandline help even though I can execute these commands.
>> help audioread
audioread not found.
Search the documentation for audioread
Any ideas? error, platform maca64 MATLAB Answers — New Questions
Can anybody help in how to proceed with this
Post Content Post Content simulink, simulink 3d animation, simulation 3d vehicle with ground following, simulation 3d scene configuration MATLAB Answers — New Questions
Power query – error null values in date field
I am receiving the following error. I believe it is due to a null in the termination date field. The employees receiving the error have no term dates coded (still actively employed)
Expression.Error: We cannot convert the value null to type Logical.
Details:
Value=
Type=[Type]
The column that has the errors is a custom formula. Below is the formula
if [Compensation] > 0 then if List.Contains({“A”,”B”,”C”,”D”,”H”,”M”,”N”,”R”},[Primary Status]) then if [Entry Date]> #date(2023,03,31) then “2-Current Year Elig” else “3-Prior Year Elig” else if List.Contains({“S”,”Y”},[Primary Status]) then “1-Min Age Svc” else if List.Contains({“Z”,”Q”},[Primary Status]) then “6-Special Status” else 0 else if [Termination]> #date(2023,03,31) then “4-current year term with 0 comp” else “5-Prior Year Term”
I am receiving the following error. I believe it is due to a null in the termination date field. The employees receiving the error have no term dates coded (still actively employed) Expression.Error: We cannot convert the value null to type Logical.Details:Value=Type=[Type] The column that has the errors is a custom formula. Below is the formula if [Compensation] > 0 then if List.Contains({“A”,”B”,”C”,”D”,”H”,”M”,”N”,”R”},[Primary Status]) then if [Entry Date]> #date(2023,03,31) then “2-Current Year Elig” else “3-Prior Year Elig” else if List.Contains({“S”,”Y”},[Primary Status]) then “1-Min Age Svc” else if List.Contains({“Z”,”Q”},[Primary Status]) then “6-Special Status” else 0 else if [Termination]> #date(2023,03,31) then “4-current year term with 0 comp” else “5-Prior Year Term” Read More
Disable auto-scroll in calendar view
Can you disable autoscroll in calendar view?
What a horrible feature. Every time the mouse cursor is near the top or bottom of the page, it auto-scrolls all the way up or all the way down. It seems to only happen when selecting a calendar item, and if you have “view-only” access to the calendar, you cannot click in the empty space of the calendar to unselect items because you cannot create new items, so auto-scroll is always active.
What other Microsoft application has auto-scroll like this? If it can’t be a toggled option, it should just be removed entirely.
Can you disable autoscroll in calendar view? What a horrible feature. Every time the mouse cursor is near the top or bottom of the page, it auto-scrolls all the way up or all the way down. It seems to only happen when selecting a calendar item, and if you have “view-only” access to the calendar, you cannot click in the empty space of the calendar to unselect items because you cannot create new items, so auto-scroll is always active. What other Microsoft application has auto-scroll like this? If it can’t be a toggled option, it should just be removed entirely. Read More
Copilot Studio plugins in Copilot for M365 in teams
Copilot studio (Conversational plugin that is published) plugins are not showing up in Copilot for M365 in Teams for some users. Copilot studio app is deployed and group is added with list of users and the same group is added in enable plugins option in available apps. The users also have Copilot for M365 licenses. Please assist.
Copilot studio (Conversational plugin that is published) plugins are not showing up in Copilot for M365 in Teams for some users. Copilot studio app is deployed and group is added with list of users and the same group is added in enable plugins option in available apps. The users also have Copilot for M365 licenses. Please assist. Read More
IFS
I am trying to calculate the following using IFS formula and having problems:
If N7>24 is true then “15”
If 15<N7<24 is true then “10”
if 0<N7<15 is true then “5”
if N7<0 is true then “0”
I can enter the first two logic tests with IFS as “If True” statements but after that the logic test seems to default to a “False” test and I don’t get the value I am looking for
I am trying to calculate the following using IFS formula and having problems:If N7>24 is true then “15”If 15<N7<24 is true then “10”if 0<N7<15 is true then “5”if N7<0 is true then “0”I can enter the first two logic tests with IFS as “If True” statements but after that the logic test seems to default to a “False” test and I don’t get the value I am looking for Read More