photo

Christophe


Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

10 Questions
3 Réponses

RANG
14 723
of 300 853

RÉPUTATION
3

CONTRIBUTIONS
10 Questions
3 Réponses

ACCEPTATION DE VOS RÉPONSES
30.0%

VOTES REÇUS
3

RANG
 of 21 094

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 319

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

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How create a new transfer function in a neural network without using SIMULINK ?
I need to use the transfer function x.^2 in a neural network. But I don't know how to use custom function in a neural network. T...

presque 8 ans il y a | 1 réponse | 0

0

réponse

Question


how use fzero with matlab coder and a function with parameters ?
I want to solve the equation f(x,p) = 0 for several values of p. A correct way to perform this task is to write a function (h...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


affect values to cells without a loop
I have the following cells : a{1}=zeros(1,3); a{2}=zeros(1,4); ii{1}=1; ii{2}=3; b{1}=2; b{2}=3; How can I set a{1...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


can MATLAB download files from a website ?
Is it possible with MATLAB to download files from a website ? If the answer is yes, how do we proceed ?

environ 13 ans il y a | 4 réponses | 0

4

réponses

Question


is there a function to compute the area of a polygon in 3D ?
I want to compute the area of polygons which vertices are in an other plane than plane X,Y. So they are defined by coordinates X...

plus de 13 ans il y a | 1 réponse | 3

1

réponse

Question


How to transfert the focus to a cell of a uitable object
If h is the handle of a uicontrol object it is possible to transfer the focus to this object with the command uicontrol(h). Now...

presque 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
how to forbid several calls to the same function
Thanks a lot Jan.

environ 14 ans il y a | 0

Question


how to forbid several calls to the same function
I have a function, *myfun*, which generates a user interface with several graphic objects. So, when I run *myfun*, I have still ...

environ 14 ans il y a | 3 réponses | 0

3

réponses

Réponse apportée
underline a letter in the label of an uimenu object
Thank all for your answer.

environ 14 ans il y a | 0

Question


underline a letter in the label of an uimenu object
Hello ! Is it possible to underline a letter in the label of an uimenu object ?

environ 14 ans il y a | 3 réponses | 0

3

réponses

Question


Reset to Original View with zoom
I have a problem with the "Reset to Original View" command when I use the zoom: If I enter: figure; plot(rand(1,500)); h...

environ 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How to get an ouput of a function in a try block ?
Thank you for your answer !

environ 14 ans il y a | 0

Question


How to get an ouput of a function in a try block ?
Hello ! I have the following function: try h = MyFunction(arg1,arg2); catch close(h); end Unfortunately it ...

environ 14 ans il y a | 3 réponses | 0

3

réponses