RandomChikiBum
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
35.743
of 295.527
REPUTATION
1
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
88.89%
VOTES RECEIVED
1
RANK
of 20.242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.057
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
Feeds
Question
Why am I getting different current readings in this series system?
I have this system of 16 X 4 cells, when I measure current readings, I get same value in the first 3 rows but the reading in the...
ongeveer een jaar ago | 0 answers | 0
0
answersQuestion
Display nth character in a Binary image
I have a binary image consisting of characters (alphanumeric), I can find the total number of characters in the Image but How do...
ongeveer 2 jaar ago | 1 answer | 0
1
answerQuestion
I have an RGB image and I need to find the area of black pixels in the image
Pretty much the question, How do I find out the area of black pixels in an image?
ongeveer 2 jaar ago | 1 answer | 0
1
answerQuestion
Construct visibility graph using MATLAB
I need to create a visibility graph with given time series
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
convert ppg signal into visible graph
I am given a mat file with row wise data samples of a PPG signal with last column as target labels (0 and 1), I should convert t...
meer dan 2 jaar ago | 1 answer | 1
1
answerQuestion
Convolute ramp signal and step signal
I am supposed to convolute a unit ramp signal and a step signal (till t =10 secs) and I am getting an error while running my cod...
bijna 3 jaar ago | 1 answer | 0
1
answerQuestion
How can I multiply 2 signals?
I tried to plot the graph of product of 2 signals (Cosine and and decaying exponential) but am getting an error x = (-100 :.05...
bijna 3 jaar ago | 1 answer | 0
1
answerQuestion
Plot a function for x<0 and x >0
The assigned task is to make a triangular function with peak amplitude of 1 over -5 to +5 without any inbuilt functions. My app...
bijna 3 jaar ago | 1 answer | 0
1
answerQuestion
How do ones and zeroes work in plotting a graph?
clc; close all; clear all; t=-2:1:2; y=[zeros(1,2),ones(1,1),zeros(1,2)] stem(t,y); This code is to plot an impulse graph,...
bijna 3 jaar ago | 1 answer | 0