photo

Francisco Angel


Universidad Tecnica Federico Santa Maria

2013 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

4 質問
1 回答

Cody

0 問題
5 解答

ランク
124,052
of 300,829

評判
0

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

回答採用率
25.0%

獲得投票数
0

ランク
 of 21,088

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
58,063
of 171,210

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

スコア
60

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

質問


Handles not initialized at running GUI from GUIDE
Hello everyone, I'm facing a problem using GUIDE, I have developed a GUI that analyses an image and output the result trought a ...

11年以上 前 | 1 件の回答 | 0

1

回答

解決済み


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

12年弱 前

回答済み
Representing and approximating third order differential equations
Transform the problem in a system of first order differential equations: dy1 / dx = y2 dy2 / dx = y3 dy3 / dx = 2-y3-x*y1-y...

12年弱 前 | 0

解決済み


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

12年弱 前

解決済み


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

12年弱 前

解決済み


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

12年弱 前

解決済み


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

12年弱 前

質問


NN Out of memory trough code but not trough GUI, R2010a.
Hello, I'm using neural network to try to fit some data, here is the data used: if true % code XB_all_bottles_norm_...

12年弱 前 | 0 件の回答 | 0

0

回答

質問


Unexplainable (to me) "not enought input arguments error"
Hello I am making a code that takes data and remove outliers, the data are read from a excel file, here is the code if true ...

12年以上 前 | 1 件の回答 | 0

1

回答

質問


How to save actual values in a GUI to next session, simple example please
Hello, I have a calculation that requires a large number of parameters to be entered and not expected to change all of them in ...

13年弱 前 | 1 件の回答 | 0

1

回答