photo

Guan-Lin Chen


Last seen: 11개월 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to use loop to reduce the code?
clc clear syms t sigma r = -4; w = 2; a = 1; b = 1; W = 1; A_sin = 1; A_sigma = [0,1; -w^2,-a*((A_sin*si...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to plot x-y and x respect to t and y respect to t diagram with ODE ?
Hi all, I was trying to plot these 2 equation on X-Y and X-t and Y-t diagram. Could anyone please show me how to do it? T...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to plot a 2nd derivative equation
Hi all, for equation like this How to plot the graph with x(t) in y axis and t in x axis? the code I use is this syms...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to Plot a second derivative equation?
Hi all, The equation I want to plot is I've tried to gether information online and come up with the code: clc clear ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Calculate function with given t
clc clear all close all syms t A = [-1, 1, 0; 1,-2, 1; 0, 1, -1]; [P,D] = eig(A) Phi = P*expm(D*t)*inv(P) t...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Use imwrite to save processed images to different folder.
Dear all, I need help with saving processed images to different folder with imwrite. Currently, I can save all processed image...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


naming file with count
FileName = fullfile('C:\Users\User\Desktop\1cm circle cropped 0.27',sprintf('circle_cropped_%d.jpg',count)); The code I use wou...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Use mask to crop circle images from a picture with Matlab
The code I use here is perfect for cropping circle images from my '294.jpg' image The cropping order is from top left to bottom...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


crop a circle in images and have "Integers can only be combined with integers of the same class, or scalar doubles." problem I can't solve...
I want to crop circles in a image. With the code below, I encounter an Error : "Integers can only be combined with integers of t...

대략 4년 전 | 답변 수: 0 | 0

0

답변