%% Test Sheet %% Open data location % find open Excel File (if multiple, chooses 'current')DB = actxGetRunningServer('Excel.Application'); % choose correct tabDBsheet = DB.ActiveWo…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
%% Test Sheet %% Open data location % find open Excel File (if multiple, chooses 'current')DB = actxGetRunningServer('Excel.Application'); % choose correct tabDBsheet = DB.ActiveWo…
How can i upload / download image from my google drive?…
Hello, I baffled by one task in Matlab, namely I need to create two vectors that contains all positive and all negative values of an initial vector. I would like to get a general a…
Hi, I have the following code: opts = detectImportOptions(fullfile(file_B_path, file_B_name)); % Detects import of table opts = setvartype(opts, 'ID', 'string'); % Sets ID to st…
Hi, I want to plot a line passing through a set of points, which is as in the code below. To determine the slope I used polyfit. But it gives two outputs. I wonder which o…
I have a question that I don't know how to solve or what direction I should take. I have a chronological analysis of 73 coastlines (.shp) at Itapoá beach (Santa Catarina, Br…
How can we find the intersection between two planes in higher dimensions (4d space and above)? For example we have the following 2 planes in 4d: Plane 1 P1 =[252716585.970010…
I have dataset that has about 3000 observations. Each observation consists of 28 time-series variables (pressure in particular areas of cardiovascular system) and a single-value (r…
Hi, I want to do: plot(x1,y1,x2,y2,'LineWidth',8) but the linewidth propery ends up applying to both lines. Do I have to use two plot functions with a hold on command to have line1…
Why do I receive "License Manager Error -8"? License Manager Error -8. License checkout failed. Encryption code in license file is inconsistent.…