Community Profile

photo

jupiter


Aktiv seit 2016

Followers: 0   Following: 0

Statistiken

All
  • Thankful Level 3
  • First Answer
  • Scavenger Finisher
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to display Multiple Strings and a Pie Diagram on the MATLAB figure
I need to display multiple strings and a pie chart on the same MATLAB figure. Is it possible ? I know how to display them separa...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to retrieve the output from callback function?
I have designed a pushbutton on a MATLAB figure and written a callback function, while the function runs without any error, it d...

mehr als 7 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Inverse of padarray()?
I am working on MRI image processing, wherein I work with 3D arrays. To increase the resolution while taking the FFT of the arra...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Dialog Box and File Selection
<</matlabcentral/answers/uploaded_files/64331/dialog%20box.PNG>> I have a requirement wherein I have to create a dialogue box...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Does conv() function use FFT inside ?
I have a very basic question(As it may sound!). Does the conv() function uses FFT to perform convolution? For performing the con...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is there a way to inverse image dilation?
<</matlabcentral/answers/uploaded_files/62574/Airwaterboundary.bmp>> I have an image in which my requirement is to select two...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to find Global Minima of a function with two variables?
< <https://drive.google.com/open?id=0B4Wx4GANVQh1dWZOWjdnZlp0RzA FIle with Data> > I have a function which I obtain from a 2nd o...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to find local minima of a function?
I have a 2D data with discrete intervals. I am using polyfit to get the 2nd degree polynomial expression for this data. Is there...

mehr als 7 Jahre vor | 2 Antworten | 1

2

Antworten

Beantwortet
Hi! i need help with this program with arrays
Of Course, it will take a while to write the whole function, but just a few hints on how you can proceed : 1. For finding avera...

mehr als 7 Jahre vor | 0

Frage


Polyfitn Function calculate the RMS value
When I use 'polyfitn' function to fit 3D data, should I use 'polyvaln' function and calculate the RMS error? OR Can I directly c...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
how to remove black background of 3D image?
Please provide the format of the data, if its in the form of an image or grayscale levels.

mehr als 7 Jahre vor | 0

Beantwortet
Display 3d custom data
Use _contour3()_ function or make a surface plot using _surf()_.

mehr als 7 Jahre vor | 0

Beantwortet
How to group data in a tab
You can try this : First, get the unique values of first column in a separate array using unique() function and define a numb...

mehr als 7 Jahre vor | 0

Frage


2nd Degree polynomial fit for the 3D array
I am trying to find the 2nd degree polynomial fit for the 3d array which contains the magnetic field distortion information of w...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


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:...

mehr als 7 Jahre vor