Statistiques
RANG
8 361
of 295 467
RÉPUTATION
5
CONTRIBUTIONS
7 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
85.71%
VOTES REÇUS
3
RANG
10 800 of 20 234
RÉPUTATION
48
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
19
ALL TIME TÉLÉCHARGEMENTS
379
RANG
of 153 872
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
Step file import of trimmed NURBS surfaces
Reads geometries from .stp/.step files. The type of geometries are NURBS surfaces. Multiple patches and trimmed patches are reco...
3 jours il y a | 19 téléchargements |
Question
Theoretical details regarding symbolic integration in Matlab
Dear all, I am using symbolic integration in Matlab (in particular the "int"-function). I would like to use it as a reference i...
3 mois il y a | 1 réponse | 0
1
réponseQuestion
Speed of vpaintegral vs. int+vpa
Dear all, I am currently testing the possibilities of integrating symbolic functions in Matlab. In the documentation of "int" (...
3 mois il y a | 1 réponse | 0
1
réponseImport and edit a NURBS from a .stp or .igs file to Matlab
Hi, I recently uploaded a respective library for importing (trimmed) NURBS surfaces as .stp-files: https://de.mathworks.com/ma...
plus d'un an il y a | 0
Question
Does the use of name-value arguments in functions slow down the speed of my code?
The use of name-value arguments in functions allows a much more flexible use of functions. The simple alternative for me would b...
plus d'un an il y a | 1 réponse | 0
1
réponseplot specific values of 3 values function
I don't directly know a good solution for plotting a function with four variables (in your case M1, beta, fh and fr). Plotting ...
presque 2 ans il y a | 0
Question
Are the algorithms used in mldivide direct solvers?
In numerics, it is often distinguished whether a solver is direct or iterative. We are most of the time using "mldivide" (backsl...
presque 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
Which solver should I use to solve a square and symmetric, linear system of equations?
I want to solve a linear system of equations which is always square and symmetric. So far I always use mldivide ("backslash"). H...
plus de 2 ans il y a | 4 réponses | 1
4
réponsesQuestion
mldivide (backslash): advantage by using sparse matrix instead of a full matrix with respect to the quality of the results?
I am solving a linear system of equations Ax = B with the backslash operator. I have two versions of A implemented: a sparse and...
presque 3 ans il y a | 2 réponses | 0
2
réponsesn=double(ans) Error using double Conversion to double from py.numpy.ndarray is not possible.
I just answered a similar question here. It is a general solution, but it might help some people.
presque 3 ans il y a | 0
Error in converting ndarray to double
I actually have the same problem. Now, I found a nasty (but in my case helpful) solution. I am using the fact that I am able to ...
presque 3 ans il y a | 2
Question
Numerical error using the "diff" function
I want to determine the max difference between adjacent entries of a vector. vector = [0 0 0 0.2 0.4 0.6 0.7 0.85 1 1 1]; di...
plus de 3 ans il y a | 1 réponse | 0