photo

Guan-Lin Chen


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
167,604
of 300,343

REPUTATION
0

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
44.44%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 0 answers | 0

0

answers

Question


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 ...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 0 answers | 0

0

answers