photo

Nicholas Brophy


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Error using writecell() : Permission denied
Checked to reconfirm function runs properly within Folder B. When it didn't work I realized that the document was open in excel ...

3 years ago | 0

| accepted

Answered
Convert Column vector into matrix
function [arr]=pankajSort(vec) arr=zeros(10,length(vec)); for i= 1:length(vec) mask= i==vec; TRUES = sum(mask,'a...

3 years ago | 0

Question


Error using writecell() : Permission denied
I currently have code in FolderA which runs a function that needs to access csv files in FolderB, but I am being denied permissi...

3 years ago | 1 answer | 0

1

answer