KieranSQ
Followers: 0 Following: 0
Statistik
15 Fragen
0 Antworten
RANG
131.120
of 295.467
REPUTATION
0
BEITRÄGE
15 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
46.67%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Can I use my CPU and GPU simultaneously for Numerical Simulation?
Hi All, I am writing a bespoke Finite Element Scheme (FEM) and have parallelised it with my CPU but was wondering whether ther...
fast 3 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How do you enforce Element-wise operations in function handles?
I am looking to enforce that all function handles enforce elementwise operations. The reason for this is I have written a 3D num...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Is there a way to run many anonymous functions simultaneously?
Hi All, I have a problem where I need to evaluate 18 anonymous functions before combining them into three variables. This is ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to parallelise sections of my for loop
Hello, I am trying to think of a way to make my for loop quicker. It has occurred to me that I could parallelise the commands ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to plot two trimesh plots together with different colour maps?
Hello, I am trying to use trimesh to plot two meshes onto one plot to compare the values, so I can visually see the areas\time...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Storing Function Handles in structure
Hello, I am trying to write a code such that I have a class of anonymous functions to which to call. I would like to store...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do you rearragne a matrix?
I am trying to vectorise a matrix of by using the data: AN=[0,0.500000000000000,0,0.500000000000000,0.500000000000000,0,0,0....
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to find the row numbers for the pairwise entries from one matrices to another?
I am trying to compare two matrices of length 2xn and 2xm for n>m. For example consider n=19,m=16. Then we have the following tw...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Speeding up video creation
I am trying to create a video in matlab from some data I have produced. I have data of size 5242x5000 double against nodes 5242x...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Entering default values in a function.
I am trying to add default values into my function but whenever I use nargin or varargin i still get 'undefined function or vari...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Drawing parabolas in pdeModeler
I am looking to design a rocket nozzle and throat in pdeModeler, in the form of this (http://www.aerospaceweb.org/design/aerospi...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do extract boundary nodes in matlab?
I am trying to extract all of the boundary notes for an ellipse from PDEModeler (pictured below). I know that the boundary nodes...
fast 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How do you print an anonymous function properly in a figure title?
I am trying to print an anonymous function as part of a title for a plot. I would like it to look like a latex entry where but ...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do you add unique values to each entry in a matrix via a loop?
I am trying to create matrix in a loop such that we are recording each vertex per edge on this (or of any number of verticies) s...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can you store symbolic functions in a matrix/vector?
I am trying to write a finite element code. I want to consider the basis functions . So I need to be able to store them in a ...
fast 6 Jahre vor | 2 Antworten | 0