Month: August 2024
Problem within App Designer when selecting Label and UITable (Multiple Selection)
When selecting a Label and then a UITable (Multiple Selection) in App Designer (R2024a), Table selection does not work properly until App Designer full resart (not Matlab). Closing and re-opening the Project does not fix it.
More specifically, the Table can be selected and moved but the Properties section remains at the previously selected component.
It affects all UITable components, not only the one used for multiple selection.
This can be reproduced with a new App a UITable and a Label. See screenshots.When selecting a Label and then a UITable (Multiple Selection) in App Designer (R2024a), Table selection does not work properly until App Designer full resart (not Matlab). Closing and re-opening the Project does not fix it.
More specifically, the Table can be selected and moved but the Properties section remains at the previously selected component.
It affects all UITable components, not only the one used for multiple selection.
This can be reproduced with a new App a UITable and a Label. See screenshots. When selecting a Label and then a UITable (Multiple Selection) in App Designer (R2024a), Table selection does not work properly until App Designer full resart (not Matlab). Closing and re-opening the Project does not fix it.
More specifically, the Table can be selected and moved but the Properties section remains at the previously selected component.
It affects all UITable components, not only the one used for multiple selection.
This can be reproduced with a new App a UITable and a Label. See screenshots. app designer, uitable, label, multiple selection, bug MATLAB Answers — New Questions
How to add lineage on tableau Dashboard
Hi All
could you please help to know How to add lineage on tableau dashboard as lineage is missing after scanning tableau data sources,
Hi All could you please help to know How to add lineage on tableau dashboard as lineage is missing after scanning tableau data sources, Read More
Configure View of a List that User sees only his data
Hello
I have a big list.
The goal is to send the link of the list to users and let them view only their data.
Regards
JFM_12
Hello I have a big list.The goal is to send the link of the list to users and let them view only their data.RegardsJFM_12 Read More
Read Only Access to Project Schedule for another PM
Hi There!
One of our project has some dependancies with another team’s project. The other team’s Project Manager requires read-only access to Project Schedule check the project activity % complete and who is working on which activity.
How can you provide the Read Only access to other PM? We use Project Online to manage the Portfolio.
Thanks in advance.
Shri
Hi There!One of our project has some dependancies with another team’s project. The other team’s Project Manager requires read-only access to Project Schedule check the project activity % complete and who is working on which activity. How can you provide the Read Only access to other PM? We use Project Online to manage the Portfolio. Thanks in advance.Shri Read More
Edge Management Service: ‘Customization Settings’ tab / Enterprise secure AI settings confusing
In Edge Management Service when you create a new Configuration Profile, the ‘Customization Settings’ tab is available. On the ‘Enterprise Secure AI’ page of this tab, all settings are blue/checked giving the impression that these settings are enabled and active. But they are not.
For a new Configuration Profile the related settings are not available/present in the Policies tab. This gives the impression that (from the ‘Enterprise Secure AI’ perspective) the settings are enabled but in reality they are not because the policies are not present in the Policies tab. This is confusing.
This behavior-by-design could be changed, suggestion:
Check box = Grey/unchecked: Not configured = setting not in Policies tab (Edge defaults apply)Check box = Blue/unchecked: Configured = setting in Policies tab = ‘disabled’Check box = Blue/checked: Configured = setting in Policies tab = ‘enabled’
A consideration to take by the Development team for Edge Management Service.
All comments welcome 😉
In Edge Management Service when you create a new Configuration Profile, the ‘Customization Settings’ tab is available. On the ‘Enterprise Secure AI’ page of this tab, all settings are blue/checked giving the impression that these settings are enabled and active. But they are not. For a new Configuration Profile the related settings are not available/present in the Policies tab. This gives the impression that (from the ‘Enterprise Secure AI’ perspective) the settings are enabled but in reality they are not because the policies are not present in the Policies tab. This is confusing. This behavior-by-design could be changed, suggestion:Check box = Grey/unchecked: Not configured = setting not in Policies tab (Edge defaults apply)Check box = Blue/unchecked: Configured = setting in Policies tab = ‘disabled’Check box = Blue/checked: Configured = setting in Policies tab = ‘enabled’A consideration to take by the Development team for Edge Management Service. All comments welcome 😉 Read More
Acting on Real-Time data using custom actions with Data Activator
Being able to make data driven decisions and act on real-time data is important to organizations because it enable them to either avert crisis in systems that monitor product health and take other actions based on their requirements. For an example, a shipping company may want to monitor their packages and act in real-time when the temperature of the packages becomes too hot. One way of monitoring and acting on data is to use Data Activator, which is a no-code experience in Microsoft Fabric for automatically taking actions when the condition of the package temperature is detected in the data.
Let’s look at Contoso Bikes is a fictitious bike rental company that has a real-time dataset of all bikes available in the docking stations scattered across different neighborhoods in the city. They want to optimize the availability and distribution of their bikes based on the demand and supply patterns. They want to automatically trigger alerts, notifications, or workflows when certain conditions are met in the data, high or low availability of bikes in a certain neighborhood to action job requests to increase the number of available bikes at docking stations.
Using custom actions to trigger alerts with Data Activator
To achieve this, you can set up custom actions with Data Activator to trigger alerts that will enable Contoso Bikes to act on the data. Custom actions in Data Activator are reusable action templates that you can use in multiple triggers, in multiple Reflex items. A custom action defines how to call a specific external system from a Data Activator trigger using a flow
1 – Set a trigger and create a custom action
An alert needs to be already set on your data, you can follow these steps to get and set one using the sample bike data.
Inside of your alert, set the trigger condition to select the No_Bikes property from the dataset
Then set the condition to check when the number of bikes drops to less than 5, so that the trigger can run when the condition is met. This can also be filtered down further, for example you can add a filter that checks for a specific Neighbourhood.
Lastly, create a custom action by selecting Custom Action then + Create using the top navigation bar. Give your custom action a name, then add input fields which are used as input when triggering alerts. Lastly copy the connection string.
Select Create flow in Power Automate, this will navigate to Power Automate. You can add any action then save the flow so that you can come back to Data Activator.
In Data Activator, scroll to the Act section and choose your custom action then fill out the required information for properties. You can create corresponding properties by using the New Property at the top navigation bar.
Select Save.
2 – Configure a custom action in Power Automate
To trigger and send actionable alerts to Contoso Bikes employees, you can use Power Automate as a custom action. Then you will be able to have a notification that is sent to Contoso Bike with an option to mark a job request completed after the bike docking stations have been restocked.
In the Power Automate flow created after creating a custom action, update the When a Data Activator trigger fires with the connection string.
Add an action to Create Item, this will allow Contoso Bikes to receive and store job requests in a SharePoint list. Update it with the relevant fields including the ones from Data Activator, use this format to get values from the trigger triggerOutputs()?[‘body/inputFields/Bikepoint’]. You can opt to us another data source.
Add an action to Post an Adaptive Card and wait for a response in a Teams channel to alert Contoso bikes and take action. Update the message property for this action with the below JSON schema.
{
“type”: “AdaptiveCard”,
“$schema”: “http://adaptivecards.io/schemas/adaptive-card.json”,
“version”: “1.2”,
“body”: [
{
“type”: “Container”,
“items”: [
{
“type”: “TextBlock”,
“text”: “Not enough bikes at the docking stations”,
“wrap”: true,
“style”: “heading”,
“id”: “lblDisplay”
}
]
},
{
“type”: “TextBlock”,
“text”: “Please see and increase number of bikes in the docking stations below”,
“wrap”: true,
“size”: “Small”,
“weight”: “Lighter”,
“color”: “Default”,
“isSubtle”: true,
“id”: “lblDescription”
},
{
“type”: “FactSet”,
“facts”: [
{
“title”: “Bikepoint:”,
“value”: “@{triggerOutputs()?[‘body/inputFields/Bikepoint’]}”
},
{
“title”: “Neighbourhood:”,
“value”: “@{triggerOutputs()?[‘body/inputFields/Neighbourhood’]}”
},
{
“title”: “No. of bikes:”,
“value”: “@{triggerOutputs()?[‘body/inputFields/No of Bikes’]}”
},
{
“title”: “No. of Empty docks:”,
“value”: “@{triggerOutputs()?[‘body/inputFields/Empty Docks’]}”
},
{
“title”: “Street:”,
“value”: “@{triggerOutputs()?[‘body/inputFields/Street’]}”
},
{
“title”: “Job No.”,
“value”: “@{body(‘Create_a_job_item’)?[‘Title’]}”
}
]
},
{
“type”: “ActionSet”,
“actions”: [
{
“type”: “Action.Submit”,
“title”: “Completed”,
“id”: “btnCompleted”
}
]
}
]
}
Lastly, add an action Update item to change the job request status from Not Started to Completed after the completed button on the adaptive card alert has been selected to indicate the docking stations have sufficient bikes available. Make sure to have proper naming conventions as best practice.
To sum up, by creating custom actions you can act on data in real time and across different platforms. You can also customize the actions to suit your specific needs and scenarios. With Data Activator, you can turn your data into actions and achieve your business goals.
Other resources
Get started with Data Activator training
Get started with Real-Time Intelligence
Get started with Data Activator documentation
Microsoft Tech Community – Latest Blogs –Read More
Use Cases for Testing Restrictoutboundnetworkaccess for Speech Service
Transcribing an Audio File from a Storage Account Using the Speech Service
UseCase 1 – Azure Speech Service Outbound access not restricted
Prepare the Audio File: Upload the audio file to your storage account and note its URL. We can take sample file from here: cognitive-services-speech-sdk/sampledata/audiofiles at master · Azure-Samples/cognitive-services-speech-sdk · GitHub
Set Up the Speech Service: Obtain the API key and endpoint URL from your speech service in Azure as below reference
3. Make the GET Request: Follow below steps in Postman to make a POST request to Speech Service
Open Postman and create a new POST request.
Set the URL to https://<SpeechServiceLocation>.api.cognitive.microsoft.com/speechtotext/v3.2/transcriptions.
Add Headers:
Ocp-Apim-Subscription-Key: <keyOfSpeechService>
Content-Type: application/json
Set the Body to raw and select JSON format.
Then, paste the following JSON:
{
“contentUrls”: [
“SASLinkToAudioFileOnStorage”
],
“locale”: “en-US”,
“displayName”: “My Transcription”,
“model”: null,
“properties”: {
“wordLevelTimestampsEnabled”: true,
“languageIdentification”: {
“candidateLocales”: [
“en-US”, “de-DE”, “es-ES”
]
}
}
}
The Post Request will return a status code of 201 as shown – it indicates that the request was successfully processed, and a new transcription job has been created. This status code confirms that the transcription process has been initiated
In the response body of the POST request, find the URL provided under the ‘Links’ section and make a GET request to that URL.
The response from this GET request will contain a contentUrl, which you need to use to make another request to fetch the transcribed data
Since the outbound access was not disabled, we were able to fetch the Transcribed data from speech service.
UseCase 2 – Azure Speech Service Outbound access is restricted
Repeat the steps as mentioned in UseCase1 to send POST request to Speech Service.
The request will return a status code of 403.This means that we are not allowed to access Audio File from Storage account because here we have mentioned – restrictOutboundNetworkAccess”: true, and “allowedFqdnList”: “microsoft.com” which means we have restricted outbound access and speech service can only access “microsoft.com” only.
Microsoft Tech Community – Latest Blogs –Read More
Relationship between back EMF (Ke) and maximum achievable speed
Is there a standard relationship between DC bus voltage and the maximum achivable speed, from which we can calculate the maximum achvable speed of a PMSM motor given the DC bus voltage?
Looking at this thread:
https://e2e.ti.com/support/motor-drivers-group/motor-drivers/f/motor-drivers-forum/1271711/mcf8315a-speed-control-issue
Is the formula given there a valid equation for a general FOC controller?
Eletrical frequency = (DC bus / sqrt(3))/Ke ?
We are trying to run the Motor driver from a C2000 LaunchPad (LAUNCHXL-F28379D + BOOSTXL-3PHGANINV)
https://www.mathworks.com/help/mcb/gs/matlab-project-foc-pmsm-qep.htmlIs there a standard relationship between DC bus voltage and the maximum achivable speed, from which we can calculate the maximum achvable speed of a PMSM motor given the DC bus voltage?
Looking at this thread:
https://e2e.ti.com/support/motor-drivers-group/motor-drivers/f/motor-drivers-forum/1271711/mcf8315a-speed-control-issue
Is the formula given there a valid equation for a general FOC controller?
Eletrical frequency = (DC bus / sqrt(3))/Ke ?
We are trying to run the Motor driver from a C2000 LaunchPad (LAUNCHXL-F28379D + BOOSTXL-3PHGANINV)
https://www.mathworks.com/help/mcb/gs/matlab-project-foc-pmsm-qep.html Is there a standard relationship between DC bus voltage and the maximum achivable speed, from which we can calculate the maximum achvable speed of a PMSM motor given the DC bus voltage?
Looking at this thread:
https://e2e.ti.com/support/motor-drivers-group/motor-drivers/f/motor-drivers-forum/1271711/mcf8315a-speed-control-issue
Is the formula given there a valid equation for a general FOC controller?
Eletrical frequency = (DC bus / sqrt(3))/Ke ?
We are trying to run the Motor driver from a C2000 LaunchPad (LAUNCHXL-F28379D + BOOSTXL-3PHGANINV)
https://www.mathworks.com/help/mcb/gs/matlab-project-foc-pmsm-qep.html foc, pmsm MATLAB Answers — New Questions
how to save my 3d matrix in X,Y,Z coordinates
I have 134* 2d matrix (86*86 each) and they make 86*86*134 matrix.
I need to generate a point cloud of this matrix and that is why I must save the Matrix in xyz coordinates.
how can I save the matrix (I) in xyz table
my matrix (I) was generated by the following code
clear all
close all
names=dir(‘inter the name of your file*.tiff’);
for iii=1:size(names,1)
I(:,:,iii)=imread(strcat(‘inter the name of your file’,names(iii).name));
for j=1:size(names,1)
Img_3D=surface(‘XData’,[0 355;0 355],’YData’,[0 0;355 355],’ZData’,[29.85*j 29.85*j;29.85*j 29.85*j], ‘CData’ ,flipdim(im2double(I(:,:,iii)),1),’FaceColor’,’texturemap’,’EdgeColor’,’none’);
colormap(gray)
xlabel(‘x’)
ylabel(‘y’)
zlabel(‘z µm’)
end
endI have 134* 2d matrix (86*86 each) and they make 86*86*134 matrix.
I need to generate a point cloud of this matrix and that is why I must save the Matrix in xyz coordinates.
how can I save the matrix (I) in xyz table
my matrix (I) was generated by the following code
clear all
close all
names=dir(‘inter the name of your file*.tiff’);
for iii=1:size(names,1)
I(:,:,iii)=imread(strcat(‘inter the name of your file’,names(iii).name));
for j=1:size(names,1)
Img_3D=surface(‘XData’,[0 355;0 355],’YData’,[0 0;355 355],’ZData’,[29.85*j 29.85*j;29.85*j 29.85*j], ‘CData’ ,flipdim(im2double(I(:,:,iii)),1),’FaceColor’,’texturemap’,’EdgeColor’,’none’);
colormap(gray)
xlabel(‘x’)
ylabel(‘y’)
zlabel(‘z µm’)
end
end I have 134* 2d matrix (86*86 each) and they make 86*86*134 matrix.
I need to generate a point cloud of this matrix and that is why I must save the Matrix in xyz coordinates.
how can I save the matrix (I) in xyz table
my matrix (I) was generated by the following code
clear all
close all
names=dir(‘inter the name of your file*.tiff’);
for iii=1:size(names,1)
I(:,:,iii)=imread(strcat(‘inter the name of your file’,names(iii).name));
for j=1:size(names,1)
Img_3D=surface(‘XData’,[0 355;0 355],’YData’,[0 0;355 355],’ZData’,[29.85*j 29.85*j;29.85*j 29.85*j], ‘CData’ ,flipdim(im2double(I(:,:,iii)),1),’FaceColor’,’texturemap’,’EdgeColor’,’none’);
colormap(gray)
xlabel(‘x’)
ylabel(‘y’)
zlabel(‘z µm’)
end
end image-processing, 3d matrix MATLAB Answers — New Questions
Diode fitting with 5 parameters
I used fsolve function (advised by Mischa Kim) to solve the diode equation and it worked (with small modification on (q/nkT).
fun = @(I) Il – Io * exp((V + I*R)/(n*kT_q)) – (V + I*R)/S – I;
Now I need to do a fitting using the same equation but this time I need Matlab to iterate the values for:
Il , Io, R, n, S,
in order to solve I which will give me the best fit against the experimental I (Iexp) where V is the independent variable. I guess I will need the least square function for that but first how do I ask Matlab to do the iteration and eventually solve the I?
Thank you very much for your help.
RosemarieI used fsolve function (advised by Mischa Kim) to solve the diode equation and it worked (with small modification on (q/nkT).
fun = @(I) Il – Io * exp((V + I*R)/(n*kT_q)) – (V + I*R)/S – I;
Now I need to do a fitting using the same equation but this time I need Matlab to iterate the values for:
Il , Io, R, n, S,
in order to solve I which will give me the best fit against the experimental I (Iexp) where V is the independent variable. I guess I will need the least square function for that but first how do I ask Matlab to do the iteration and eventually solve the I?
Thank you very much for your help.
Rosemarie I used fsolve function (advised by Mischa Kim) to solve the diode equation and it worked (with small modification on (q/nkT).
fun = @(I) Il – Io * exp((V + I*R)/(n*kT_q)) – (V + I*R)/S – I;
Now I need to do a fitting using the same equation but this time I need Matlab to iterate the values for:
Il , Io, R, n, S,
in order to solve I which will give me the best fit against the experimental I (Iexp) where V is the independent variable. I guess I will need the least square function for that but first how do I ask Matlab to do the iteration and eventually solve the I?
Thank you very much for your help.
Rosemarie diode equation MATLAB Answers — New Questions
Error: output is inferred as a variable-size matrix, but its size is specified as inherited or fixed.
To simplify the question, when I define the size of my output based on a constant input (it won’t change during the simulation), i receive the following error: ‘y’ is inferred as a variable-size matrix, but its size is specified as inherited or fixed. Verify ‘y’ is defined in terms of non-tunable parameters, or select the ‘Variable Size’ check box and specify the upper bounds in the Size box.
Other people had this problem but I couldn’t really find a way to fix it. I can’t select the variable size check box because it lead to other errors. I also don’t have the coder library. I got that in theory this constant value can me modified and then cause problems, but it isn’t my case, I just want to define it when the simulation starts.
function y = fcn(u)
y = zeros(u,1);To simplify the question, when I define the size of my output based on a constant input (it won’t change during the simulation), i receive the following error: ‘y’ is inferred as a variable-size matrix, but its size is specified as inherited or fixed. Verify ‘y’ is defined in terms of non-tunable parameters, or select the ‘Variable Size’ check box and specify the upper bounds in the Size box.
Other people had this problem but I couldn’t really find a way to fix it. I can’t select the variable size check box because it lead to other errors. I also don’t have the coder library. I got that in theory this constant value can me modified and then cause problems, but it isn’t my case, I just want to define it when the simulation starts.
function y = fcn(u)
y = zeros(u,1); To simplify the question, when I define the size of my output based on a constant input (it won’t change during the simulation), i receive the following error: ‘y’ is inferred as a variable-size matrix, but its size is specified as inherited or fixed. Verify ‘y’ is defined in terms of non-tunable parameters, or select the ‘Variable Size’ check box and specify the upper bounds in the Size box.
Other people had this problem but I couldn’t really find a way to fix it. I can’t select the variable size check box because it lead to other errors. I also don’t have the coder library. I got that in theory this constant value can me modified and then cause problems, but it isn’t my case, I just want to define it when the simulation starts.
function y = fcn(u)
y = zeros(u,1); error, simulink, variables, matlab function MATLAB Answers — New Questions
High costs for MS Syntex – although restricted to some sites – maybe open for a short time
Hi everyone,
we are experiencing high costs for MS Syntex. We just wanted it to use for some sites – so i restricted it to 2 sites.
But i did not see that i need to restrict each service – so some users seem to “use” it.
How can i identify these sites and stop them from using any of the services?
How can i completely disabled Syntex for our tenant if nothing else works?
BR
Stephan
Hi everyone, we are experiencing high costs for MS Syntex. We just wanted it to use for some sites – so i restricted it to 2 sites.But i did not see that i need to restrict each service – so some users seem to “use” it.How can i identify these sites and stop them from using any of the services?How can i completely disabled Syntex for our tenant if nothing else works? BRStephan Read More
code to sample a signal
x(t)=cos(180*π*t) at sampling rates of 200 and 1500 samples each second. Then plot the graphs.x(t)=cos(180*π*t) at sampling rates of 200 and 1500 samples each second. Then plot the graphs. x(t)=cos(180*π*t) at sampling rates of 200 and 1500 samples each second. Then plot the graphs. sampling MATLAB Answers — New Questions
How to normalize the scale of an image to make it scaling invariant?
I want to make my image to be scaling invariant by normalizing the scale.I want to make my image to be scaling invariant by normalizing the scale. I want to make my image to be scaling invariant by normalizing the scale. scale normalization MATLAB Answers — New Questions
[MSFT Defender for Cloud] Connection Defender for cloud and AWS account with free 30-day period
Hello.
I’m a cloud security engineer.
We are preparing to link MSFT MDC to enhance the security of AWS environment.
I leave a post because there is a pre-linked inquiry.
1. MDC offers a 30-day free period for Azure subscriptions. However, we couldn’t find any mention of free offers for AWS accounts. Does MDC offer free usage for AWS?
2. Are API query costs and log collection and archiving costs incurred separately other than MDC costs?
Please answer me.
Thank you.
Hello.I’m a cloud security engineer. We are preparing to link MSFT MDC to enhance the security of AWS environment. I leave a post because there is a pre-linked inquiry. 1. MDC offers a 30-day free period for Azure subscriptions. However, we couldn’t find any mention of free offers for AWS accounts. Does MDC offer free usage for AWS? 2. Are API query costs and log collection and archiving costs incurred separately other than MDC costs? Please answer me. Thank you. Read More
The same document looks different in SharePoint than the desktop App (word)
In SharePoint online word view number bullets start like 1.0,1.1,1.2,…. But in desktop view, it’s like 1.1,1.2,1.3,….
I have tried the below troubleshooting steps.
1. Modified the site’s permission hierarchy to specific user. When the bullets that begin with 1.0, 1.1, 1.2, and so on are granted access to the site by the owner, member, and site administrator. The document is correct in both the desktop and SharePoint views when I remove all site permissions and grant read access.
2. Used a new browser(We are normally use Microsoft Edge browser) to visit this same SharePoint location. An identical problem was encountered.
3. Attempted to use the identical file on a different SharePoint site. However, the problem persisted.
Can someone please help me to fix this issue?
In SharePoint online word view number bullets start like 1.0,1.1,1.2,…. But in desktop view, it’s like 1.1,1.2,1.3,…. I have tried the below troubleshooting steps. 1. Modified the site’s permission hierarchy to specific user. When the bullets that begin with 1.0, 1.1, 1.2, and so on are granted access to the site by the owner, member, and site administrator. The document is correct in both the desktop and SharePoint views when I remove all site permissions and grant read access.2. Used a new browser(We are normally use Microsoft Edge browser) to visit this same SharePoint location. An identical problem was encountered.3. Attempted to use the identical file on a different SharePoint site. However, the problem persisted. Can someone please help me to fix this issue? Read More
Curve fitting 3d closed surface
I am trying to curve fit a 3d surface. However, I would like to fit a closed 3d surface onto the points I have in 3d space (ie a sphere, ellisoid, whatever it may be). Is there an easy way to do this with Matlab or any toolbox? I’ve seen curve fitting toolbox but it doesn’t look like it would fit a closed 3d surface since the curve fitting looks polynomial based. Thanks in advance.I am trying to curve fit a 3d surface. However, I would like to fit a closed 3d surface onto the points I have in 3d space (ie a sphere, ellisoid, whatever it may be). Is there an easy way to do this with Matlab or any toolbox? I’ve seen curve fitting toolbox but it doesn’t look like it would fit a closed 3d surface since the curve fitting looks polynomial based. Thanks in advance. I am trying to curve fit a 3d surface. However, I would like to fit a closed 3d surface onto the points I have in 3d space (ie a sphere, ellisoid, whatever it may be). Is there an easy way to do this with Matlab or any toolbox? I’ve seen curve fitting toolbox but it doesn’t look like it would fit a closed 3d surface since the curve fitting looks polynomial based. Thanks in advance. curve fitting, 3d plots MATLAB Answers — New Questions
unable to find signing program ‘smimesign’
Hello! I’m trying to set up git according to this article Set Up Git Source Control. After implementing this step "Enable Signing Commits" including,
“`
!git config –global commit.gpgsign true
!git config –global user.signingkey 3AB5C344325645B2
!git config –global gpg.format x509
!git config –global gpg.x509.program smimesign
“`
The error, unable to find signing program ‘smimesign’, take place while I trying to commit. And the error will be solved by command this,
“`
>> !git config –global –unset gpg.x509.program
>> !git config –global –unset gpg.format
>> !git config –global –unset commit.gpgsign
>> !git config –global –unset user.signingkey
“`Hello! I’m trying to set up git according to this article Set Up Git Source Control. After implementing this step "Enable Signing Commits" including,
“`
!git config –global commit.gpgsign true
!git config –global user.signingkey 3AB5C344325645B2
!git config –global gpg.format x509
!git config –global gpg.x509.program smimesign
“`
The error, unable to find signing program ‘smimesign’, take place while I trying to commit. And the error will be solved by command this,
“`
>> !git config –global –unset gpg.x509.program
>> !git config –global –unset gpg.format
>> !git config –global –unset commit.gpgsign
>> !git config –global –unset user.signingkey
“` Hello! I’m trying to set up git according to this article Set Up Git Source Control. After implementing this step "Enable Signing Commits" including,
“`
!git config –global commit.gpgsign true
!git config –global user.signingkey 3AB5C344325645B2
!git config –global gpg.format x509
!git config –global gpg.x509.program smimesign
“`
The error, unable to find signing program ‘smimesign’, take place while I trying to commit. And the error will be solved by command this,
“`
>> !git config –global –unset gpg.x509.program
>> !git config –global –unset gpg.format
>> !git config –global –unset commit.gpgsign
>> !git config –global –unset user.signingkey
“` git, commit MATLAB Answers — New Questions
How do I change the display language of Optimize LIVE Editor task?
Hi, I’m using Optimize LIVE Editor task on Matlab 2022b, and the display language of Matlab on my PC is Chinese.
But the display of Optimize LIVE Editor task is mainly in English and partially in Chinese. I see all—Chinese version of Optimize LIVE Editor task from the internet. How do I change the language to all Chinese? Would appreciate any help!Hi, I’m using Optimize LIVE Editor task on Matlab 2022b, and the display language of Matlab on my PC is Chinese.
But the display of Optimize LIVE Editor task is mainly in English and partially in Chinese. I see all—Chinese version of Optimize LIVE Editor task from the internet. How do I change the language to all Chinese? Would appreciate any help! Hi, I’m using Optimize LIVE Editor task on Matlab 2022b, and the display language of Matlab on my PC is Chinese.
But the display of Optimize LIVE Editor task is mainly in English and partially in Chinese. I see all—Chinese version of Optimize LIVE Editor task from the internet. How do I change the language to all Chinese? Would appreciate any help! display language, matlab, optimization toolbox MATLAB Answers — New Questions