![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17071587_1576038778952_DEF.jpg)
Reji G
Followers: 0 Following: 0
Matlab beginner
English
Statistica
15 Domande
0 Risposte
RANK
114.836
of 297.016
REPUTAZIONE
0
CONTRIBUTI
15 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
46.67%
VOTI RICEVUTI
0
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
21 giorni fa | 3 risposte | 0
3
risposteDomanda
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...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre un anno fa | 2 risposte | 0
2
risposteDomanda
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...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre un anno fa | 3 risposte | 0
3
risposteDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 3 anni fa | 1 risposta | 0