Month: July 2024
What Are the Benefits and Considerations for Switching to a Local Account
I recently inherited a laptop and started using it, only to discover that it’s currently set up with a Microsoft account instead of a local account. I’d like to switch to a local account, but I’m concerned about what features or data might become inaccessible as a result.
Specifically, one of the laptop’s internal drives has BitLocker encryption enabled. If I switch to a local account, will I still be able to access the encrypted drive, or will it become inaccessible? Any insight or guidance would be greatly appreciated!
I recently inherited a laptop and started using it, only to discover that it’s currently set up with a Microsoft account instead of a local account. I’d like to switch to a local account, but I’m concerned about what features or data might become inaccessible as a result. Specifically, one of the laptop’s internal drives has BitLocker encryption enabled. If I switch to a local account, will I still be able to access the encrypted drive, or will it become inaccessible? Any insight or guidance would be greatly appreciated! Read More
tracking user activity to data/shares
Hello,
Sorry in advance if this isn’t the right place to post this.
I have a group of people that I need to figure out what data/shares they are accessing the most.
Is there a way to see this in AD or by using some sort of PowerShell command?
Thank you,
J
Hello,Sorry in advance if this isn’t the right place to post this.I have a group of people that I need to figure out what data/shares they are accessing the most. Is there a way to see this in AD or by using some sort of PowerShell command? Thank you,J Read More
Automatically updating SharePoint list project completion
Hi All,
I’m fairly new to SharePoint, and my organization is looking to use the system to track multiple projects at a high level.
I’ve created a list that has a ‘% Completion’ column. I want this column to be automatically updated based on an uploaded connection list to Planner. i.e., if I mark two tasks as complete, I want the other list to update to reflect this.
Is there any way to do this? Or, is there a way to use a lookup column and pull the average % completion, rather than a selection of the % complete of each task?
TYIA
Hi All, I’m fairly new to SharePoint, and my organization is looking to use the system to track multiple projects at a high level.I’ve created a list that has a ‘% Completion’ column. I want this column to be automatically updated based on an uploaded connection list to Planner. i.e., if I mark two tasks as complete, I want the other list to update to reflect this. Is there any way to do this? Or, is there a way to use a lookup column and pull the average % completion, rather than a selection of the % complete of each task? TYIA Read More
Finding Duplicates in Excel
I have a column of over 5000 serial numbers and I would like to find duplicates. Is there an easy way to do this?
I have a column of over 5000 serial numbers and I would like to find duplicates. Is there an easy way to do this? Read More
How to pass an object of handle class to the function constructing the app in App Designer?
In my App Designer, the default function that constructs the app takes varargin as input. The function creates UIFigure and Components, registers the app with AppDesigner, and executes the startup function. Say this is represented by "B" (a matlab function with same name as mlapp file created by AppDesigner automatically and cannot be edited because greyed out).
The object of handle class essentially creates the object, creates the structs to store data, and initializes the structs with default/initial data. Say this is represented by "A" (an object of handle class).
I am getting an error when doing:
var_name = B(A);
Error Code:
"Cannot pass an object of handle class ‘A’ to MATLAB function ‘B’"In my App Designer, the default function that constructs the app takes varargin as input. The function creates UIFigure and Components, registers the app with AppDesigner, and executes the startup function. Say this is represented by "B" (a matlab function with same name as mlapp file created by AppDesigner automatically and cannot be edited because greyed out).
The object of handle class essentially creates the object, creates the structs to store data, and initializes the structs with default/initial data. Say this is represented by "A" (an object of handle class).
I am getting an error when doing:
var_name = B(A);
Error Code:
"Cannot pass an object of handle class ‘A’ to MATLAB function ‘B’" In my App Designer, the default function that constructs the app takes varargin as input. The function creates UIFigure and Components, registers the app with AppDesigner, and executes the startup function. Say this is represented by "B" (a matlab function with same name as mlapp file created by AppDesigner automatically and cannot be edited because greyed out).
The object of handle class essentially creates the object, creates the structs to store data, and initializes the structs with default/initial data. Say this is represented by "A" (an object of handle class).
I am getting an error when doing:
var_name = B(A);
Error Code:
"Cannot pass an object of handle class ‘A’ to MATLAB function ‘B’" appdesigner, matlab, matlab gui, simulink, matlab compiler, simulation MATLAB Answers — New Questions
How can I get MATLAB to detect my GigE vision camera?
I am trying to operate a GigE vision camera manufactured by IDS through MATLAB. I installed Image Aquisition Toolbox and the support package for GigE but the gigecamlist function won’t return me anything. I followed the configuration guide on https://www.mathworks.com/help/imaq/configure-gigabit-ethernet-network-adapter-on-windows.html, but it didn’t solve the issue. I tried turing off firewall and that didn’t solve either. The camera itself does work and can be operated with the software from IDS. What could be the issue?I am trying to operate a GigE vision camera manufactured by IDS through MATLAB. I installed Image Aquisition Toolbox and the support package for GigE but the gigecamlist function won’t return me anything. I followed the configuration guide on https://www.mathworks.com/help/imaq/configure-gigabit-ethernet-network-adapter-on-windows.html, but it didn’t solve the issue. I tried turing off firewall and that didn’t solve either. The camera itself does work and can be operated with the software from IDS. What could be the issue? I am trying to operate a GigE vision camera manufactured by IDS through MATLAB. I installed Image Aquisition Toolbox and the support package for GigE but the gigecamlist function won’t return me anything. I followed the configuration guide on https://www.mathworks.com/help/imaq/configure-gigabit-ethernet-network-adapter-on-windows.html, but it didn’t solve the issue. I tried turing off firewall and that didn’t solve either. The camera itself does work and can be operated with the software from IDS. What could be the issue? image acquisition, computer vision MATLAB Answers — New Questions
New-VMSwitch SET teaming BSOD
hi to all
i have installed the server 2025 evaluation to try hyper-v and failover cluster features.
I used 2 hpe proliant bl460c gen9 with shared storage (yes i know, is not supported. but this is a lab to test if the product is capable of replacing VMware)
one good news is that server 2025 accepts drivers designed for server 2019 and server 2016.
the failover cluster runs without problems and do what is expected.
the hyper-v… well… is another history…
when i try to configure in PS a vswitch with 2 nic in teaming a BSOD is displayed… both nic’s are in dhcp. If i configure one nic with static ip address, the command stops at 80%.
the command i used:
New-VMSwitch -Name “SET” -NetAdapterName “Ethernet 3″,”Ethernet 4”
this behaviour occurs in both servers.
hi to alli have installed the server 2025 evaluation to try hyper-v and failover cluster features.I used 2 hpe proliant bl460c gen9 with shared storage (yes i know, is not supported. but this is a lab to test if the product is capable of replacing VMware)one good news is that server 2025 accepts drivers designed for server 2019 and server 2016.the failover cluster runs without problems and do what is expected.the hyper-v… well… is another history…when i try to configure in PS a vswitch with 2 nic in teaming a BSOD is displayed… both nic’s are in dhcp. If i configure one nic with static ip address, the command stops at 80%.the command i used:New-VMSwitch -Name “SET” -NetAdapterName “Ethernet 3”,”Ethernet 4″this behaviour occurs in both servers. Read More
Why do my recurring tasks keep deleting?
Even if I check off the tasks each weekday (I have them recurring on weekdays), they disappear from ‘My Day’, they still disappear and have to all be manually re-added from ‘Tasks’. I tried setting the due date for a period in the future but that didn’t work either.
How do I resolve this? I just want a simple way to have tasks reoccur every weekday under ‘My Day’ without having to reset it every time.
P.S. I am using this service through the to-do website and not through the calendar.
Thanks.
Even if I check off the tasks each weekday (I have them recurring on weekdays), they disappear from ‘My Day’, they still disappear and have to all be manually re-added from ‘Tasks’. I tried setting the due date for a period in the future but that didn’t work either. How do I resolve this? I just want a simple way to have tasks reoccur every weekday under ‘My Day’ without having to reset it every time. P.S. I am using this service through the to-do website and not through the calendar. Thanks. Read More
Calculation error
Hello,
I have a matrix of numeric values 13 by 7 cells.
If I summarize the horizontal figures (13 columns in total) it gives me a total.
If I do the same (different purpose) for the vertical (7 rows in total) it also gives me a total.
No formatting. except 2 digits behind comma.
I thought the total of the 13 columns would be the same as the total of the 7 rows.
I learned that Excel calculates through 15 digits behind the comma.
But I find that the total of the 7 rows it calculates to 14 digits behind the comma, the 15th digit is forgotten(?). The total of the 13 columns also loses its 15th digit behind the comma.
That would make is even, but no horizontal total of columns is NOT EQUAL TO vertical total of rows.
Please explain or help to get it accurate.
On request, I can supply the matrix to describe my calculation error further.
Kind regards Eddy
Hello,I have a matrix of numeric values 13 by 7 cells.If I summarize the horizontal figures (13 columns in total) it gives me a total.If I do the same (different purpose) for the vertical (7 rows in total) it also gives me a total.No formatting. except 2 digits behind comma.I thought the total of the 13 columns would be the same as the total of the 7 rows.I learned that Excel calculates through 15 digits behind the comma.But I find that the total of the 7 rows it calculates to 14 digits behind the comma, the 15th digit is forgotten(?). The total of the 13 columns also loses its 15th digit behind the comma.That would make is even, but no horizontal total of columns is NOT EQUAL TO vertical total of rows.Please explain or help to get it accurate. On request, I can supply the matrix to describe my calculation error further. Kind regards Eddy Read More
Microsoft Access lags/freezes when opening multiple sessions
Hello,
My client is having an issue with Microsoft Access freezing/not responding for 1-2 minutes when opening a second session. He has an Intel(R) Xeon(R) E-2712 Processor. There are weaker PCs with less memory and processing power in his company that runs both instances without holdups/freezes. We’ve run Office repairs, ran updates, cleaned his computer, etc. Microsoft tech support suggested posting here. Any and all suggestions are appreciated! – Thanks.
Hello, My client is having an issue with Microsoft Access freezing/not responding for 1-2 minutes when opening a second session. He has an Intel(R) Xeon(R) E-2712 Processor. There are weaker PCs with less memory and processing power in his company that runs both instances without holdups/freezes. We’ve run Office repairs, ran updates, cleaned his computer, etc. Microsoft tech support suggested posting here. Any and all suggestions are appreciated! – Thanks. Read More
Task and ToDo
It appears changes are coming to TASK and TODO. The drastic changes that are coming down for These options in Outloook will not make some very happy.
For our clients who extensively use and manage their work through this, It seems an update made a change, and some cannot handle change, especially when the changes are drastic and without warning.
Here is what is happening. This is an example: the User has a much more complex setup in Task:
In the Task, Categories are listed in color codes. These can be set up to signify if something was completed. Some Users have set these up extensively to signify certain parts of that task was completed or is needing to be done.
For example, if the “Blue Category” were completed, to show this, a clear “Blue Category” would be clicked.
However, it still shows the Blue Category there….until
You exit out of the window and open it back up, and then it shows it cleared.
Is there a reason why this started? It seems that if someone has a slightly older version of Outlook, it works. The User can clear that category, and it immediately disappears without having to exit out of the open task.
The other issue results if a new category is selected and added only when the window is closed and opened back up. It was shown that there is a column for the category that updates quickly, but they are not wanting it like that due to the way they search and orginize their task for all their clients they work with for these task.
It appears changes are coming to TASK and TODO. The drastic changes that are coming down for These options in Outloook will not make some very happy. For our clients who extensively use and manage their work through this, It seems an update made a change, and some cannot handle change, especially when the changes are drastic and without warning. Here is what is happening. This is an example: the User has a much more complex setup in Task: In the Task, Categories are listed in color codes. These can be set up to signify if something was completed. Some Users have set these up extensively to signify certain parts of that task was completed or is needing to be done. For example, if the “Blue Category” were completed, to show this, a clear “Blue Category” would be clicked. However, it still shows the Blue Category there….until You exit out of the window and open it back up, and then it shows it cleared. Is there a reason why this started? It seems that if someone has a slightly older version of Outlook, it works. The User can clear that category, and it immediately disappears without having to exit out of the open task. The other issue results if a new category is selected and added only when the window is closed and opened back up. It was shown that there is a column for the category that updates quickly, but they are not wanting it like that due to the way they search and orginize their task for all their clients they work with for these task. Read More
Problems launching browser as admin
When I run PowerShell 7.4.3 as admin, there are issues when a browser should be launched but doesn’t behave appropriately. For example:
When I get help and select a related link for online information, the familiar Windows popup asks which app to use. I select Edge and click to use Always. The next time I click a link, I’m asked again to select the app. I’ve tried with Edge and Chrome, and neither stick.When I run Connect-MSGraph -Scopes “User.Read.All”, “Group.ReadWrite.All” which requires web authentication, a browser never launches. The terminal hangs, and I have to Ctrl-C out of it. Other similar commands that require web authentication fail the same way, i.e., no browser is launched.When I run Connect-MSGraph -Scopes “User.Read.All”, “Group.ReadWrite.All” -UseDeviceAuthentication I get a link to open a page for the code, similar to #1 above. I get the same Windows popup, select Edge, and continue. There are other steps, but the connection is made, and the command succeeds. The next time I use the command, I’m asked again to select the app, etc.
I’ve tried this with the same results in multiple Windows PowerShell terminals and the VS Code PowerShell Extension integrated console. All have problems with PowerShell 7, but not PowerShell 5 (did not use MSGraph here). I don’t have the same problems as a standard user. I’m running in a MS 365 GCC environment, but I couldn’t find any known GCC issues.
I’d very much appreciate some pointers on this. I’m a long-time hacker but still relatively new to Powershell.
When I run PowerShell 7.4.3 as admin, there are issues when a browser should be launched but doesn’t behave appropriately. For example: When I get help and select a related link for online information, the familiar Windows popup asks which app to use. I select Edge and click to use Always. The next time I click a link, I’m asked again to select the app. I’ve tried with Edge and Chrome, and neither stick.When I run Connect-MSGraph -Scopes “User.Read.All”, “Group.ReadWrite.All” which requires web authentication, a browser never launches. The terminal hangs, and I have to Ctrl-C out of it. Other similar commands that require web authentication fail the same way, i.e., no browser is launched.When I run Connect-MSGraph -Scopes “User.Read.All”, “Group.ReadWrite.All” -UseDeviceAuthentication I get a link to open a page for the code, similar to #1 above. I get the same Windows popup, select Edge, and continue. There are other steps, but the connection is made, and the command succeeds. The next time I use the command, I’m asked again to select the app, etc.I’ve tried this with the same results in multiple Windows PowerShell terminals and the VS Code PowerShell Extension integrated console. All have problems with PowerShell 7, but not PowerShell 5 (did not use MSGraph here). I don’t have the same problems as a standard user. I’m running in a MS 365 GCC environment, but I couldn’t find any known GCC issues. I’d very much appreciate some pointers on this. I’m a long-time hacker but still relatively new to Powershell. Read More
NI9401 Pulse Generation and Digital Output same time
Hey all,
I want to drive a stepper controller (TRINAMICS) using the NI 9401. I know that NI 9401 is capable of generating pulse which can be used for the "CLK" resp. "STEP" signal for the stepper controller. Beside the CLK signal I also have to provide digital signals for "DIR" (direction) and "EN" (enable). Is it possible to generate pulsed signal and "constant" digital output signals same time using the NI 9401 ?
My recent approach is attached below, which is not working.
Thank you !
close all;
clear;
clc;
devID_NI9401="cDAQ1Mod1";
daqObj=daq(‘ni’);
chCLK=addoutput(daqObj,devID_NI9401,"ctr0","PulseGeneration");
chCLK.Frequency = 1000;
chCLK.DutyCycle = 0.5;
chDO=addoutput(daqObj,devID_NI9401,"port0/line2","Digital");
write(daqObj,ones(500,1));
start(daqObj,"continuous")Hey all,
I want to drive a stepper controller (TRINAMICS) using the NI 9401. I know that NI 9401 is capable of generating pulse which can be used for the "CLK" resp. "STEP" signal for the stepper controller. Beside the CLK signal I also have to provide digital signals for "DIR" (direction) and "EN" (enable). Is it possible to generate pulsed signal and "constant" digital output signals same time using the NI 9401 ?
My recent approach is attached below, which is not working.
Thank you !
close all;
clear;
clc;
devID_NI9401="cDAQ1Mod1";
daqObj=daq(‘ni’);
chCLK=addoutput(daqObj,devID_NI9401,"ctr0","PulseGeneration");
chCLK.Frequency = 1000;
chCLK.DutyCycle = 0.5;
chDO=addoutput(daqObj,devID_NI9401,"port0/line2","Digital");
write(daqObj,ones(500,1));
start(daqObj,"continuous") Hey all,
I want to drive a stepper controller (TRINAMICS) using the NI 9401. I know that NI 9401 is capable of generating pulse which can be used for the "CLK" resp. "STEP" signal for the stepper controller. Beside the CLK signal I also have to provide digital signals for "DIR" (direction) and "EN" (enable). Is it possible to generate pulsed signal and "constant" digital output signals same time using the NI 9401 ?
My recent approach is attached below, which is not working.
Thank you !
close all;
clear;
clc;
devID_NI9401="cDAQ1Mod1";
daqObj=daq(‘ni’);
chCLK=addoutput(daqObj,devID_NI9401,"ctr0","PulseGeneration");
chCLK.Frequency = 1000;
chCLK.DutyCycle = 0.5;
chDO=addoutput(daqObj,devID_NI9401,"port0/line2","Digital");
write(daqObj,ones(500,1));
start(daqObj,"continuous") daq, matlab MATLAB Answers — New Questions
Error when using resample and smooth surfaces in CAT12
I am trying to use CAT12 to make do surface based morphometry. I am trying to load my cortical thickness maps in the resample and smooth function, but when doing that I get this error when trying to load the files clicking on ‘specify’:
Index exceeds the number of array elements. Index must not exceed 0.
Error in cat_surf_info (line 241)
sinfo(i).side = ff2(hemi_ind(1):hemi_ind(1)+1);
Error in cat_conf_stools>vout_surf_resamp (line 2245)
sinfo = cat_surf_info(job.data_surf{i});
Error in cat_conf_stools>@(job)vout_surf_resamp(job) (line 1275)
surfresamp.vout = @(job) vout_surf_resamp(job);
Error in cfg_exbranch/harvest (line 99)
item.sout = feval(item.vout, val);
Error in cfg_util (line 704)
[tag, val, u3, u4, u5, jobs(cjob).cj] = harvest(subsref(jobs(cjob).cj, …
Error in cfg_ui_util>local_setvaledit (line 661)
cfg_util(‘harvest’, ciid{1:end-1});
Error in cfg_ui_util>@(nval)local_setvaledit(ciid,nval,dflag) (line 275)
udvalshow.setvalcb = @(nval)local_setvaledit(ciid, nval, dflag);
Error in cfg_ui_util (line 454)
feval(udvalshow.setvalcb, val);
Error in cfg_ui>local_valedit_EditValue (line 404)
cfg_ui_util(‘valedit_EditValue’, ciid, itemname, val);
Error in cfg_ui>module_Callback (line 978)
local_valedit_EditValue(hObject);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in cfg_ui (line 53)
gui_mainfcn(gui_State, varargin{:});
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)cfg_ui(‘module_Callback’,hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.
What can I do to fix this error? I am using Matlab 2022a with SPM12 and CAT12.I am trying to use CAT12 to make do surface based morphometry. I am trying to load my cortical thickness maps in the resample and smooth function, but when doing that I get this error when trying to load the files clicking on ‘specify’:
Index exceeds the number of array elements. Index must not exceed 0.
Error in cat_surf_info (line 241)
sinfo(i).side = ff2(hemi_ind(1):hemi_ind(1)+1);
Error in cat_conf_stools>vout_surf_resamp (line 2245)
sinfo = cat_surf_info(job.data_surf{i});
Error in cat_conf_stools>@(job)vout_surf_resamp(job) (line 1275)
surfresamp.vout = @(job) vout_surf_resamp(job);
Error in cfg_exbranch/harvest (line 99)
item.sout = feval(item.vout, val);
Error in cfg_util (line 704)
[tag, val, u3, u4, u5, jobs(cjob).cj] = harvest(subsref(jobs(cjob).cj, …
Error in cfg_ui_util>local_setvaledit (line 661)
cfg_util(‘harvest’, ciid{1:end-1});
Error in cfg_ui_util>@(nval)local_setvaledit(ciid,nval,dflag) (line 275)
udvalshow.setvalcb = @(nval)local_setvaledit(ciid, nval, dflag);
Error in cfg_ui_util (line 454)
feval(udvalshow.setvalcb, val);
Error in cfg_ui>local_valedit_EditValue (line 404)
cfg_ui_util(‘valedit_EditValue’, ciid, itemname, val);
Error in cfg_ui>module_Callback (line 978)
local_valedit_EditValue(hObject);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in cfg_ui (line 53)
gui_mainfcn(gui_State, varargin{:});
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)cfg_ui(‘module_Callback’,hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.
What can I do to fix this error? I am using Matlab 2022a with SPM12 and CAT12. I am trying to use CAT12 to make do surface based morphometry. I am trying to load my cortical thickness maps in the resample and smooth function, but when doing that I get this error when trying to load the files clicking on ‘specify’:
Index exceeds the number of array elements. Index must not exceed 0.
Error in cat_surf_info (line 241)
sinfo(i).side = ff2(hemi_ind(1):hemi_ind(1)+1);
Error in cat_conf_stools>vout_surf_resamp (line 2245)
sinfo = cat_surf_info(job.data_surf{i});
Error in cat_conf_stools>@(job)vout_surf_resamp(job) (line 1275)
surfresamp.vout = @(job) vout_surf_resamp(job);
Error in cfg_exbranch/harvest (line 99)
item.sout = feval(item.vout, val);
Error in cfg_util (line 704)
[tag, val, u3, u4, u5, jobs(cjob).cj] = harvest(subsref(jobs(cjob).cj, …
Error in cfg_ui_util>local_setvaledit (line 661)
cfg_util(‘harvest’, ciid{1:end-1});
Error in cfg_ui_util>@(nval)local_setvaledit(ciid,nval,dflag) (line 275)
udvalshow.setvalcb = @(nval)local_setvaledit(ciid, nval, dflag);
Error in cfg_ui_util (line 454)
feval(udvalshow.setvalcb, val);
Error in cfg_ui>local_valedit_EditValue (line 404)
cfg_ui_util(‘valedit_EditValue’, ciid, itemname, val);
Error in cfg_ui>module_Callback (line 978)
local_valedit_EditValue(hObject);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in cfg_ui (line 53)
gui_mainfcn(gui_State, varargin{:});
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)cfg_ui(‘module_Callback’,hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.
What can I do to fix this error? I am using Matlab 2022a with SPM12 and CAT12. cat12, spm MATLAB Answers — New Questions
License problem only when running Matlab in a csh script on Linux
Hi everyone,
I wrote a matlab program for automatc generation of some plots. I use the "shaperead" function, as well as other functionalities and I have installed the Mapping toolbox as well as all toolboxes needed. When I launch my program in the matlab command window it runs.
Anyway, when I launch it within a .csh script I have the following error:
"shaperead requires Mapping Toolbox"
I found here a simila problem, where it was suggested to reinstall and run again the mathworksservicehost toolkit.
I did it and it worked for one day, but after two days I have the same problem.
This solution is not suitable when you have to schedule automatic processes.
I use an Ubuntu 20 OS and MatlabR2024a academic license
Thank you for your helpHi everyone,
I wrote a matlab program for automatc generation of some plots. I use the "shaperead" function, as well as other functionalities and I have installed the Mapping toolbox as well as all toolboxes needed. When I launch my program in the matlab command window it runs.
Anyway, when I launch it within a .csh script I have the following error:
"shaperead requires Mapping Toolbox"
I found here a simila problem, where it was suggested to reinstall and run again the mathworksservicehost toolkit.
I did it and it worked for one day, but after two days I have the same problem.
This solution is not suitable when you have to schedule automatic processes.
I use an Ubuntu 20 OS and MatlabR2024a academic license
Thank you for your help Hi everyone,
I wrote a matlab program for automatc generation of some plots. I use the "shaperead" function, as well as other functionalities and I have installed the Mapping toolbox as well as all toolboxes needed. When I launch my program in the matlab command window it runs.
Anyway, when I launch it within a .csh script I have the following error:
"shaperead requires Mapping Toolbox"
I found here a simila problem, where it was suggested to reinstall and run again the mathworksservicehost toolkit.
I did it and it worked for one day, but after two days I have the same problem.
This solution is not suitable when you have to schedule automatic processes.
I use an Ubuntu 20 OS and MatlabR2024a academic license
Thank you for your help license, linux, ubuntu, mathworksservicehost, mapping toolbox MATLAB Answers — New Questions
Connection error in App Connectors
Hi There,
I’m trying to setup a Conditional Access App control policy in my tenant using MCAS and I’m unable to do so because I’m constantly receiving this connection error ( see screenshot below) for Microsoft 365. I’m not sure what I’m doing wrong and what’s wrong with my tenant but I’m unable to get rid of this error. Any help would be highly appreciated.
I have a Microsoft 365 E5 license in my tenant and all the users have been given the same license.
Because of this error I’m not able to onboard the Microsoft 365 app to Conditional Access App control and hence when I got to the policy management to create an access policy or session policy I end up getting the below mentioned error.
Hi There,
I’m trying to setup a Conditional Access App control policy in my tenant using MCAS and I’m unable to do so because I’m constantly receiving this connection error ( see screenshot below) for Microsoft 365. I’m not sure what I’m doing wrong and what’s wrong with my tenant but I’m unable to get rid of this error. Any help would be highly appreciated.
I have a Microsoft 365 E5 license in my tenant and all the users have been given the same license.
Because of this error I’m not able to onboard the Microsoft 365 app to Conditional Access App control and hence when I got to the policy management to create an access policy or session policy I end up getting the below mentioned error.
Read More
Manual Arrangement of Icons in Folders
Hi to everyone !
Is there any information that Microsoft will ever bring back the option to disable the “auto arrange” / “align to grid” feature to folders? I still do not understand why they have it built in for the desktop but not individual folders!
Is there any new information on a work around , registry hack that could allow it ?
Thank you in advance for any insight!
Hi to everyone !Is there any information that Microsoft will ever bring back the option to disable the “auto arrange” / “align to grid” feature to folders? I still do not understand why they have it built in for the desktop but not individual folders! Is there any new information on a work around , registry hack that could allow it ?Thank you in advance for any insight! Read More
Sharepoint access with Excel Powerquery
Hello,
I’ve got an error when I tried to get access to a Sharepoint file via Excel PowerQuery with the command line below
Source = SharePoint.Files(“https://nom-domaine.sharepoint.com/sites/nom-sharepoint”, [ApiVersion = Auto])
Error is :
InnerException0.Stack Trace Message:
La valeur spécifiée est composée de caractères CRLF non valides.
Nom du paramètre : value
The same command line is working with PowerBi Desktop on my computer…
How could I solve my issue please?
Thanks
Sébastien
Hello, I’ve got an error when I tried to get access to a Sharepoint file via Excel PowerQuery with the command line below Source = SharePoint.Files(“https://nom-domaine.sharepoint.com/sites/nom-sharepoint”, [ApiVersion = Auto]) Error is : InnerException0.Stack Trace Message:
La valeur spécifiée est composée de caractères CRLF non valides.
Nom du paramètre : value The same command line is working with PowerBi Desktop on my computer… How could I solve my issue please? Thanks Sébastien Read More
Slow Login Time After KB5034765
I was not sure if I should post here or Updates forum but since I don’t have issues with installation, uninstallation of the said Cumulative Update perhaps here is better.
This is a brand new PC I built about 2 weeks ago, and I had no issues whatsoever. Core isolation disabled due to Logitech G19 + desktop tweaks from Chris Titus’s winutils. Perhaps worthy to mention just in case, I am using Malwarebytes Lifetime (thank you techcommunity back in the day ;-))
Chipset, BIOS and all possible drivers up-to-date. sfc and dism already ran. No issues found or already fixed.
As the title says, pin entry to desktop takes about 10 seconds after the update. It was instant before. Symptoms disappear if I uninstall the update. No other issues I could observe otherwise. BIOS time is pretty much 14-15 seconds, disabling some of the few startup apps do not change anything (they were enabled and instant login before the update anyway).
I was not sure if I should post here or Updates forum but since I don’t have issues with installation, uninstallation of the said Cumulative Update perhaps here is better. This is a brand new PC I built about 2 weeks ago, and I had no issues whatsoever. Core isolation disabled due to Logitech G19 + desktop tweaks from Chris Titus’s winutils. Perhaps worthy to mention just in case, I am using Malwarebytes Lifetime (thank you techcommunity back in the day ;-)) Chipset, BIOS and all possible drivers up-to-date. sfc and dism already ran. No issues found or already fixed. As the title says, pin entry to desktop takes about 10 seconds after the update. It was instant before. Symptoms disappear if I uninstall the update. No other issues I could observe otherwise. BIOS time is pretty much 14-15 seconds, disabling some of the few startup apps do not change anything (they were enabled and instant login before the update anyway). Read More
Archives still showing as folders in Windows Explorer navigation pane…
Hi Guys,
Running Win 11 23H2 22631.3085… I have 7-Zip 23.01 installed and associated with all archive files (.7z, .zip. RAR, etc). However, in Windows Explorer, the archives are still showing-up as folders in the left-hand navigation-pane…
This makes things look rather messy when opening a folder that has a bunch of archives inside (see attached).
Hi Guys, Running Win 11 23H2 22631.3085… I have 7-Zip 23.01 installed and associated with all archive files (.7z, .zip. RAR, etc). However, in Windows Explorer, the archives are still showing-up as folders in the left-hand navigation-pane… This makes things look rather messy when opening a folder that has a bunch of archives inside (see attached). Read More