Month: May 2024
Search for values of a specific point of the signal
Hello
I would like to find several values of a signal at a given time.
For example, I am looking for the peak value of a signal and I type [peaks, locs] and it detects the peak and the time, but I would like to know the value for example 50ms before and 100 ms before.
Could you help me with this?
Thank you very muchHello
I would like to find several values of a signal at a given time.
For example, I am looking for the peak value of a signal and I type [peaks, locs] and it detects the peak and the time, but I would like to know the value for example 50ms before and 100 ms before.
Could you help me with this?
Thank you very much Hello
I would like to find several values of a signal at a given time.
For example, I am looking for the peak value of a signal and I type [peaks, locs] and it detects the peak and the time, but I would like to know the value for example 50ms before and 100 ms before.
Could you help me with this?
Thank you very much signal processing MATLAB Answers — New Questions
How can I reduce the size of polygon map from shapefile by some distance?
Hello All,
I have a shape file from which i have Latitude and Logitude cordinates. In that map when I plot those cordinates using geoplot fuction.
I will put those cordinates here.
Longitude = [49.5307463706278 49.5307171760463 49.5304661019256 49.5302325434462 49.5299639498154 49.5298413304932 49.5297537450748 49.5292048728798 49.5288953996699 49.5282664017587 49.5282706081627 49.5282881257904 49.5283290002306 49.5283406786358 49.5283173218226 49.5282589297407 49.5282122160250 49.5281187884596 49.5281021034227 49.5282355728884 49.5287727776674 49.5292574247397 49.5296778375853 49.5298588475581 49.5302967721393 49.5304369071767 49.5304592844042 49.5304661019256 49.5304894577121 49.5306003975459 49.5308748265792 49.5308748265792 49.5308105986457 49.5308105986457 49.5308047597385 49.5307463706278 NaN];
Latitude = [7.92334633371693 7.92333733369920 7.92310333323818 7.92292333288354 7.92268033240478 7.92250033205015 7.92222133150046 7.92228433162458 7.92229333164232 7.92213669574119 7.92203233112809 7.92188833084439 7.92170833048975 7.92139332986914 7.92114132937265 7.92089832889389 7.92058332827328 7.91965632644691 7.91927486806551 7.91927832570217 7.91931432577310 7.91932332579083 7.91928732571990 7.91925132564897 7.91922432559578 7.91918832552485 7.91918465813742 7.91925132564897 7.91944932603907 7.92009732731576 7.92196933100397 7.92224833155366 7.92313033329137 7.92331033364601 7.92334633371693 7.92334633371693 NaN];
geoplot(Longitude,Latitude, "b")
So now I looking to create a border around these map on the inside and outside of this boundry. Let say a boundry which is 10 meter apart from the main boundry.
Here is a example of how I want to do it.
If you see in the figure blue line is the actual boundry and red and black boundry is that I am trying to find a function for it.
Is there a way to do it ? I have tried similar methods but those where on the images which can reduce size but not sure how to do it in actual map.
Thankyou in advance.Hello All,
I have a shape file from which i have Latitude and Logitude cordinates. In that map when I plot those cordinates using geoplot fuction.
I will put those cordinates here.
Longitude = [49.5307463706278 49.5307171760463 49.5304661019256 49.5302325434462 49.5299639498154 49.5298413304932 49.5297537450748 49.5292048728798 49.5288953996699 49.5282664017587 49.5282706081627 49.5282881257904 49.5283290002306 49.5283406786358 49.5283173218226 49.5282589297407 49.5282122160250 49.5281187884596 49.5281021034227 49.5282355728884 49.5287727776674 49.5292574247397 49.5296778375853 49.5298588475581 49.5302967721393 49.5304369071767 49.5304592844042 49.5304661019256 49.5304894577121 49.5306003975459 49.5308748265792 49.5308748265792 49.5308105986457 49.5308105986457 49.5308047597385 49.5307463706278 NaN];
Latitude = [7.92334633371693 7.92333733369920 7.92310333323818 7.92292333288354 7.92268033240478 7.92250033205015 7.92222133150046 7.92228433162458 7.92229333164232 7.92213669574119 7.92203233112809 7.92188833084439 7.92170833048975 7.92139332986914 7.92114132937265 7.92089832889389 7.92058332827328 7.91965632644691 7.91927486806551 7.91927832570217 7.91931432577310 7.91932332579083 7.91928732571990 7.91925132564897 7.91922432559578 7.91918832552485 7.91918465813742 7.91925132564897 7.91944932603907 7.92009732731576 7.92196933100397 7.92224833155366 7.92313033329137 7.92331033364601 7.92334633371693 7.92334633371693 NaN];
geoplot(Longitude,Latitude, "b")
So now I looking to create a border around these map on the inside and outside of this boundry. Let say a boundry which is 10 meter apart from the main boundry.
Here is a example of how I want to do it.
If you see in the figure blue line is the actual boundry and red and black boundry is that I am trying to find a function for it.
Is there a way to do it ? I have tried similar methods but those where on the images which can reduce size but not sure how to do it in actual map.
Thankyou in advance. Hello All,
I have a shape file from which i have Latitude and Logitude cordinates. In that map when I plot those cordinates using geoplot fuction.
I will put those cordinates here.
Longitude = [49.5307463706278 49.5307171760463 49.5304661019256 49.5302325434462 49.5299639498154 49.5298413304932 49.5297537450748 49.5292048728798 49.5288953996699 49.5282664017587 49.5282706081627 49.5282881257904 49.5283290002306 49.5283406786358 49.5283173218226 49.5282589297407 49.5282122160250 49.5281187884596 49.5281021034227 49.5282355728884 49.5287727776674 49.5292574247397 49.5296778375853 49.5298588475581 49.5302967721393 49.5304369071767 49.5304592844042 49.5304661019256 49.5304894577121 49.5306003975459 49.5308748265792 49.5308748265792 49.5308105986457 49.5308105986457 49.5308047597385 49.5307463706278 NaN];
Latitude = [7.92334633371693 7.92333733369920 7.92310333323818 7.92292333288354 7.92268033240478 7.92250033205015 7.92222133150046 7.92228433162458 7.92229333164232 7.92213669574119 7.92203233112809 7.92188833084439 7.92170833048975 7.92139332986914 7.92114132937265 7.92089832889389 7.92058332827328 7.91965632644691 7.91927486806551 7.91927832570217 7.91931432577310 7.91932332579083 7.91928732571990 7.91925132564897 7.91922432559578 7.91918832552485 7.91918465813742 7.91925132564897 7.91944932603907 7.92009732731576 7.92196933100397 7.92224833155366 7.92313033329137 7.92331033364601 7.92334633371693 7.92334633371693 NaN];
geoplot(Longitude,Latitude, "b")
So now I looking to create a border around these map on the inside and outside of this boundry. Let say a boundry which is 10 meter apart from the main boundry.
Here is a example of how I want to do it.
If you see in the figure blue line is the actual boundry and red and black boundry is that I am trying to find a function for it.
Is there a way to do it ? I have tried similar methods but those where on the images which can reduce size but not sure how to do it in actual map.
Thankyou in advance. mapping toolbox, geomap, matlab MATLAB Answers — New Questions
Check Defender on macOS with analyze_profiles.py script
Hello,
I have installed and configured Defender on MacOS using Mosyle MDM according to:
https://learn.microsoft.com/en-gb/defender-endpoint/mac-install-with-other-mdm
It looks fine, machine is active, every step was as expected.
However, when I run this Python script ” analyze_profiles.py” from here:
I see some errors in the output but have no idea how to resolve this, whole log:
All profiles are successfully deployed from Mosyle MDM to macOS device.
Device is linked to Defender and active.
How to fix these errors? Can I ignore them?
Thanks!
Hello, I have installed and configured Defender on MacOS using Mosyle MDM according to:https://learn.microsoft.com/en-gb/defender-endpoint/mac-install-with-other-mdm It looks fine, machine is active, every step was as expected. However, when I run this Python script ” analyze_profiles.py” from here:https://learn.microsoft.com/en-gb/defender-endpoint/mac-install-with-other-mdm#check-that-all-profiles-are-deployed I see some errors in the output but have no idea how to resolve this, whole log: All profiles are successfully deployed from Mosyle MDM to macOS device.Device is linked to Defender and active. How to fix these errors? Can I ignore them? Thanks! Read More
Power Automate – First change of a folder in SharePoint library does not contain the change
Dear ladies and gentlemen,
in Power Automate first change of a folder in SharePoint library does not contain the change.
I use the trigger “When item or file is changed” in Power Automate.
In German environment, which I use it is “Wenn ein Element oder eine Datei geändert wird”.
Then I use the object “Get changes for an item or file (Only properties)”.
In German environment, which I use it is “Änderungen für ein Element oder eine Datei abrufen (nur Eigenschaften)”.
There I set also the “From” property in German “Seit” with “triggerOutputs()?[‘body/{TriggerWindowsStartToken}’]”.
In the “body” object I receive:
“SinceVersionId”: 512
“UntilVersionId”: 512,
“ColumnHasChanged”: {
“Title”: false
}
Then I try to get the value of title from the previous version through the Http Request GET method with api:
_api/web/lists/getByTitle(‘LIST TITLE’)items(ITEM ID)/versions(512)
In the body in the “Title” property then I have already the changed title.
I would say it is a bug.
How can I get the previous value of the first change of a folder in a SharePoint library?
The second change of a folder is working well and it is possible to get the previous value of the title of the folder.
Thank you
Ladislav Stupak
Dear ladies and gentlemen, in Power Automate first change of a folder in SharePoint library does not contain the change. I use the trigger “When item or file is changed” in Power Automate.In German environment, which I use it is “Wenn ein Element oder eine Datei geändert wird”. Then I use the object “Get changes for an item or file (Only properties)”. In German environment, which I use it is “Änderungen für ein Element oder eine Datei abrufen (nur Eigenschaften)”. There I set also the “From” property in German “Seit” with “triggerOutputs()?[‘body/{TriggerWindowsStartToken}’]”. In the “body” object I receive:”SinceVersionId”: 512″UntilVersionId”: 512,”ColumnHasChanged”: { “Title”: false} Then I try to get the value of title from the previous version through the Http Request GET method with api: _api/web/lists/getByTitle(‘LIST TITLE’)items(ITEM ID)/versions(512) In the body in the “Title” property then I have already the changed title. I would say it is a bug. How can I get the previous value of the first change of a folder in a SharePoint library? The second change of a folder is working well and it is possible to get the previous value of the title of the folder. Thank youLadislav Stupak Read More
Relative URLs in Sharepoint Pages
I want to create a small manual in Sharepoint Pages with one main index page (Manual.aspx) pointing to 20 other pages. The index page is placed in ~sites/[Teams name]/SitePages/Manual.aspx/ and the 20 subpages are placed in a subfolder ~sites/[Teams name]/SitePages/Manual_subpages/Subpage01.aspx
Is it a way to use relative links the index/manual file so that the 21 files later on could be moved to another site?
It seams that the Insert link box only accepts URLs starting with https:// indicating that only absolute adresses are accepted.
I want to create a small manual in Sharepoint Pages with one main index page (Manual.aspx) pointing to 20 other pages. The index page is placed in ~sites/[Teams name]/SitePages/Manual.aspx/ and the 20 subpages are placed in a subfolder ~sites/[Teams name]/SitePages/Manual_subpages/Subpage01.aspxIs it a way to use relative links the index/manual file so that the 21 files later on could be moved to another site?It seams that the Insert link box only accepts URLs starting with https:// indicating that only absolute adresses are accepted. Read More
How to convert .mat to .xls
Please help me out in a detail manner xlswrite command is not workingPlease help me out in a detail manner xlswrite command is not working Please help me out in a detail manner xlswrite command is not working xlswrite, convert MATLAB Answers — New Questions
How to get longitude and latitude?
Dear All,
I want to calculate longtitude and latitude for total electron content (TEC) using GNSS radio occulttaion (RO) data. I have the X-GPS, Y-GPS, and Z-GPS as well as X-LEO, Y-LEO, and Z-LEO. How can I calculate it in Matlab?Dear All,
I want to calculate longtitude and latitude for total electron content (TEC) using GNSS radio occulttaion (RO) data. I have the X-GPS, Y-GPS, and Z-GPS as well as X-LEO, Y-LEO, and Z-LEO. How can I calculate it in Matlab? Dear All,
I want to calculate longtitude and latitude for total electron content (TEC) using GNSS radio occulttaion (RO) data. I have the X-GPS, Y-GPS, and Z-GPS as well as X-LEO, Y-LEO, and Z-LEO. How can I calculate it in Matlab? plot MATLAB Answers — New Questions
Issue with working with Generate CU-plane Messages for ORAN Fronthaul Test
Hi,
I am working with the following example, https://in.mathworks.com/help/5g/ug/generate-cu-plane-messages-for-oran-fronthaul-test.html, but here at the step of %winopen(cufilename) % Uncomment to open the file in Wireshark on Windows, I am unable to open the pcap generated file in the wireshark or windows, I need help here.
ThanksHi,
I am working with the following example, https://in.mathworks.com/help/5g/ug/generate-cu-plane-messages-for-oran-fronthaul-test.html, but here at the step of %winopen(cufilename) % Uncomment to open the file in Wireshark on Windows, I am unable to open the pcap generated file in the wireshark or windows, I need help here.
Thanks Hi,
I am working with the following example, https://in.mathworks.com/help/5g/ug/generate-cu-plane-messages-for-oran-fronthaul-test.html, but here at the step of %winopen(cufilename) % Uncomment to open the file in Wireshark on Windows, I am unable to open the pcap generated file in the wireshark or windows, I need help here.
Thanks oran MATLAB Answers — New Questions
onedrive – sync issue
Will be changing from win 10 to win 11 system. I thought onedrive might be helpful in file transfers but ran into some issues. Unless I subscribe to cable or satellite service, I am topped out at 10Mbte transfer rate – slow for the amount of data to back up and transfer. I also found that many files I routinely use are ‘locked out’ as ‘sync pending.’ Can’t use or edit them. I did find I could copy them to an external drive and use them so I did that. The question remains that if I stop the sync process, will the ‘sync pending’ flags go away and release my files? What do I need to do to get that accomplished?
Will be changing from win 10 to win 11 system. I thought onedrive might be helpful in file transfers but ran into some issues. Unless I subscribe to cable or satellite service, I am topped out at 10Mbte transfer rate – slow for the amount of data to back up and transfer. I also found that many files I routinely use are ‘locked out’ as ‘sync pending.’ Can’t use or edit them. I did find I could copy them to an external drive and use them so I did that. The question remains that if I stop the sync process, will the ‘sync pending’ flags go away and release my files? What do I need to do to get that accomplished? Read More
Possible to roll back to previous update after 15 days?
I have something wrong with the current update. However, it has been more than 20 days when the update was installed. Can I still roll back to previous update? Thanks
I have something wrong with the current update. However, it has been more than 20 days when the update was installed. Can I still roll back to previous update? Thanks Read More
Microsoft Copilot for Finance in Excel – Performance
Hi everyone,
I’m trying to reconcile 2 tables of 30 rows each, but Copilot for Finance is stuck for hours at 10% – “Creating reconciliation report on a new sheet”. It’s practically unusable.
Any ideas on how to troubleshoot this? Thanks in advance
Hi everyone, I’m trying to reconcile 2 tables of 30 rows each, but Copilot for Finance is stuck for hours at 10% – “Creating reconciliation report on a new sheet”. It’s practically unusable. Any ideas on how to troubleshoot this? Thanks in advance Read More
Using Sharepoint Meta Data in Document Templates (word, excel, powerpoint)
Hello,
I’m trying add SP online metadata to excel, powerpoint and word templates. I can activate version number on Word quick parts but other metadata (version history, created by, etc.) is still a problem. Furthermore, I cannot add metadata into excel and PowerPoint templates. Is it possible to add these data by using power automate flows?
Kind regards,
Hello, I’m trying add SP online metadata to excel, powerpoint and word templates. I can activate version number on Word quick parts but other metadata (version history, created by, etc.) is still a problem. Furthermore, I cannot add metadata into excel and PowerPoint templates. Is it possible to add these data by using power automate flows? Kind regards, Read More
Unable to send notification to teams installed application users
I’ve a custom app built for my organization, and I’ve deployed the same using the “Teams Toolkit > Zip App Package > For Azure” and added the botId: ’28c8b3b1-xxxx-xxxx-xxxx-xxxxxxxxxxxx’ in the manifest.json. I’m able to see and manage the app in “Apps: Developer Portal (microsoft.com)“ and the bot in “Bot management: Developer Portal (microsoft.com)” as well as in “Bot Framework“. But when a user is installing the app from their team’s app, a “Participant Join” event is getting fired up, and hitting the endpoint but when the code is trying to fetch the list of installation then I’m getting an exception
Note: The deployed .NET application is having only BOT_ID and BOT_PASSWORD which I got from the “portal.azure” or from “Bot Management”,
Does anyone know how I can fix this or if I’m missing something, if so, then please reply as soon as possible as we’re having a production deadline coming up and it would be very helpful of you to solve this problem.
Thanks in advance.
I’ve a custom app built for my organization, and I’ve deployed the same using the “Teams Toolkit > Zip App Package > For Azure” and added the botId: ’28c8b3b1-xxxx-xxxx-xxxx-xxxxxxxxxxxx’ in the manifest.json. I’m able to see and manage the app in “Apps: Developer Portal (microsoft.com)” and the bot in “Bot management: Developer Portal (microsoft.com)” as well as in “Bot Framework”. But when a user is installing the app from their team’s app, a “Participant Join” event is getting fired up, and hitting the endpoint but when the code is trying to fetch the list of installation then I’m getting an exception Note: The deployed .NET application is having only BOT_ID and BOT_PASSWORD which I got from the “portal.azure” or from “Bot Management”, Does anyone know how I can fix this or if I’m missing something, if so, then please reply as soon as possible as we’re having a production deadline coming up and it would be very helpful of you to solve this problem. Thanks in advance. Read More
Why people are still running Windows XP?
I can see a few folks still using Windows XP as a working machine, such as the supermarket. I’m curious as to why? Along those lines, I don’t see other MS Windows versions being used. Never Win 3.1 or 95/98/ME.
I can see a few folks still using Windows XP as a working machine, such as the supermarket. I’m curious as to why? Along those lines, I don’t see other MS Windows versions being used. Never Win 3.1 or 95/98/ME. Read More
Screen and Sleep – Power Mode
When I select Screen and Sleep and set it to say to 10 min, it goes into sleep mode after the given time. When I re-start the computer it looses the set time and reverts to Never. If I use the Energy Recommendation Mode I get the same results. Read More
How to display HEIC files in windows explorer
I have W10. I store all my pictures on a hard drive attached to my PC.
When I open a folder containing jpg files and the folder is set to display extra large icons the picture is shown, this suits me as I can see the picture without opening the fille.
Any pictures taken with my phone are HEIC and ony a HEIC graphic ic shown.
Is there a way to get the picture displayed?
I have W10. I store all my pictures on a hard drive attached to my PC.When I open a folder containing jpg files and the folder is set to display extra large icons the picture is shown, this suits me as I can see the picture without opening the fille.Any pictures taken with my phone are HEIC and ony a HEIC graphic ic shown.Is there a way to get the picture displayed? Read More
memory section ‘code_ramfuncs’ error with f28379d
Hi!
I am trying to execute a block in the RAM but I cannot find that option in the block parameters of the subsystem:
I followed the steps specified here and the tic2000demospkg package appears.
What should be done to be able to have all the memory sections from tic2000demospkg? Is it neccesary to "load" that package somehow?
Thank youHi!
I am trying to execute a block in the RAM but I cannot find that option in the block parameters of the subsystem:
I followed the steps specified here and the tic2000demospkg package appears.
What should be done to be able to have all the memory sections from tic2000demospkg? Is it neccesary to "load" that package somehow?
Thank you Hi!
I am trying to execute a block in the RAM but I cannot find that option in the block parameters of the subsystem:
I followed the steps specified here and the tic2000demospkg package appears.
What should be done to be able to have all the memory sections from tic2000demospkg? Is it neccesary to "load" that package somehow?
Thank you code generation, error, code_ramfuncs MATLAB Answers — New Questions
How to Enable TPM 2.0 in BIOS for Asus PC?
I don’t find the option to enable TPM 2.0 from BIOS on my Asus PC. I am planning to upgrade my wife’s computer to Windows 11 but the health check app says TPM is missing.
I don’t find the option to enable TPM 2.0 from BIOS on my Asus PC. I am planning to upgrade my wife’s computer to Windows 11 but the health check app says TPM is missing. Read More
Bug in PCB antenna designer ?
Hello, I’m having a trouble with pcb designer, for example here I’m trying to set Ly as the length shown in the properties of y, which I’ve done with many others, any tip ? Also I have trouble trouble saving my sessions, if I save it sometimes there will be no save at all and I’ll lost my previous work. Thank you for help, Mathias Bedossa.Hello, I’m having a trouble with pcb designer, for example here I’m trying to set Ly as the length shown in the properties of y, which I’ve done with many others, any tip ? Also I have trouble trouble saving my sessions, if I save it sometimes there will be no save at all and I’ll lost my previous work. Thank you for help, Mathias Bedossa. Hello, I’m having a trouble with pcb designer, for example here I’m trying to set Ly as the length shown in the properties of y, which I’ve done with many others, any tip ? Also I have trouble trouble saving my sessions, if I save it sometimes there will be no save at all and I’ll lost my previous work. Thank you for help, Mathias Bedossa. pcb designer, antenna MATLAB Answers — New Questions
Windows 10 – unexpected store exception
This has just happened. Computer suddenly froze then got the blue screen of death. Waited for it to collect data but it stayed on 0%. Shut the computer down and when turning it on, I get the MSI logo and nothing else happens. Help please.
It’s a GE62VR 7RF. It has never happened before and it does get moved about a lot.
This has just happened. Computer suddenly froze then got the blue screen of death. Waited for it to collect data but it stayed on 0%. Shut the computer down and when turning it on, I get the MSI logo and nothing else happens. Help please.It’s a GE62VR 7RF. It has never happened before and it does get moved about a lot. Read More