Statistiques
RANG
1 844
of 297 161
RÉPUTATION
36
CONTRIBUTIONS
7 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
85.71%
VOTES REÇUS
18
RANG
of 20 418
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 158 003
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
How to write a vector-valued function with vector input from the screen in MATLAB?
I have just found that (3) and (4) can be done by the following code TRUE = 1; FALSE = 0; OK = FALSE; while OK == ...
environ 7 ans il y a | 0
| A accepté
Question
How to write a vector-valued function with vector input from the screen in MATLAB?
I am trying to do the following in MATLAB: 1. input *from screen* a small positive integer M (between 1 and 8); 2. in...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How should I define a missing function in this program?
In the attached program (from a companion website of a numerical analysis book), the file F.m is missing, which is supposed to b...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
Cell array manipulations in MATLAB
I have two cell arrays: |countryname| and |export|. There is only one column in |countryname|, which is the code of the names...
environ 9 ans il y a | 2 réponses | 0
2
réponsesRepeat element of a vector n times without loop.
I would use repelem(X,3,1)
environ 9 ans il y a | 18
Question
area plotting in the complex plane
Does anybody know how to "plot" an area in the *complex plane*? For example {z:|f(z)|<1} where f(z)=(1+z)/(1-z). Or more gene...
presque 14 ans il y a | 1 réponse | 0
1
réponseQuestion
Does MATLAB R2010b have a symbolic math toolbox?
Does MATLAB R2010b have a symbolic math toolbox? I can find it in the root of the file. But when I search it in the start menu i...
presque 14 ans il y a | 2 réponses | 0
2
réponsesQuestion
set the state for the random number generator
For the function "randn", one can use randn('state',100); to set the state. How about the generator "*poissrnd*"?
presque 14 ans il y a | 1 réponse | 0
1
réponsesymbolic calculation
The key point is that the MATLAB one uses needs to have the symbolic toolbox. Otherwise, one can not go further for the symbolic...
presque 14 ans il y a | 0
Question
symbolic calculation
Why do I get >> a = sqrt(sym(2)) a = 1/2 2 inst...
presque 14 ans il y a | 2 réponses | 0