Reji G - MATLAB Central
photo

Reji G


Last seen: 대략 1개월 전 2022년부터 활동

Followers: 0   Following: 0

Matlab beginner

Spoken Languages:
English

통계

MATLAB AnswersFrom 04/22 to 03/25Use left and right arrows to move selectionFrom 04/22Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

15 질문
0 답변

순위
166,721
of 297,672

평판
0

참여
15 질문
0 답변

답변 채택
46.67%

획득한 표
0

순위
 of 20,464

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,351

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Fit a standard exponential fit to approximate data
1. For every exponential shaped signal, I want to fit a standard exponential decay fit (I've drawn in black) by joining the po...

대략 2개월 전 | 답변 수: 3 | 0

3

답변

질문


Finding the slope after drawing a trend/linear fit
I have an excel data. I want to find the slope after fitting a linear fit on it. In the attached plot, I manually drawn the fit...

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

1

답변

질문


Draw multi graphs in one figure
How to draw multi plots with same x axis and different ranged y axis in a same figure? (See the x axis and y axis values written...

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

2

답변

질문


Partition line in a subplot
How can I add partition line to a subplot in matlab(Hand sketch is attached for reference). clc;close all; clear all; x=[1 2 5...

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

1

답변

질문


Partitioning and putting titles in a subplot
clc; close all; clear all; x=[0 1 2 3 6 4 5 8 5];y=[9 8 5 6 3 2 1 5 2]; subplot(4,4,1); plot(x,y);subplot(4,4,2); plot(x,y...

거의 2년 전 | 답변 수: 3 | 0

3

답변

질문


Identify the duration of zero values and count the number of such zero regions
Hello, I have a signal shown above. First I want to identify the duration(length) of each zero valued regions represented as...

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

1

답변

질문


Differential equation error.
The following equation need to be implemented and the graph should be obtained like this. I tried all the way, but couldn't. cl...

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

1

답변

질문


Differential equation not working
I wanted to implement the equation below: I wrote the program as follows. But nothing showing up in the plot. clc; close a...

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

1

답변

질문


Heat transient equation not executing
I want to implement this formula in matlab. But i couldn't. So it'd be great if anyone can help me. Where x&t ranges from 0.1 to...

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

1

답변

질문


Zooming a densed signal
I wanted to generate a very high frequency(65MHz) signal as shown. When any part of the signal is zoomed out, it should have su...

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

1

답변

질문


Minimize problem using PSO
I want to find a minimum value of y(and the corresponding value of L and x), for various values of L and x. How to do this using...

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

1

답변

질문


Cut off frequency doesn't works.
The change in Cut off frequency doen't reflects in output. How to correct ? Also I wnta to display Y axis in dB. clc; close a...

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

1

답변

질문


Lowpass filter with own cutoff frequency and y axis in dB.
I wnat to design a Lowpass filter in which I can choose my own cutoff frequency and y axis in dB. I have a signal in time domain...

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

1

답변

질문


Generating spike using decaying exponential sinusoid of frequency 10^7Hz
How to generate this spike?(Spike only. Not the sine wave). It should be generated with an exponential decaying sinusoid. The fr...

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

1

답변

질문


How to add the signals according to time?
Hello, I want to add the 3 decaying exponential sinusoids according to the timwe in one graph. I used hold on & hold off. But...

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

1

답변