photo

Christophe


Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ?

fast 12 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


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...

fast 12 Jahre vor | 1 Antwort | 3

1

Antwort

Frage


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...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
how to forbid several calls to the same function
Thanks a lot Jan.

mehr als 12 Jahre vor | 0

Frage


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 ...

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
underline a letter in the label of an uimenu object
Thank all for your answer.

mehr als 12 Jahre vor | 0

Frage


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 ?

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to get an ouput of a function in a try block ?
Thank you for your answer !

mehr als 12 Jahre vor | 0

Frage


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 ...

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten