Kafayat Olayinka - MATLAB Central
photo

Kafayat Olayinka


Last seen: 4年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 02/19 to 04/25Use left and right arrows to move selectionFrom 02/19Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 質問
1 回答

ランク
289,615
of 298,086

評判
0

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

回答採用率
80.0%

獲得投票数
0

ランク
 of 20,530

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,316

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Answer
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to remove first 19 rows from a multidimensional cell array
I have a multidimentional cell array, A(1by 4 cell array) Each cell contains A{1,1} has [100,10] A{1,2} has [100,11] A{1,3}...

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

1

回答

回答済み
tabulate() is not working properly
price=[0,30,30,60,60,90]; tab=tabulate(price); output for tab: price count % 0 1.0000 ...

約5年 前 | 0

質問


how to reduse the size of an array for meshgrid
I have dataset of x,y,z x=[1:13670]; y=[1:13670]; when i meshgrid x and y, [X,Y]=meshgrid(x,y); I recieved the following er...

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

1

回答

質問


How to make a 1D become 2D and create a contourf plot
Let say: time=[1:10]; height=[100:100:1000]; temp=[273:1:282]; So as, i can plot(time,temp) and i can also plot(temp,heigh...

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

1

回答

質問


Error with find function in a for loop
Time, height, and temperature variable all have the same array size. I want find temperature at altitude greater than 6km. I als...

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

1

回答

質問


how to make a boxplot of z(x)?
I have 3 dataset. Month, Height, Temperature. I was able to plot, scatter(month,height,10,temperature); I will like to know ...

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

1

回答

質問


adding multiple arrays into one big array
Hi, I have multiple array with different sizes such as A1=(200 by 3000),A2=(280 by 3020). I will like to create a zeros matrix...

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

1

回答

質問


accumulate in multiple array
I have: Temperature profiles array for 5 days. such that, temp(heigth,day). however, there are multiple profile in some days wh...

6年弱 前 | 2 件の回答 | 0

2

回答

質問


how to make two differnt size array into same
I have arrays: T1=(5160 by 1); Temp=(5160 by 1); T2=(6100 by 1); RH=(6100 by 1); I will like to plot these together. But fir...

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

1

回答

質問


rearranging textfile that contains commas
Hi, I have a textfile that looks like the following. The text breaks at the end of the 25th typed space date,time,lat,long,alt...

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

1

回答

質問


How can I make multiple cell array sizes the same
I'm working with a cell array,time which has 1by4 cell. i.e time= 1 by 4 cell arrays. Each cell has differnt sizes. i.e time{...

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

1

回答