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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
