Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
have written code to obtain eigen values and vectors using Stiffness K and Mass M and i want to obtain the damping matrix using an inherent damping ...
%% Test Sheet %% Open data location % find open Excel File (if multiple, chooses 'current')DB = actxGetRunningServer('Excel.Application'); % choose co...
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...
Hi, I have the following code: opts = detectImportOptions(fullfile(file_B_path, file_B_name)); % Detects import of table opts = setvartype(opts, 'I...
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 tw...
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 Ita...
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: Pl...
I have dataset that has about 3000 observations. Each observation consists of 28 time-series variables (pressure in particular areas of cardiovascular...
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...