photo

mathango


Last seen: 10 mesi fa Attivo dal 2016

Followers: 0   Following: 0

Statistica

MATLAB Answers

17 Domande
4 Risposte

RANK
15.243
of 300.763

REPUTAZIONE
2

CONTRIBUTI
17 Domande
4 Risposte

ACCETTAZIONE DELLE RISPOSTE
64.71%

VOTI RICEVUTI
3

RANK
 of 21.082

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 170.923

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Explorer
  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


Is it possible to vectorize this simple recursive function in loop?
I have the following simple example code that has a recursive function in a loop. Is it possible to vectorize (to speed it up) ...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


Plotting first and second order ode of the same equation
Here is the second order differential equation (1): with initial conditions and The written code in matlab that numerica...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Risposto
How the struct definition works?
So what is the equivalent in Fortran language, to dynamically type the gene variable?

quasi 7 anni fa | 0

| accettato

Domanda


How the struct definition works?
I am trying to understand the code written by someone in matlab and I am attempting to understand and to translate it to fortran...

quasi 7 anni fa | 2 risposte | 0

2

risposte

Domanda


How to create numerically and symbolically creation/annihilation operator?
Hi everyone, I am attempting to create creation and annihilation operator used in 2nd quantization of quantum mechanics. I wan...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


How to plot a first order differential equation with singular point?
Is there a way to plot a first or second order differential equation with singular point? Example equation: (1-y^2)*y" + 5...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Command Window Output Does Not Display Everything
Hi, I am doing a symbolic calculations and my code is written to print out symbolic results (very long series and formulas) in ...

oltre 9 anni fa | 0 risposte | 3

0

risposte

Risposto
Trial version very slow on openSuse 13.2
After typing opengl info and bench, I've got the following report, Version: '2.1 Mesa 10.3.7' V...

oltre 9 anni fa | 0

Domanda


Trial version very slow on openSuse 13.2
Did I miss something in set up of trial version of Matlab on openSUSE 13.2? The software is running very slowly and I wondered ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Is there a way to simplify this expression?
Is there a way to simplify the following expression: A=zeros(4); B=zeros(4); C=zeros(4); d(i,j,1)=[0 1 0; 0 1 0; 1...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


converting from conv2 to fft2
Does any one knows how to convert the following code into 2D and 3D version? if true % ...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Risposto
matrix set up for kron use and speed up.
Hi, I managed to fix the sparse algorithm, however it is slower than simple iterative method. Have I done something wrong with ...

oltre 9 anni fa | 0

| accettato

Domanda


matrix set up for kron use and speed up.
Hi, I am trying an alternative way of doing explicit finite difference method to explore and use other matlab available tools. ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


How to copy or transfer a portion of matrix to another at same location?
Hi, Is there a way to copy or transfer a portion of matrix A (nonzero values) to another matrix B at same location? for exam...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Can finite difference method can be expressed with diff function?
Hi, Here is the finite difference example i=2:n-1; j=2:n-1; B(i,j) = A(i+1,j) - 2*A(i,j) + A(i-1,j) + A(i,j+1) - 2*A(i...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Risposto
How to speed up conv2 and finite difference method?
After thorough testing, I decided not to use conv2 for my Finite difference method problem. An iterative method is simpler and ...

oltre 9 anni fa | 0

| accettato

Domanda


How to speed up conv2 and finite difference method?
Hi, I would like to know if there is an opportunity to speed up a code listed below. Convolution method (CM) is a bit slower (...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


I need clarification on reshape and conv2 comparison
In convmtx2 documentation I found the following description : T = convmtx2(H,m,n) returns the convolution matrix T for the ma...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


How to define a range to iterate with gaps in between?
Hi, Is it possible to do iteration with gaps in simple and fast format in matlab. For example, i= 1:10; j= 15:20; ...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


convn in 3D
Hi, Here is my solution for finite difference method using conv2 for 2D matrix let, x= 1: 10; y= 1: 10; A = zeros[x,y]; ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Taylor Series on numbers
Hi, I know that I can perform series expansion of the function let say sin(x) by writing a following script commands: s...

quasi 10 anni fa | 1 risposta | 0

1

risposta