
Reji G
Matlab beginner
English
Statistics
12 Questions
0 Answers
RANK
99 195
of 277 826
REPUTATION
0
CONTRIBUTIONS
12 Questions
0 Answers
ANSWER ACCEPTANCE
41.67%
VOTES RECEIVED
0
RANK
of 18 798
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 129 028
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
Content Feed
Question
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...
en dag ago | 1 answer | 0
1
answerQuestion
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...
3 dagar ago | 3 answers | 0
3
answersQuestion
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...
6 månader ago | 1 answer | 0
1
answerQuestion
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...
8 månader ago | 1 answer | 0
1
answerQuestion
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...
8 månader ago | 1 answer | 0
1
answerQuestion
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...
9 månader ago | 1 answer | 0
1
answerQuestion
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...
10 månader ago | 1 answer | 0
1
answerQuestion
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...
12 månader ago | 1 answer | 0
1
answerQuestion
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...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
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...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
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...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
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...
ungefär ett år ago | 1 answer | 0