Month: August 2024
How to Disable ctmon.exe (CTF Loader)
New update: Winver 22H2 Build 22621.521
I used to be able to halt this loading process in prior versions, but in this latest version, I am unable to stop the service or modify its properties. Any suggestions on how to address this issue?
New update: Winver 22H2 Build 22621.521 I used to be able to halt this loading process in prior versions, but in this latest version, I am unable to stop the service or modify its properties. Any suggestions on how to address this issue? Read More
How to Disable or Remove Ctfmon.exe?
Recently, I have been utilizing a small software tool known as “Ctfmon Eliminator” for several years. However, upon running this application, I receive a variety of responses, none of which effectively remove the Ctfmon.exe file from my computer. My goal is to completely eliminate this file from my PC, and I am seeking a script or application that can accomplish this task. Despite my efforts, I have yet to discover such a program. Any suggestions or assistance in this matter would be greatly welcomed.
Recently, I have been utilizing a small software tool known as “Ctfmon Eliminator” for several years. However, upon running this application, I receive a variety of responses, none of which effectively remove the Ctfmon.exe file from my computer. My goal is to completely eliminate this file from my PC, and I am seeking a script or application that can accomplish this task. Despite my efforts, I have yet to discover such a program. Any suggestions or assistance in this matter would be greatly welcomed. Read More
Choose an app selection freeze
When Windows prompts a message saying, “Please choose an application to open this [file extension] file,” it causes the system to freeze. Despite my efforts to find a solution through online searches, I’ve had no success. With ongoing issues on my Windows 10 computer and the imminent mandatory update to Windows 11, I finally decided to upgrade on December 23. Unfortunately, this issue remains unresolved and is becoming increasingly frustrating. I am considering whether a major system overhaul will be necessary. There have been indications that the crashes may be linked to the Settings feature, but I have not come across any specific solutions. Thank you in advance for any assistance.
When Windows prompts a message saying, “Please choose an application to open this [file extension] file,” it causes the system to freeze. Despite my efforts to find a solution through online searches, I’ve had no success. With ongoing issues on my Windows 10 computer and the imminent mandatory update to Windows 11, I finally decided to upgrade on December 23. Unfortunately, this issue remains unresolved and is becoming increasingly frustrating. I am considering whether a major system overhaul will be necessary. There have been indications that the crashes may be linked to the Settings feature, but I have not come across any specific solutions. Thank you in advance for any assistance. Read More
Improving the Battery Life of Your Laptop
Hello there,
I’m reaching out because I’ve been experiencing issues with the battery life of my MSI Delta 15 laptop, which seems to have significantly reduced after a year and a half of use. Despite being informed by the MSI center that the battery is in good health, I’m only getting about 3 hours of usage now, which doesn’t align with my expectations.
I’m eager to understand the definitive answer regarding the expected battery life of my MSI Delta 15. If the original battery is deemed to be in good condition, why am I only getting 3 hours instead of the expected 6 to 7 hours?
Any advice or assistance on this matter would be greatly appreciated. Wishing you a wonderful year ahead and a fantastic 2024!
Warm regards,
Hello there, I’m reaching out because I’ve been experiencing issues with the battery life of my MSI Delta 15 laptop, which seems to have significantly reduced after a year and a half of use. Despite being informed by the MSI center that the battery is in good health, I’m only getting about 3 hours of usage now, which doesn’t align with my expectations. I’m eager to understand the definitive answer regarding the expected battery life of my MSI Delta 15. If the original battery is deemed to be in good condition, why am I only getting 3 hours instead of the expected 6 to 7 hours? Any advice or assistance on this matter would be greatly appreciated. Wishing you a wonderful year ahead and a fantastic 2024! Warm regards, Read More
“Revamp Your Toolbar with New Icons”
Hello,
I am experiencing an issue where my toolbar icons are only displaying half of the icon (refer to the attached picture). Could you please advise me on how to restore them to full icons?
Thank you for your assistance.
Sincerely,
[Your Name]
P.S. I am using a new computer.
Hello, I am experiencing an issue where my toolbar icons are only displaying half of the icon (refer to the attached picture). Could you please advise me on how to restore them to full icons? Thank you for your assistance. Sincerely,[Your Name]P.S. I am using a new computer. Read More
“How can I identify and remove this type/location of notification?”
I am having trouble finding tutorials on how to remove a certain feature because I am unsure of its name. It is not called the system tray. I have also already attempted to disable notifications in the settings.
I am having trouble finding tutorials on how to remove a certain feature because I am unsure of its name. It is not called the system tray. I have also already attempted to disable notifications in the settings. Read More
How to approximate a measured frequency response function to the sum of 2 1DOF vibration FRF functions?
I have measured the vibration frequency response function a structure (blue curves in the following diagrams).
By using command
SYSD=tfest(SYSFR,5);
% SYSFR is the measured result (imported beginning from 25 Hz, as the
% low-frequency area is not accurate). SYSD is the approximated FRF.
I can approximate the measured FRF to a transfer function with 5 poles (the least amount of poles needed for the approximation to be accurate enough).
Since the measured FRF curves clearly have the shape of 2DOF vibration system, I want to further approximate the transfer function as the sum of two 1DOF vibration transfer functions, and draw both 1DOF vibration FRF curves in diagram (like in the following diagram). How to achieve this? The approximation can either be done based on measured FRF or approximated 5-pole FRF.I have measured the vibration frequency response function a structure (blue curves in the following diagrams).
By using command
SYSD=tfest(SYSFR,5);
% SYSFR is the measured result (imported beginning from 25 Hz, as the
% low-frequency area is not accurate). SYSD is the approximated FRF.
I can approximate the measured FRF to a transfer function with 5 poles (the least amount of poles needed for the approximation to be accurate enough).
Since the measured FRF curves clearly have the shape of 2DOF vibration system, I want to further approximate the transfer function as the sum of two 1DOF vibration transfer functions, and draw both 1DOF vibration FRF curves in diagram (like in the following diagram). How to achieve this? The approximation can either be done based on measured FRF or approximated 5-pole FRF. I have measured the vibration frequency response function a structure (blue curves in the following diagrams).
By using command
SYSD=tfest(SYSFR,5);
% SYSFR is the measured result (imported beginning from 25 Hz, as the
% low-frequency area is not accurate). SYSD is the approximated FRF.
I can approximate the measured FRF to a transfer function with 5 poles (the least amount of poles needed for the approximation to be accurate enough).
Since the measured FRF curves clearly have the shape of 2DOF vibration system, I want to further approximate the transfer function as the sum of two 1DOF vibration transfer functions, and draw both 1DOF vibration FRF curves in diagram (like in the following diagram). How to achieve this? The approximation can either be done based on measured FRF or approximated 5-pole FRF. frequency, transfer function MATLAB Answers — New Questions
I want my code conditions checked every 1/2000th of a second, how can I do that?
I have multiple if conditions that is being checked to provide pulse and gate signals to switches I want that these conditions be checked every 1/2000th of a second. I tried for loop and tic toc methods but the condition is being checked at a frequency of 200kHz. I am not able to solve this issue kindly helpI have multiple if conditions that is being checked to provide pulse and gate signals to switches I want that these conditions be checked every 1/2000th of a second. I tried for loop and tic toc methods but the condition is being checked at a frequency of 200kHz. I am not able to solve this issue kindly help I have multiple if conditions that is being checked to provide pulse and gate signals to switches I want that these conditions be checked every 1/2000th of a second. I tried for loop and tic toc methods but the condition is being checked at a frequency of 200kHz. I am not able to solve this issue kindly help loop condition, if statement, for loop MATLAB Answers — New Questions
Error in Battery.Pulsesequence/Createpulses
Hello everyone,
I am trying to implement the Battery Pulse sequence object for the dataset I have currently.
The example dataset consists of 26 pulses and my dataset has 11.
When I am trying to implement the Pulse sequence object to my dataset, I am ending up with the following error message:
"Index in position 1 exceeds array bounds. Index must not exceed 11.
Error in Battery.PulseSequence/createPulses
Error in Trial_script_test_data (line 30)
psObj.createPulses(‘CurrentOnThreshold’,3) %minimum current magnitude to identify pulse events"
How and where do I define the pulses as 11 in ‘createpulses’
psObj.createPulses(…
‘CurrentOnThreshold’,3,… %minimum current magnitude to identify pulse events
‘NumRCBranches’,2,… %how many RC pairs in the model
‘RCBranchesUse2TimeConstants’,false,… %do RC pairs have different time constant for discharge and rest?
‘PreBufferSamples’,2,… %how many samples to include before the current pulse starts
‘PostBufferSamples’,4); %how many samples to include after the next pulse starts
This is my version of the script.Hello everyone,
I am trying to implement the Battery Pulse sequence object for the dataset I have currently.
The example dataset consists of 26 pulses and my dataset has 11.
When I am trying to implement the Pulse sequence object to my dataset, I am ending up with the following error message:
"Index in position 1 exceeds array bounds. Index must not exceed 11.
Error in Battery.PulseSequence/createPulses
Error in Trial_script_test_data (line 30)
psObj.createPulses(‘CurrentOnThreshold’,3) %minimum current magnitude to identify pulse events"
How and where do I define the pulses as 11 in ‘createpulses’
psObj.createPulses(…
‘CurrentOnThreshold’,3,… %minimum current magnitude to identify pulse events
‘NumRCBranches’,2,… %how many RC pairs in the model
‘RCBranchesUse2TimeConstants’,false,… %do RC pairs have different time constant for discharge and rest?
‘PreBufferSamples’,2,… %how many samples to include before the current pulse starts
‘PostBufferSamples’,4); %how many samples to include after the next pulse starts
This is my version of the script. Hello everyone,
I am trying to implement the Battery Pulse sequence object for the dataset I have currently.
The example dataset consists of 26 pulses and my dataset has 11.
When I am trying to implement the Pulse sequence object to my dataset, I am ending up with the following error message:
"Index in position 1 exceeds array bounds. Index must not exceed 11.
Error in Battery.PulseSequence/createPulses
Error in Trial_script_test_data (line 30)
psObj.createPulses(‘CurrentOnThreshold’,3) %minimum current magnitude to identify pulse events"
How and where do I define the pulses as 11 in ‘createpulses’
psObj.createPulses(…
‘CurrentOnThreshold’,3,… %minimum current magnitude to identify pulse events
‘NumRCBranches’,2,… %how many RC pairs in the model
‘RCBranchesUse2TimeConstants’,false,… %do RC pairs have different time constant for discharge and rest?
‘PreBufferSamples’,2,… %how many samples to include before the current pulse starts
‘PostBufferSamples’,4); %how many samples to include after the next pulse starts
This is my version of the script. battery_system_management, ecm MATLAB Answers — New Questions
Excel not responding
When I click View > Page Layout to add the header and footer the excel start not responding and I close and restart the page few times already, can someone help
When I click View > Page Layout to add the header and footer the excel start not responding and I close and restart the page few times already, can someone help Read More
using backpropagation neural network for fuel consumption prediction
I want to use three datasets in the model development; the worked hours, the loads and the fuel consumed by the truck.I want to use the worked hours and loads as the inputs(Two Inputs) and the fuel consumed as the target(output data). my dataset is consist of 80 records and i want to divide it into two sub datasets:training and testing. 65% of the total data for training and the remaining 35% for testing so as to validate accuracy of the model.The number of neuron in the hidden layer should be set to 1 initially and the hyperbolic tangent sigmiod function should be used as the transfer function.The data should be run to be run to give an output with the calculated error between the target and the output(predicted). The error should then be back propagated through the network for adjustments.The process should be repeated by varing the neuron number till the error is minimal. The model should then be simulated to ascertain the validity by using the testing data.The optimim number of neuron that gives the best results should be selected based on the correlation coefficient and the mean absolute percentage error for the testing data.The architecture of the BPNN should be developed.Find the data to be used in is below
WORKED HOURS(Hrs) : 299.9 372.3 401.9 429.5 358.3 79.6 310.3 176.4 221.05 187.6 433.6 243 480.5 203.5 426.8 456.6 473.2 350.4 474 161.4 390.8 471.7 266.3 496.6 423.7 320.9 18.1 504.5 531.5 514.8 519.3 513.2 49 206.3 416.8 290.9 368.9 484.6 209 225.6 439.6 461.9 352.3 455.3 475.6 445.1 346.5 469.7 288.7 306.3 170.6 391.7 147.4 392 343.6 223.6 67.1 361.6 279.5 361.3 451.7 76.6 344.8 352.3 347.7 450.6 434.7 365.9 327.6 451.5 433 361.9 180.3 466.5 415.6 461.7 437.1 478.3 325.2 499.7
LOADS (BCM) 1129 972 703 1199 1438 1144 1092 1526 772 1018 1415 1026 424 931 489 1044 135 181 1488 1038 1112 1191 149 1607 830 944 595 744 1126 1386 922 1217 1471 1124 1490 1436 1095 1266 1245 1384 1183 1299 940 1215 1098 1125 929 1307 1253 1407 1471 836 994 1138 1576 1066 1138 1106 1170 1283 942 1420 663 1167 1118 1254 1214 1187 1387 1311 1108 1336 1082 1435 1326 1188 1527 1036 1172 1517
FUEL CONSUMED (l/bcm)
40,733.00 46,375.00 50,797.00 49,706.00 45,092.00 34,543.87 36,687.62 44,899.04 37,023.81 40,458.24 34,383.52 25,914.49 34,300.42 46,685.87 54,122.83 47,242.32 46,296.99 61,800.78 58,181.10 40,579.12 56,890.57 60,295.81 61,843.33 63,156.89 60,320.82 56,141.04 58,063.53 46,379.00 44,011.00 44,191.00 42,089.00 45,682.00 50,666.00 45,643.00 46,568.00 49,162.00 47,871.63 45,012.70 40,345.86 43,233.45 41,408.20 52,169.66 53,161.51 46,553.05 52,353.93 49,019.43 42,015.50 35,327.23 35,025.50 28,207.78 39,435.27 42,200.30 26,677.27 45,977.46 27,870.61 22,335.77 41,153.24 36,260.02 40,901.63 42,274.00 41,501.00 39,189.00 36,349.00 38,545.00 38,625.00 32,907.00 30,153.00 29,142.58 26,813.88 34,488.11 40,575.67 43,439.41 45,374.04 47,730.75 58,335.01 48,531.21 45,510.96 51,891.60 42,902.32 32,819.21I want to use three datasets in the model development; the worked hours, the loads and the fuel consumed by the truck.I want to use the worked hours and loads as the inputs(Two Inputs) and the fuel consumed as the target(output data). my dataset is consist of 80 records and i want to divide it into two sub datasets:training and testing. 65% of the total data for training and the remaining 35% for testing so as to validate accuracy of the model.The number of neuron in the hidden layer should be set to 1 initially and the hyperbolic tangent sigmiod function should be used as the transfer function.The data should be run to be run to give an output with the calculated error between the target and the output(predicted). The error should then be back propagated through the network for adjustments.The process should be repeated by varing the neuron number till the error is minimal. The model should then be simulated to ascertain the validity by using the testing data.The optimim number of neuron that gives the best results should be selected based on the correlation coefficient and the mean absolute percentage error for the testing data.The architecture of the BPNN should be developed.Find the data to be used in is below
WORKED HOURS(Hrs) : 299.9 372.3 401.9 429.5 358.3 79.6 310.3 176.4 221.05 187.6 433.6 243 480.5 203.5 426.8 456.6 473.2 350.4 474 161.4 390.8 471.7 266.3 496.6 423.7 320.9 18.1 504.5 531.5 514.8 519.3 513.2 49 206.3 416.8 290.9 368.9 484.6 209 225.6 439.6 461.9 352.3 455.3 475.6 445.1 346.5 469.7 288.7 306.3 170.6 391.7 147.4 392 343.6 223.6 67.1 361.6 279.5 361.3 451.7 76.6 344.8 352.3 347.7 450.6 434.7 365.9 327.6 451.5 433 361.9 180.3 466.5 415.6 461.7 437.1 478.3 325.2 499.7
LOADS (BCM) 1129 972 703 1199 1438 1144 1092 1526 772 1018 1415 1026 424 931 489 1044 135 181 1488 1038 1112 1191 149 1607 830 944 595 744 1126 1386 922 1217 1471 1124 1490 1436 1095 1266 1245 1384 1183 1299 940 1215 1098 1125 929 1307 1253 1407 1471 836 994 1138 1576 1066 1138 1106 1170 1283 942 1420 663 1167 1118 1254 1214 1187 1387 1311 1108 1336 1082 1435 1326 1188 1527 1036 1172 1517
FUEL CONSUMED (l/bcm)
40,733.00 46,375.00 50,797.00 49,706.00 45,092.00 34,543.87 36,687.62 44,899.04 37,023.81 40,458.24 34,383.52 25,914.49 34,300.42 46,685.87 54,122.83 47,242.32 46,296.99 61,800.78 58,181.10 40,579.12 56,890.57 60,295.81 61,843.33 63,156.89 60,320.82 56,141.04 58,063.53 46,379.00 44,011.00 44,191.00 42,089.00 45,682.00 50,666.00 45,643.00 46,568.00 49,162.00 47,871.63 45,012.70 40,345.86 43,233.45 41,408.20 52,169.66 53,161.51 46,553.05 52,353.93 49,019.43 42,015.50 35,327.23 35,025.50 28,207.78 39,435.27 42,200.30 26,677.27 45,977.46 27,870.61 22,335.77 41,153.24 36,260.02 40,901.63 42,274.00 41,501.00 39,189.00 36,349.00 38,545.00 38,625.00 32,907.00 30,153.00 29,142.58 26,813.88 34,488.11 40,575.67 43,439.41 45,374.04 47,730.75 58,335.01 48,531.21 45,510.96 51,891.60 42,902.32 32,819.21 I want to use three datasets in the model development; the worked hours, the loads and the fuel consumed by the truck.I want to use the worked hours and loads as the inputs(Two Inputs) and the fuel consumed as the target(output data). my dataset is consist of 80 records and i want to divide it into two sub datasets:training and testing. 65% of the total data for training and the remaining 35% for testing so as to validate accuracy of the model.The number of neuron in the hidden layer should be set to 1 initially and the hyperbolic tangent sigmiod function should be used as the transfer function.The data should be run to be run to give an output with the calculated error between the target and the output(predicted). The error should then be back propagated through the network for adjustments.The process should be repeated by varing the neuron number till the error is minimal. The model should then be simulated to ascertain the validity by using the testing data.The optimim number of neuron that gives the best results should be selected based on the correlation coefficient and the mean absolute percentage error for the testing data.The architecture of the BPNN should be developed.Find the data to be used in is below
WORKED HOURS(Hrs) : 299.9 372.3 401.9 429.5 358.3 79.6 310.3 176.4 221.05 187.6 433.6 243 480.5 203.5 426.8 456.6 473.2 350.4 474 161.4 390.8 471.7 266.3 496.6 423.7 320.9 18.1 504.5 531.5 514.8 519.3 513.2 49 206.3 416.8 290.9 368.9 484.6 209 225.6 439.6 461.9 352.3 455.3 475.6 445.1 346.5 469.7 288.7 306.3 170.6 391.7 147.4 392 343.6 223.6 67.1 361.6 279.5 361.3 451.7 76.6 344.8 352.3 347.7 450.6 434.7 365.9 327.6 451.5 433 361.9 180.3 466.5 415.6 461.7 437.1 478.3 325.2 499.7
LOADS (BCM) 1129 972 703 1199 1438 1144 1092 1526 772 1018 1415 1026 424 931 489 1044 135 181 1488 1038 1112 1191 149 1607 830 944 595 744 1126 1386 922 1217 1471 1124 1490 1436 1095 1266 1245 1384 1183 1299 940 1215 1098 1125 929 1307 1253 1407 1471 836 994 1138 1576 1066 1138 1106 1170 1283 942 1420 663 1167 1118 1254 1214 1187 1387 1311 1108 1336 1082 1435 1326 1188 1527 1036 1172 1517
FUEL CONSUMED (l/bcm)
40,733.00 46,375.00 50,797.00 49,706.00 45,092.00 34,543.87 36,687.62 44,899.04 37,023.81 40,458.24 34,383.52 25,914.49 34,300.42 46,685.87 54,122.83 47,242.32 46,296.99 61,800.78 58,181.10 40,579.12 56,890.57 60,295.81 61,843.33 63,156.89 60,320.82 56,141.04 58,063.53 46,379.00 44,011.00 44,191.00 42,089.00 45,682.00 50,666.00 45,643.00 46,568.00 49,162.00 47,871.63 45,012.70 40,345.86 43,233.45 41,408.20 52,169.66 53,161.51 46,553.05 52,353.93 49,019.43 42,015.50 35,327.23 35,025.50 28,207.78 39,435.27 42,200.30 26,677.27 45,977.46 27,870.61 22,335.77 41,153.24 36,260.02 40,901.63 42,274.00 41,501.00 39,189.00 36,349.00 38,545.00 38,625.00 32,907.00 30,153.00 29,142.58 26,813.88 34,488.11 40,575.67 43,439.41 45,374.04 47,730.75 58,335.01 48,531.21 45,510.96 51,891.60 42,902.32 32,819.21 modeling, machine learning, neural network, fuel vs loads time MATLAB Answers — New Questions
Global ylabel and colorbar in tiledlayout environment
Dear all
I am creating a figure in tiledlayout environment through a code of the form:
% First layer
u1=figure(‘visible’,’off’,’units’,’pixels’,’position’,[0 0 1920 1080]);
t=tiledlayout("vertical");
title(t,[‘Trilayer. First layer. LLG-Heun, $t=1.09$ ns. $T=0$ K, $mathbf{H}=left( 0.5 , , mathrm{T} right) mathbf{hat{z}}$’;”;”],’FontSize’,19,’interpreter’,’latex’);
nexttile;
uimagesc(space_x,space_y,lx_1);
axis xy;
clim([-1 1]);
colormap(bluewhitered(256));
box on;
xlim([0 200]);
xticks([0:50:200]);
ylim([0 50]);
yticks([0:10:50]);
pbaspect([max(space_x)/max(space_y) 1 1]);
xtickangle(0);
set(gca,’TickLabelInterpreter’,’latex’,’FontSize’,18);
t1=title([‘$l^{mathrm{intra}}_x$’],’FontSize’,20,’interpreter’,’latex’);
set(t1,’interpreter’,’latex’,’FontSize’,20);
set(gca,’XTickLabel’,[]);
yticks([0:50/4:50]);
nexttile;
uimagesc(space_x,space_y,ly_1);
clim([-1 1]);
colormap(bluewhitered(256));
axis xy;
box on;
clr2=colorbar;
set(clr2,’TickLabelInterpreter’,’latex’);
ylabel(‘$y$-{it th} spatial direction, $y , , left( mathrm{nm} right)$’,’FontSize’,18,’interpreter’,’latex’);
ylabel(clr2,’$i$-{it th} intralayer Ne”el vector component, $l^{mathrm{intra}}_i$’,’Interpreter’,’Latex’,’FontSize’,19);
xlim([0 200]);
xticks([0:50:200]);
ylim([0 50]);
yticks([0:10:50]);
pbaspect([max(space_x)/max(space_y) 1 1]);
xtickangle(0);
set(gca,’TickLabelInterpreter’,’latex’,’FontSize’,18);
t2=title([‘$l^{mathrm{intra}}_y$’],’FontSize’,20,’interpreter’,’latex’);
set(t2,’interpreter’,’latex’,’FontSize’,20);
set(gca,’XTickLabel’,[]);
yticks([0:50/4:50]);
nexttile;
uimagesc(space_x,space_y,lz_1);
box on;
axis xy;
clim([-1 1]);
colormap(bluewhitered(256));
xlabel(‘$x$-{it th} spatial direction, $x , , left( mathrm{nm} right)$’,’FontSize’,18,’interpreter’,’latex’);
xlim([0 200]);
xticks([0:50:200]);
ylim([0 50]);
yticks([0:10:50]);
pbaspect([max(space_x)/max(space_y) 1 1]);
xtickangle(0);
set(gca,’TickLabelInterpreter’,’latex’,’FontSize’,18);
t3=title([‘$l^{mathrm{intra}}_z$’],’FontSize’,20,’interpreter’,’latex’);
set(t3,’interpreter’,’latex’,’FontSize’,20);
yticks([0:50/4:50]);
set(gcf,’color’,’white’);
set(gca,’Units’,’normalized’);
set(u1,’Units’,’Inches’);
posu1=get(u1,’Position’);
set(u1,’PaperPositionMode’,’Auto’,’PaperUnits’,’Inches’,’PaperSize’,[posu1(3),posu1(4)]);
which gives rise to:
I would like to have the ylabel "y-th spatial direction…" centered in the second plot, but covering the three y-axis (as it is now, but with a higher separation from the yticklabels (0 12.5…) to the left. Moreover, I want the same for the colorbar, that it is, to be the global one for the three plots, with higher horizontal separation to the right, and with a longer aspect (from the bottom of the bottom plot to the top of the top plot).
Any ideas?Dear all
I am creating a figure in tiledlayout environment through a code of the form:
% First layer
u1=figure(‘visible’,’off’,’units’,’pixels’,’position’,[0 0 1920 1080]);
t=tiledlayout("vertical");
title(t,[‘Trilayer. First layer. LLG-Heun, $t=1.09$ ns. $T=0$ K, $mathbf{H}=left( 0.5 , , mathrm{T} right) mathbf{hat{z}}$’;”;”],’FontSize’,19,’interpreter’,’latex’);
nexttile;
uimagesc(space_x,space_y,lx_1);
axis xy;
clim([-1 1]);
colormap(bluewhitered(256));
box on;
xlim([0 200]);
xticks([0:50:200]);
ylim([0 50]);
yticks([0:10:50]);
pbaspect([max(space_x)/max(space_y) 1 1]);
xtickangle(0);
set(gca,’TickLabelInterpreter’,’latex’,’FontSize’,18);
t1=title([‘$l^{mathrm{intra}}_x$’],’FontSize’,20,’interpreter’,’latex’);
set(t1,’interpreter’,’latex’,’FontSize’,20);
set(gca,’XTickLabel’,[]);
yticks([0:50/4:50]);
nexttile;
uimagesc(space_x,space_y,ly_1);
clim([-1 1]);
colormap(bluewhitered(256));
axis xy;
box on;
clr2=colorbar;
set(clr2,’TickLabelInterpreter’,’latex’);
ylabel(‘$y$-{it th} spatial direction, $y , , left( mathrm{nm} right)$’,’FontSize’,18,’interpreter’,’latex’);
ylabel(clr2,’$i$-{it th} intralayer Ne”el vector component, $l^{mathrm{intra}}_i$’,’Interpreter’,’Latex’,’FontSize’,19);
xlim([0 200]);
xticks([0:50:200]);
ylim([0 50]);
yticks([0:10:50]);
pbaspect([max(space_x)/max(space_y) 1 1]);
xtickangle(0);
set(gca,’TickLabelInterpreter’,’latex’,’FontSize’,18);
t2=title([‘$l^{mathrm{intra}}_y$’],’FontSize’,20,’interpreter’,’latex’);
set(t2,’interpreter’,’latex’,’FontSize’,20);
set(gca,’XTickLabel’,[]);
yticks([0:50/4:50]);
nexttile;
uimagesc(space_x,space_y,lz_1);
box on;
axis xy;
clim([-1 1]);
colormap(bluewhitered(256));
xlabel(‘$x$-{it th} spatial direction, $x , , left( mathrm{nm} right)$’,’FontSize’,18,’interpreter’,’latex’);
xlim([0 200]);
xticks([0:50:200]);
ylim([0 50]);
yticks([0:10:50]);
pbaspect([max(space_x)/max(space_y) 1 1]);
xtickangle(0);
set(gca,’TickLabelInterpreter’,’latex’,’FontSize’,18);
t3=title([‘$l^{mathrm{intra}}_z$’],’FontSize’,20,’interpreter’,’latex’);
set(t3,’interpreter’,’latex’,’FontSize’,20);
yticks([0:50/4:50]);
set(gcf,’color’,’white’);
set(gca,’Units’,’normalized’);
set(u1,’Units’,’Inches’);
posu1=get(u1,’Position’);
set(u1,’PaperPositionMode’,’Auto’,’PaperUnits’,’Inches’,’PaperSize’,[posu1(3),posu1(4)]);
which gives rise to:
I would like to have the ylabel "y-th spatial direction…" centered in the second plot, but covering the three y-axis (as it is now, but with a higher separation from the yticklabels (0 12.5…) to the left. Moreover, I want the same for the colorbar, that it is, to be the global one for the three plots, with higher horizontal separation to the right, and with a longer aspect (from the bottom of the bottom plot to the top of the top plot).
Any ideas? Dear all
I am creating a figure in tiledlayout environment through a code of the form:
% First layer
u1=figure(‘visible’,’off’,’units’,’pixels’,’position’,[0 0 1920 1080]);
t=tiledlayout("vertical");
title(t,[‘Trilayer. First layer. LLG-Heun, $t=1.09$ ns. $T=0$ K, $mathbf{H}=left( 0.5 , , mathrm{T} right) mathbf{hat{z}}$’;”;”],’FontSize’,19,’interpreter’,’latex’);
nexttile;
uimagesc(space_x,space_y,lx_1);
axis xy;
clim([-1 1]);
colormap(bluewhitered(256));
box on;
xlim([0 200]);
xticks([0:50:200]);
ylim([0 50]);
yticks([0:10:50]);
pbaspect([max(space_x)/max(space_y) 1 1]);
xtickangle(0);
set(gca,’TickLabelInterpreter’,’latex’,’FontSize’,18);
t1=title([‘$l^{mathrm{intra}}_x$’],’FontSize’,20,’interpreter’,’latex’);
set(t1,’interpreter’,’latex’,’FontSize’,20);
set(gca,’XTickLabel’,[]);
yticks([0:50/4:50]);
nexttile;
uimagesc(space_x,space_y,ly_1);
clim([-1 1]);
colormap(bluewhitered(256));
axis xy;
box on;
clr2=colorbar;
set(clr2,’TickLabelInterpreter’,’latex’);
ylabel(‘$y$-{it th} spatial direction, $y , , left( mathrm{nm} right)$’,’FontSize’,18,’interpreter’,’latex’);
ylabel(clr2,’$i$-{it th} intralayer Ne”el vector component, $l^{mathrm{intra}}_i$’,’Interpreter’,’Latex’,’FontSize’,19);
xlim([0 200]);
xticks([0:50:200]);
ylim([0 50]);
yticks([0:10:50]);
pbaspect([max(space_x)/max(space_y) 1 1]);
xtickangle(0);
set(gca,’TickLabelInterpreter’,’latex’,’FontSize’,18);
t2=title([‘$l^{mathrm{intra}}_y$’],’FontSize’,20,’interpreter’,’latex’);
set(t2,’interpreter’,’latex’,’FontSize’,20);
set(gca,’XTickLabel’,[]);
yticks([0:50/4:50]);
nexttile;
uimagesc(space_x,space_y,lz_1);
box on;
axis xy;
clim([-1 1]);
colormap(bluewhitered(256));
xlabel(‘$x$-{it th} spatial direction, $x , , left( mathrm{nm} right)$’,’FontSize’,18,’interpreter’,’latex’);
xlim([0 200]);
xticks([0:50:200]);
ylim([0 50]);
yticks([0:10:50]);
pbaspect([max(space_x)/max(space_y) 1 1]);
xtickangle(0);
set(gca,’TickLabelInterpreter’,’latex’,’FontSize’,18);
t3=title([‘$l^{mathrm{intra}}_z$’],’FontSize’,20,’interpreter’,’latex’);
set(t3,’interpreter’,’latex’,’FontSize’,20);
yticks([0:50/4:50]);
set(gcf,’color’,’white’);
set(gca,’Units’,’normalized’);
set(u1,’Units’,’Inches’);
posu1=get(u1,’Position’);
set(u1,’PaperPositionMode’,’Auto’,’PaperUnits’,’Inches’,’PaperSize’,[posu1(3),posu1(4)]);
which gives rise to:
I would like to have the ylabel "y-th spatial direction…" centered in the second plot, but covering the three y-axis (as it is now, but with a higher separation from the yticklabels (0 12.5…) to the left. Moreover, I want the same for the colorbar, that it is, to be the global one for the three plots, with higher horizontal separation to the right, and with a longer aspect (from the bottom of the bottom plot to the top of the top plot).
Any ideas? tiledlayout MATLAB Answers — New Questions
How to Use Kiosk Mode in Windows 11 to Limit App Access to Files and Directories
I have been experimenting with enabling kiosk mode on a Windows 11 Pro system using a local account with administrator privileges. The process of transitioning the computer to kiosk mode was done by navigating through Settings, Family, and Kiosk settings, which resulted in the creation of a new user account named “Kiosk” with the necessary application access. Everything appeared to be functioning properly at that point.
Although I followed a tutorial found on YouTube, a significant issue has arisen. The application within kiosk mode utilizes the “Open File” feature to access files, such as photos, saved on the computer. Since the user has been granted administrator permissions as part of the kiosk setup, there is a concern that users may browse through the entire file system and potentially make changes to files and folders via the File Open dialog. Is there a way to restrict the kiosk user account from having admin rights or limit the application’s access to a specific folder only? I want to ensure that users are unable to alter files outside of a designated area. How can this limitation be implemented in a straightforward manner?
I have been experimenting with enabling kiosk mode on a Windows 11 Pro system using a local account with administrator privileges. The process of transitioning the computer to kiosk mode was done by navigating through Settings, Family, and Kiosk settings, which resulted in the creation of a new user account named “Kiosk” with the necessary application access. Everything appeared to be functioning properly at that point. Although I followed a tutorial found on YouTube, a significant issue has arisen. The application within kiosk mode utilizes the “Open File” feature to access files, such as photos, saved on the computer. Since the user has been granted administrator permissions as part of the kiosk setup, there is a concern that users may browse through the entire file system and potentially make changes to files and folders via the File Open dialog. Is there a way to restrict the kiosk user account from having admin rights or limit the application’s access to a specific folder only? I want to ensure that users are unable to alter files outside of a designated area. How can this limitation be implemented in a straightforward manner? Read More
Windows Explorer Fails to Load Correctly After (Re)Starting the Computer
I have a desktop setup primarily used for Blue Iris and IP cameras. While it operates efficiently overall, it encounters persistent startup issues that are challenging to diagnose.
Upon booting Windows 11, the system frequently encounters a failure to load Windows Explorer. Typically, the taskbar remains inaccessible, leaving just a blank space at the bottom of the screen. However, desktop icons appear correctly. Resolving this issue involves pressing ctrl+shift+esc to force close explorer.exe and then restarting it.
Alternatively, when the taskbar does load, the initial start menu functions intermittently, displaying the pinned apps menu but failing to execute further commands. Attempting to search for and open an app results in an endless search that never completes. Sometimes, after a delay of 15-20 minutes, the system finally functions smoothly without glitches.
After the system successfully boots up, operations run smoothly without any hindrances. I have a setup with 16 cameras continuously recording without any performance issues. Despite attempting to reformat my system multiple times, the problematic startup behavior persists. Monitoring through the task manager shows CPU utilization around 20% and memory usage at 45%.
For a detailed list of my system specifications, please refer to my profile. Thank you.
I have a desktop setup primarily used for Blue Iris and IP cameras. While it operates efficiently overall, it encounters persistent startup issues that are challenging to diagnose. Upon booting Windows 11, the system frequently encounters a failure to load Windows Explorer. Typically, the taskbar remains inaccessible, leaving just a blank space at the bottom of the screen. However, desktop icons appear correctly. Resolving this issue involves pressing ctrl+shift+esc to force close explorer.exe and then restarting it. Alternatively, when the taskbar does load, the initial start menu functions intermittently, displaying the pinned apps menu but failing to execute further commands. Attempting to search for and open an app results in an endless search that never completes. Sometimes, after a delay of 15-20 minutes, the system finally functions smoothly without glitches. After the system successfully boots up, operations run smoothly without any hindrances. I have a setup with 16 cameras continuously recording without any performance issues. Despite attempting to reformat my system multiple times, the problematic startup behavior persists. Monitoring through the task manager shows CPU utilization around 20% and memory usage at 45%. For a detailed list of my system specifications, please refer to my profile. Thank you. Read More
Copying speed plummets by a staggering 90% – Unexpected Change Detected
Initially, both of my office desktop computers were performing well. They were reliable machines for my tasks.
However, today, I encountered an issue with System 2. It experienced a significant decrease in copying speed when transferring data from the internal NVMe to an external SSD. Normally, both System 1 and System 2 were able to copy large files at a speed of 350+ MB/s from internal storage to an external device. But today, System 2 started copying at a disappointing rate of only 35+ MB/s.
I vaguely remember complaining about a similar issue in the past where System 2’s copying speed dropped suddenly after initially performing well. However, the problem seemed to resolve itself back then. Yet, today, the slow copying speed persisted throughout a ten-minute process of copying a 17 GB file.
I tried troubleshooting by checking the external connections, swapping SSD disks, and testing different USB3 ports on System 2. Interestingly, when I tested System 1’s performance in copying the same file to an external device, it maintained the high speed of 350+ MB/s. But when I attempted to copy the same file from System 1 to System 2 and then to an external device, the speed dropped to 35+ MB/s again.
Furthermore, transferring a slow-copying file from System 2 to System 1 resulted in no speed issues. It was only when copying from System 2 to an external device that the slow speed persisted. System 2’s overall performance seems comparable to that of System 1, except for this sudden copying problem.
Despite the setback, I am optimistic that with the support of my friends, I will be able to tackle this issue. The lightning-fast speeds observed when transferring files over Wi-Fi and between internal drives suggest that the problem may lie with the USB3 ports on System 2.
Initially, both of my office desktop computers were performing well. They were reliable machines for my tasks. However, today, I encountered an issue with System 2. It experienced a significant decrease in copying speed when transferring data from the internal NVMe to an external SSD. Normally, both System 1 and System 2 were able to copy large files at a speed of 350+ MB/s from internal storage to an external device. But today, System 2 started copying at a disappointing rate of only 35+ MB/s. I vaguely remember complaining about a similar issue in the past where System 2’s copying speed dropped suddenly after initially performing well. However, the problem seemed to resolve itself back then. Yet, today, the slow copying speed persisted throughout a ten-minute process of copying a 17 GB file. I tried troubleshooting by checking the external connections, swapping SSD disks, and testing different USB3 ports on System 2. Interestingly, when I tested System 1’s performance in copying the same file to an external device, it maintained the high speed of 350+ MB/s. But when I attempted to copy the same file from System 1 to System 2 and then to an external device, the speed dropped to 35+ MB/s again. Furthermore, transferring a slow-copying file from System 2 to System 1 resulted in no speed issues. It was only when copying from System 2 to an external device that the slow speed persisted. System 2’s overall performance seems comparable to that of System 1, except for this sudden copying problem. Despite the setback, I am optimistic that with the support of my friends, I will be able to tackle this issue. The lightning-fast speeds observed when transferring files over Wi-Fi and between internal drives suggest that the problem may lie with the USB3 ports on System 2. Read More
File Explorer in Windows 11
Hello everyone,
I have successfully recovered deleted and formatted files from multiple small disks onto a single large disk. I am now looking to organize and categorize them into different sub-directories so that I can access these files with various programs.
Issue: The File Explorer is constantly searching, indexing, and attempting to open these files, creating a challenge due to the immense volume of over 8TB.
Resolution: I am seeking guidance on how to prevent File Explorer from constantly engaging with these files. Any suggestions or advice would be greatly appreciated.
Hello everyone, I have successfully recovered deleted and formatted files from multiple small disks onto a single large disk. I am now looking to organize and categorize them into different sub-directories so that I can access these files with various programs. Issue: The File Explorer is constantly searching, indexing, and attempting to open these files, creating a challenge due to the immense volume of over 8TB. Resolution: I am seeking guidance on how to prevent File Explorer from constantly engaging with these files. Any suggestions or advice would be greatly appreciated. Read More
Boot Error: Black Screen Instead of Graphics Menu
I prefer a graphics boot menu on my new laptop that includes only the essential host PC and Macrium Reflect boot entries. Unfortunately, my new laptop does not display these options, showing only a blank black screen instead.
I do not care for the old text style menu as it only appears in low resolution.
After some troubleshooting, I discovered a partial solution. By enabling hibernation, the graphics boot menu displays properly when starting from a shutdown (not from a hibernated state).
Although I haven’t used hibernation much in the past, I was pleasantly surprised to find that my new laptop starts up from a hibernated state in around 5 seconds. Sleep mode, on the other hand, is nearly instantaneous (<1 second) but uses minimal power.
It seems there may be a BIOS bug at play here, particularly since this issue only arose after updating to the latest BIOS version!
For now, I am not using Insider versions as a native boot option on my new laptop, reserving that functionality for my older device.
I prefer a graphics boot menu on my new laptop that includes only the essential host PC and Macrium Reflect boot entries. Unfortunately, my new laptop does not display these options, showing only a blank black screen instead. I do not care for the old text style menu as it only appears in low resolution. After some troubleshooting, I discovered a partial solution. By enabling hibernation, the graphics boot menu displays properly when starting from a shutdown (not from a hibernated state). Although I haven’t used hibernation much in the past, I was pleasantly surprised to find that my new laptop starts up from a hibernated state in around 5 seconds. Sleep mode, on the other hand, is nearly instantaneous (<1 second) but uses minimal power. It seems there may be a BIOS bug at play here, particularly since this issue only arose after updating to the latest BIOS version! For now, I am not using Insider versions as a native boot option on my new laptop, reserving that functionality for my older device. Read More
Windows 11 Frequent Freezing Issues
Greetings to all! As a software developer, I’ve come across a persisting issue with hangs on my system recently. While occasional crashes are somewhat expected in Windows 11, lasting only about a second or so, my system has been freezing up during daily tasks, particularly when working on projects in Visual Studio. Curiously, the audio continues playing smoothly even after the system becomes unresponsive.
Oddly enough, my high-end PC doesn’t encounter these freezes when running graphics-intensive games like GTA5 or Valorant on ultra settings, only during regular use. Despite checking the event viewer, the cause of these hangs remains elusive, ruling out malware, hardware issues, or system overload as potential culprits.
One workaround I’ve employed in the past for a taskbar-related glitch was using ExplorerPatcher. Nevertheless, the recurring system freezes persist, forcing me to resort to a hard reset as the only solution to regain control.
Greetings to all! As a software developer, I’ve come across a persisting issue with hangs on my system recently. While occasional crashes are somewhat expected in Windows 11, lasting only about a second or so, my system has been freezing up during daily tasks, particularly when working on projects in Visual Studio. Curiously, the audio continues playing smoothly even after the system becomes unresponsive. Oddly enough, my high-end PC doesn’t encounter these freezes when running graphics-intensive games like GTA5 or Valorant on ultra settings, only during regular use. Despite checking the event viewer, the cause of these hangs remains elusive, ruling out malware, hardware issues, or system overload as potential culprits. One workaround I’ve employed in the past for a taskbar-related glitch was using ExplorerPatcher. Nevertheless, the recurring system freezes persist, forcing me to resort to a hard reset as the only solution to regain control. Read More
Disable autofill feature on the webmail login page
I am currently experiencing an issue with my local internet service provider’s web-based email account. Previously, when logging in, the email address field would autofill upon clicking. However, this feature has stopped working recently, requiring me to manually type in my email address every time. This issue persists across both Edge and Chrome browsers, despite no apparent changes to my settings.
One suggestion was that my Bitdefender antivirus software may have altered something, though I am unsure. I plan to reach out to Bitdefender for clarification.
Any insights or solutions to this problem would be greatly appreciated.
Thank you,
D.
I am currently experiencing an issue with my local internet service provider’s web-based email account. Previously, when logging in, the email address field would autofill upon clicking. However, this feature has stopped working recently, requiring me to manually type in my email address every time. This issue persists across both Edge and Chrome browsers, despite no apparent changes to my settings. One suggestion was that my Bitdefender antivirus software may have altered something, though I am unsure. I plan to reach out to Bitdefender for clarification. Any insights or solutions to this problem would be greatly appreciated. Thank you, D. Read More
Windows 11 – Repairable Component Store
It is highly probable that the solution is available in this forum. Despite conducting thorough searches, I am still seeking assistance in understanding how to address the issue of receiving the “The component store is repairable.” message following the execution of DISM /Online /Cleanup-Image /RestoreHealth.
I have reviewed various posts and potential solutions both in this forum and on the Microsoft Community platform. While I grasp the core concept, I am struggling to piece together the necessary steps to resolve the issue. I require straightforward instructions.
My laptop, which is three months old, features an Intel CPU (13900HX), Nvidia 3040-4060 GPU, WD Black SSD, and runs on Windows 11 23H2.
Any guidance provided would be greatly appreciated.
It is highly probable that the solution is available in this forum. Despite conducting thorough searches, I am still seeking assistance in understanding how to address the issue of receiving the “The component store is repairable.” message following the execution of DISM /Online /Cleanup-Image /RestoreHealth. I have reviewed various posts and potential solutions both in this forum and on the Microsoft Community platform. While I grasp the core concept, I am struggling to piece together the necessary steps to resolve the issue. I require straightforward instructions. My laptop, which is three months old, features an Intel CPU (13900HX), Nvidia 3040-4060 GPU, WD Black SSD, and runs on Windows 11 23H2. Any guidance provided would be greatly appreciated. Read More