Statistics
RANK
12,634
of 295,448
REPUTATION
4
CONTRIBUTIONS
15 Questions
2 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
2
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Formatting the plot command
Hi everyone, I currently have values on the x and y axis which are all to the power of 1 x 10^10. I would like this value to be ...
12 years ago | 3 answers | 0
3
answersQuestion
What is the escape character when using xlabel?
Hi everyone, I am trying to output, on the x axis of my graph z' Now, I am using the matlab command xlabel('Z','f...
12 years ago | 1 answer | 0
1
answerQuestion
Magnitude not showing up
Hey everyone, I found this code on a website and a simplified version is: %2D FFT Demo close all; clear all; %Import ima...
12 years ago | 2 answers | 0
2
answersQuestion
How to use colormap
Hi everyone. I want to color in the letter 'a' from an image full of different characters. I have two images, one with the chara...
12 years ago | 1 answer | 0
1
answerQuestion
Selecting more than one section for region of interest using roipoly
Hey everyone, I am using the roipoly function to specify a region of interest. My problem is that I would like to have at least ...
12 years ago | 0 answers | 0
0
answersQuestion
histogram plot not working for my image
Hi eveyone, I originally had a .tiff image (CMYK format) that I converted to RGB. I then converted to gray scale. On the graysca...
12 years ago | 1 answer | 0
1
answerQuestion
Adding more colors to my array
Hey everyone, i have an array of colors and would like to add more. I currently have: plot_type = ['r'; '-g'; '-b'; '-c'; '...
12 years ago | 1 answer | 0
1
answerQuestion
Help understanding the following errors
Hello everyone, My current code is the following: chooseEquation = 'poggiolini'; for att_db=0.18/1e3:0.01/1e3:0.20/1...
12 years ago | 2 answers | 0
2
answersSolved
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
12 years ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
12 years ago
Question
Help with saving to matlab
hey everyone, i am trying to save to matlab on my windows based computer but I get the error message (and warning) Warning: Inva...
12 years ago | 1 answer | 0
1
answerQuestion
My code does not produce the correct curve.
Hey everyone, here is a link which shows what formulas I have used, what parameters I have used, and the correct graph that I sh...
12 years ago | 3 answers | 0
3
answers[DISCONTINUED] Wish-list for MATLAB Answer sections.
Hey everyone, I propose that there should be a built in way to add attachments such as images. I think it would be beneficial wh...
12 years ago | 2
Question
Adding images to help improve my question
Hey everyone, I will be asking a matlab question however I feel that it would be best to show an image of the equation and graph...
12 years ago | 1 answer | 0
1
answerQuestion
producing the magnitude of the butterworth graph
Hello everyone, I am trying to write some matlab code to show the magnitude of the butterworth equation of order 2. The equat...
13 years ago | 1 answer | 0
1
answerQuestion
How to divide and times in matlab
Hey everyone! Basically im trying to write my fist line of code, in matlab, to the given formula: |G(jw) |= 1/√(R^2+(wL- 1/w...
13 years ago | 5 answers | 0
5
answersQuestion
finding the sampling frequency from the following
Hi everyone, I have to work out the sampling frequency. I have set up a vector of time values with 128 elements sampled at tw...
13 years ago | 1 answer | 0
1
answerQuestion
DTMF- is my signal processing method possible?
Hi everyone! This is my first post so sorry if request something that I shouldn't. As an overview, I am working on a project tha...
13 years ago | 1 answer | 0