photo

Lorenzo


Last seen: 18 Tage vor Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

All
  • First Review
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Neural network with multiple time series and exogenous variables inputs
Dear all, I am trying to address the following problem: I would like to apply some neural network architecture to a group of di...

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How to use a 32bit DLL in Matlab 64bit
I know that it is not possible to mix the 32 and 64 bit world. My idea is indeed to write the gateway. I'm asking if someone ha...

etwa 7 Jahre vor | 0

Frage


How to use a 32bit DLL in Matlab 64bit
Hi, I need to interface two instrument to a matlab program. I have the 32 bit DLL of one of the instrument and the 64 bit DLL...

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


R2014b: warning message when opening .fig of previous releases
Hi, with R2014b I have a problem in opening .fig figure files created and saved in previous releases of Matlab. I have sev...

mehr als 8 Jahre vor | 4 Antworten | 1

4

Antworten

Beantwortet
R2014b: warning message when opening .fig of previous releases
No, I didn't find any solution. For now I'm still using the R2014a as a lot of my collegues are using previous Matlab releases ...

mehr als 9 Jahre vor | 0

Gelöst


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

mehr als 11 Jahre vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

mehr als 11 Jahre vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

mehr als 11 Jahre vor

Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

mehr als 11 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

mehr als 11 Jahre vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

mehr als 11 Jahre vor