photo

Steve


Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 4
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


Function return values help?
Hello Experts, I have the function that gets a section (1,2,3 or 4) and gives results of calculation: function [VMean, VStd,...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Simple function and a small if problem, please try to help me
Hello Experts, I have the following function where the user chooses the section and with the given parameters gets a graph. ...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Volume of n-sphere? What is wrong with my version?
Hello Experts, I have to calculate the volume of 10-dim sphere. Here what I did: N = 100000; RandVars = -1 + 2...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Volume of n-sphere? Please help me with my version:
Hello Experts, I have to write a function for 10-dimensional sphere using Monte - Carlo method. What I did is this: N...

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


Please help me with the optimization
Hello Dear Experts, I wanted to ask how can I optimize the following solution: % Step 1: f(x) = (15/8)*(1-x^2)^2 ; 0 < x ...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


How to eliminate the for in the following function and make it vectorized, should be simple?
Hello Experts, I need to generate a sequence of integers |X_i; i = 1:100000| within the interval |0 to 134455| using the recu...

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


Where is the list of all possible MATLAB toolboxes can be found?
Hello Experts, I am going to buy the software for the company and I need to know where can I found 2013b list of all toolboxe...

oltre 10 anni fa | 1 risposta | 2

1

risposta

Domanda


Piece-wise handle function help
Hello Dear Experts, Consider I have a piece wise function and I want to create it using handle @ and pass it to another funct...

quasi 12 anni fa | 2 risposte | 0

2

risposte

Domanda


Quick simple question, mean filter?
Hello Dear Experts, Given a convolution mask J = ones(N)/N^2 and image I (with Gaussian noise miu = 0, sigma = alpha) of size...

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Getting the contrast from DFT
Hello Experts, Given the spectrum image: F(u,v) = (1/N^2) * Sum(from x=0 to N-1)Sum(from y = 0 to N-1) [f(x,y) * exp(-...

circa 12 anni fa | 0 risposte | 0

0

risposte

Domanda


Smart Solution needed (reading bar code)?
Hello Dear Experts, Friend of mine is trying to solve the following problem, please give your professional opinion: He is ...

circa 12 anni fa | 3 risposte | 0

3

risposte

Domanda


Gaussian Low Pass Filter
Hello Dear Experts, I need to build a function performing the low pass filter: Given a gray scale image (type double) I shoul...

circa 12 anni fa | 2 risposte | 0

2

risposte

Domanda


Small simple question about displaying multiple pictures or objects
Hello Experts, Consider I have n pictures or matrices. I want to display them all in n different figures. Please tell me how...

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Help with finding a function, should be a simple issue.
Hello Dear Experts, I am given an image, and after making it of type double I want to do fft2(img). But then I want to use t...

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Canny Edge Detection Algorithm problem?
Hello Dear Experts, Here is what I have written as an implementation of the Canny Edge detection algorithm but I get non accu...

circa 12 anni fa | 2 risposte | 0

2

risposte

Domanda


Matrix Simple Index Question
Hello Experts, 1) Given matrix A with m rows and n columns, I want to check if there is an entry A(i,j)>alpha and if yes to ...

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Urgent help with connected component labeling
Hello Experts, I need some urgent help with matlab code, I have an exam in app. 2 hours and I need to write a function that g...

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Connected component labeling
Hello Dear Experts, Consider I have a binary image and I need to find and label the components. Without using the matlab func...

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Index problem help
Hello Experts, I am trying to build the median filter with given window size. Here is what I did so far, please correct me be...

circa 12 anni fa | 0 risposte | 0

0

risposte

Domanda


Adding Shaped Noise to a picture
Hello Experts, Given double image matrix, I need to add shaped noise to the image with given NxM size of the shape. It should...

circa 12 anni fa | 2 risposte | 0

2

risposte

Domanda


Matlab indexes
Hello Experts, Where can I find the list of shortcuts and index operations like x(1:end) = 1 and other vector tricks. Maybe ...

circa 12 anni fa | 2 risposte | 0

2

risposte

Domanda


Gaussian Noise and mean filter:
Hello Dear Experts, If I am given a picture with pre-added Gaussian noise, and I know the mean and the var parameters. I nee...

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Median Filter code problem:
Hello Dear Experts, I am trying to build the median filter with given window size. Here is what I did so far, please correct...

circa 12 anni fa | 2 risposte | 0

2

risposte

Domanda


Copying non zero matrix to a zeros matrix
Hello Dear Experts, Consider I have a non zero matrix A of size m x n. I want to pad it with zeros on all sizes. What is ...

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Histogram Shape Function Question
Hello Dear Experts, I have written the following histogram shape function that gets source and destination images and perform...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


MATLAB Function Output problem?
Hello Experts, I have the following function: function X = STK(U, D, n, delta_t) X = zeros(1,n); % Creating the v...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Function Output?
Hello Experts, Consider I have function res = test(c) if c>0 res=1; else break; ...

quasi 13 anni fa | 1 risposta | 0

1

risposta

Domanda


Simpson's Improved rule help?
Hello Experts, Given interval [a,b], function f S(a,b) = h/3 * [f(a) + 4*f(a+h) + f(b)] S(a,(a+b)/2) = h/6 * [f(a) + 4*...

quasi 13 anni fa | 1 risposta | 0

1

risposta

Domanda


Passing char to a function?
Hello Experts, Consider I have function test and I am putting in char A: test(A). How to input char without '' and inside ...

quasi 13 anni fa | 1 risposta | 0

1

risposta

Domanda


Sum function?
Hello Experts, Consider I have to sum from i=1 to 2^(n-1) (n is given) values of some function f(i). How can I do it like...

quasi 13 anni fa | 1 risposta | 0

1

risposta

Carica altro