Anthony - MATLAB Central
photo

Anthony


Theraclion

Last seen: 16 dagen ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB AnswersFrom 12/13 to 03/25Use left and right arrows to move selectionFrom 12/13Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 Questions
5 Answers

RANK
6.065
of 297.503

REPUTATION
8

CONTRIBUTIONS
3 Questions
5 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
2

RANK
 of 20.449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159.017

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

  • Thankful Level 2
  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


Do I need a second licence to run Matlab on an Azure VM?
Hello, I would like to try Matlab on Azure. I have found some information on the github page but something is not clear to me:...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Answered
how to call a C# function, foo(out byte [])? -- help passing a byte pointer
Hi, You can create a byte[] like this: A = NET.createArray('System.Byte',4). Then you just have to pass it to your fu...

meer dan 10 jaar ago | 0

Answered
How to make dialog boxes come back after clicking "Don't show this message again" ?
I got it: with Matlab R2014a, Preferences>General>Confirmation Dialogs

meer dan 10 jaar ago | 2

| accepted

Answered
How can I write MATRIX?
I am not sure to have understood your question but you should try: M =1-eye(10); By the way: avoid loops in Matlab ;-) ...

meer dan 10 jaar ago | 0

| accepted

Answered
Non-uniform FFT with Matlab
Hi Matt, Thanks to the paper, I finally managed to make it work (after a change of variable). The key is to carefully read th...

ongeveer 11 jaar ago | 0

Answered
how to extract horizontal and vertical garadients of image.
Hi, You can use the diff function. Let img be your image : img = spiral(10); % For example gradX = diff(img,1,1); ...

ongeveer 11 jaar ago | 0

Question


Non-uniform FFT with Matlab
Hi everyone, I need to perform a non-uniform fft in 3D (to solve the heat equation using the method described <http://www.cma...

ongeveer 11 jaar ago | 2 answers | 0

2

answers

Question


How to make dialog boxes come back after clicking "Don't show this message again" ?
Hi everyone, I am frequently using the command : "dbquit if error" which makes Matlab enter in debug mode when an error is en...

meer dan 11 jaar ago | 1 answer | 0

1

answer