photo

Lorenzo


Last seen: 6ヶ月 前 2012 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

3 質問
3 回答

Cody

0 問題
6 解答

ランク
35,146
of 300,886

評判
1

コントリビューション
3 質問
3 回答

回答採用率
0.0%

獲得投票数
1

ランク
 of 21,104

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
52,649
of 171,502

コントリビューション
0 問題
6 解答

スコア
70

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Answer
  • First Review
  • Solver

バッジを表示

Feeds

表示方法

回答済み
Matlab Freezes when Double Clicking to Open M Files
As I said before, I have the same problem, with the addition that even from the command line "edit xxxx.m" hangs for about twent...

1年以上 前 | 0

質問


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

5年以上 前 | 0 件の回答 | 0

0

回答

回答済み
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...

8年以上 前 | 0

質問


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

8年以上 前 | 2 件の回答 | 0

2

回答

質問


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

約10年 前 | 4 件の回答 | 1

4

回答

回答済み
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 ...

11年弱 前 | 0

解決済み


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

約13年 前

解決済み


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

約13年 前

解決済み


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

約13年 前

解決済み


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

約13年 前

解決済み


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

約13年 前

解決済み


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

約13年 前