Feeds
提问
How to code correctly to obtain energy fraction graph?
I am trying to compare two different snapshot proper orthogonal decomposition methods (eigenvalue problem and svd). I am able to...
3 years 前 | 0 个回答 | 0
0
个回答提问
Does the built in function singular value decomposition (svd) do the correlation matrix for you?
I am doing some research on proper orthogonal decomposition using the snapshot method where I use svd. I am wondering if this fu...
3 years 前 | 1 个回答 | 0
1
个回答提问
What does this plot mean? Can an equation be made of it?
This is the plot I am trying to get an equation for: plot((1:N_rel), [e_mean; mean(lambdaSO(1:end-1,:),2)]./e_total, 'ko'); T...
3 years 前 | 3 个回答 | 0
3
个回答提问
Anything faster than using pcolor? Figure does not load for me when using pcolor.
%% Plot energy fraction fig1=figure(1); h=pcolor(E_fraction); %% pcolor doesn't print last col/row, so add 1 on each dir...
3 years 前 | 1 个回答 | 0
