photo

Javier


2012 年からアクティブ

Followers: 0   Following: 0

Professional Interests: MATH

統計

MATLAB Answers

13 質問
3 回答

ランク
10,544
of 300,369

評判
4

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

回答採用率
69.23%

獲得投票数
0

ランク
 of 20,936

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,436

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


Reading string from an exel file using xlsread
Hello Everyone, How are you? Well, I'm trying to read a Exel file with Missing Values using xlsread, but when I run the code,...

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

0

回答

質問


How to get MATLAB xlsread to read, in OS X El Capitan.
Hello Everyone, How are you? Well, I'm trying to read a Exel file with Missing Values using xlsread, but when I run the code,...

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

1

回答

質問


make a 3D plot using science data
Hello, everyone¡ I'm trying to make a 3D plot using the variables latitude, longitude and air temperature. The way how I meas...

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

0

回答

質問


Problem with xlsread.
Hello, everyone¡ I'm trying to read a .xls file using the xlsread code from matlab, after a lot of fail attempts, I just ca...

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

2

回答

質問


Please, help with Time series statistic problem
Hello, I'm using Matlab to compare 9 temperature time series, and I want to know if the difference between each of them is si...

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

1

回答

回答済み
To find the position of the elements which are same in vector
ind=unique(a) for i = 1 : length(ind); [z] =find(a==ind(i)) limit(i,:)=[z(1) z(end)] end out = [ind limit] ...

約12年 前 | 0

質問


How can i find the position of same elements in matlab......
For Example : x=[1 1 1 2 2 3 3 5 5 5 7 7 7] result = 1 1 3 2 4 5 3 6 7 ...

約12年 前 | 2 件の回答 | 0

2

回答

質問


Geolocation matrix problem, #Matlab
Hello, I'm working with a matrix for 100 days, latitude 3248x152x100 394956800 double ...

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

0

回答

回答済み
Fibonacci Sequence while loop.
%s. de fibonacci f = [1,1]; i1 = 1 while f(i1) + f(i1+1) <100; f(i1+2) = f(i1) + f (i1+1); end

12年以上 前 | 0

質問


Help. I'm trying to created a code that...........
I'm trying to created a code that doing something like this, when v (time serie) changes only from negative to positive (zero ...

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

2

回答

質問


patch question? image processing
Hello, using the patch code I'd created a map, anyone know how I can generate the patch without that line (between the islan...

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

1

回答

質問


I'm trying to create a code that doing something like this ......
Hello........ I'm trying to create a code that doing something like this data=[1 1 1 -1 1 1 -1 -1 -1 1 1 1] take the se...

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

2

回答

質問


How to extract the first and last position for each ones series ?
For example How to extract the first and last position for each ones series ? X= [0 0 1 1 1 0 1 1 0 1 1 1 0 0 1 ] %res...

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

4

回答

質問


How to position a data, in an array of coordinates?
How to position a data, in an array of coordinates? I want to create an array of longitude, latitude and temperature? I don't...

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

1

回答

質問


How count positive numbers, but when you get a negative, the sum stops. so then, sum the following sequence of positive numbers..
Example v = 1 1 -1 1 1 1 -1 -1 1 %sum the sequence of positive numbers that are togethe...

約13年 前 | 3 件の回答 | 0

3

回答

回答済み
Peridiograma y Filtro media movil ?
Hola Pablo, creo poder ayudarte........ El periodograma se define como el modulo al cuadrado de la FFT dividivo por el total ...

13年以上 前 | 0

| 採用済み