Frage


Using Parfor for two separate matrix multiplication
Hello, I am trying to use parfor for independent matrix multiplication inside a time loop. I am measuring the cpu time and ac...

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


BVP4c repeating calculations (to mimic time stepping)
I am working on solving a ODE using several different methods and I would like to use MATLAB's BVP4c too. Currently my ODE is st...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Sparse Matrix Inversion / Thomas method
I have differential equation that I am solving with FV method. From FV I have tri-diagonal sparse matrix and I use SprD=spars...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


GPU computing with 'Quadro 600'
Hi, I am new to GPU computing. I will be doing CFD calculation in 3D which will requires working with really big 3D matrices ...

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Ploting 3D flow data (4D plot)
Hi, I will be doing CFD calculations with MATLAB in 3D. I have x,y,z coordinates and Temperature in each point. Assume I have...

fast 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to evaluate a symbolic function in matlab
Hi, I am trying to automate my code to get the derivative of a function an evaluate that in given points. For example, s...

fast 13 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


CFD with Matlab and Matlabs plotting capabilities.
I am planning to use Matlab for a CFD calculation; however, I have my doubts about the plotting capabilities of Matlab. IN my fi...

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can I compare the results of system('getmac') to a string?
I am trying to protect my code by comparing the mac address of the computer. I can get the mac address: [E R]=system('get...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


inputdlg, Several boxes in one line.
How can make in the following code several boxes in one line? Right now I need to leave a space between entries. Thank you ...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Deploytool error while building
Thank you for your fast response. Do you have any suggestion for a free C/C++ compiler ? I am completely blank when it comes to ...

etwa 13 Jahre vor | 0

Frage


Deploytool error while building
Hi, I am trying to create an exe file from my matlab code that will be used in a computer that does not have matlab installed...

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Protected and Expiring executable file
Hi, I am going to install executable file of my code to a computer but I do not want somebody copying it and using in another c...

etwa 13 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Advanpix Multi precision toolbox
I am seeking an efficient way of doing my numerical calculation in quad or more precision. Using a symbolic toolbox makes the co...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Can't open some figures.
Hi, I am having problems to see some of my figures (.fig) files (not open). I know the reason why I can not see them because ...

fast 14 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
3D matrix multiplication
to use this file I need to install a C compiler ? If so can you suggest me one, Because I never used C :) . Thank you

mehr als 14 Jahre vor | 0

Frage


3D matrix multiplication
Hi, I have two 3D matrices that I need to multiply in a specific way. I need to do for k=1:Z M(:,:,k)=A(:,:,k)*B(:,:,k) ...

mehr als 14 Jahre vor | 5 Antworten | 1

5

Antworten

Frage


surface plot
Hi, I am trying to make a surface plot without coloring or connecting my data points but I could not find how I can do it. To...

fast 15 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Data cursor for surface plots in m-file
Hi, I am trying to put a data cursor for my surface plot zith using data cursor option in the figure. I will be doing suc...

fast 15 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
saving a matrix
Yes you are right, the difference is coming from copy paste . Thank you

fast 15 Jahre vor | 0

Frage


saving a matrix
Hi, I am trying to compare my two codes , which should give same results. Both code have the same variable names such as vx v...

fast 15 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Lagrange or spline (interp2)
Hi, I am working on a numerical calculation where I use spectral methods to find the flow profile. Although I can use cut-offs ...

fast 15 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Eigenvector calculation
I am trying to calculate the eigenvectors and eigenvalues for the following matrix (6,6) and I am getting complex eigenvector wh...

etwa 15 Jahre vor | 1 Antwort | 0

1

Antwort