Community Profile

photo

Radu Trimbitas


"Babes-Bolyai" University

Last seen: ein Tag vor Aktiv seit 2011

Followers: 0   Following: 0

Kontakt

Assoc. Professor Professional Interests: Numerical Analysis, Statistics

Statistiken

All
  • Thankful Level 2
  • Community Group Solver
  • Introduction to MATLAB Master
  • Revival Level 1
  • Knowledgeable Level 1
  • Solver
  • First Review
  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


troubles with ginput function
I have troubles with ginput under Windows 11. A lot of MATLAB code which works well under Windows 10 does not function correctly...

mehr als ein Jahr vor | 0 Antworten | 0

0

Antworten

Frage


Troubles with ginput() function
I have troubles with ginput under Windows 11. A lot of MATLAB code which works well under Windows 10 does not function correctly...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Beantwortet
finding multiple roots using newton raphson
The standard solution, if you know the multiplicities in advance is to use the reccurence relation where is the multiplicit...

fast 2 Jahre vor | 1

Beantwortet
solve eq by newton raphson method
Solve the equation with Newton-Raphson method. Define function and derivative format long f=@(x) 3*x+sin(x)-exp(x); df=@(x)...

mehr als 2 Jahre vor | 0

Beantwortet
What is Jacobi method
See the following source: function [x,ni]=Jacobi(A,b,x0,err,nitmax) %JACOBI Jacobi method %call [x,ni]=Jacobi(A,b,x0,err,ni...

mehr als 2 Jahre vor | 0

Frage


How can I define a symbolic function with vector arguments?
I wish to define a symbolic function with a vector argument, e.g. f(x) = x(1)^2+x(2)^3+x(1)*sin(x(3)) How can I do this withou...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


History.xml strange behavior
When MATlab detect an error, after the error message MATLAB display [1,2,3]*[2,1]' Error using * Incorrect dimensions for...

fast 4 Jahre vor | 1 Antwort | 1

1

Antwort

Beantwortet
Unable to convert expression into double array.
It is not clear what do you want. Your expressions are entirely symbolic. If you want to give later values to x,y,z, phi, etc tr...

etwa 4 Jahre vor | 1

| akzeptiert

Beantwortet
solving coupled differential system
Dear Saman, If set x=u(1), x'=u(2), y=u(3), y'=u(4) and M=[1,0,0,0; 0, m1,0,m2; 0,0,1,0; 0, m2,0,A], then the system becomes...

etwa 4 Jahre vor | 0

Frage


functions of funtions symbolic
How could I define a functional (a function of functions), e.g in MATLAB Symbolic Math Toolbox. The function is an input par...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Conversion from MuPAD to MATLAB
Can anybody help me to convert the following MuPAD functions to MATLAB Symbolic Math? //Peano Th and kernel //pp - truncated...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Function of function in Symbolic Math Toolbox
How could I define a functional in Symbolic Math Toolbox , eg . I wish a generic definition that allows to choose several functi...

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


normalizing a symbolic expression?
Is there any corresponden in Symbolic Math Toolbox for Maple or Mupad function normal ? (normalizing a rational expression, wri...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Customize export from live editor to LaTeX
How can I customize the export from MATLAB Live Editor to LaTeX? Is there a solution different from modification of matlab.sty f...

etwa 4 Jahre vor | 1 Antwort | 3

1

Antwort

Frage


fplot add an undesired line
When I use fplot with LineWidth a dashed thick gray line appears on the right edge o the box. Example h=fplot(@(u) u.*exp(u),[-...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Using previous analysis result in PDE Toolbox
I have a system of two elliptic PDEs which must be solved for several values of some parameters. I order assure convergence, I t...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How can I solve an equation using fixed point method?
If you wish to solve x=2^(-x) use successive approximation method. Provide a function, a starting value and a tolerance. funct...

fast 8 Jahre vor | 0

Beantwortet
How to create 3D grid from data without interpolation?
interp2() has options for cubic or spline

fast 8 Jahre vor | 0

Beantwortet
simple inequality check fails - why?
Your code works works correctly in MATLAB 2014a.

mehr als 9 Jahre vor | 0

Frage


Mupad export to LaTeX
How can I export Mupad notebooks to LaTeX?

etwa 13 Jahre vor | 2 Antworten | 1

2

Antworten