photo

John Rebbner


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
1 回答

ランク
176,978
of 300,779

評判
0

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

回答採用率
20.0%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,997

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
How to DEconcatenate a string in matlab?
for i=end_ln:length(raw(:,1)); . . . if raw{i,1} == 1 && isnan(raw{i,1})~=1 && isempty(raw{i,1})~=1; [NameX(i,1)] =...

7年弱 前 | 0

| 採用済み

質問


How to DEconcatenate a string in matlab?
Hello! How to deconcatenate a string in matlab? I read some data (Names) from excel, and sort them in a matrix. Then the I use...

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

1

回答

質問


How To Display Different Text Than The Value In Same Cell?
Anybody who knows how to do that??? For example I want to read data from excel via a MATLAB script, but in excel I want the da...

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

1

回答

質問


How to put spaces between the elements inside a char array
Hello, gyus :) Let's say I have a char array like: data = [ format_time, ' ', format_data, ' ', '\r\n']; where format time...

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

1

回答

質問


Read data from Excel and turn from cell into a text str
Hi guys! I'm trying to read data from excel usign the script below. [~,txt,raw] = xlsread('config_SCADA.xls'); . . . if av...

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

0

回答

質問


Char function for a cell array
Hello! I have a problem with converting an cell array to a char array and then from vertical to horizontal. %So the results...

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

2

回答

質問


How to transpose a cell array converted into a character arrray?
Hi! I have a cell array such as: Using xlsread I store the data in an array named Colours. The type of the array is cell....

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

2

回答

質問


Why does xlsread fun fills in NaNs if the cell is blank ????
Hi! I have some blank cells in the middle of my raw array. How can I avoid these NaNs and to leave the cells empties? Thank you...

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

0

回答

質問


Find empty cells in excel
Hi! I am trying to read data from a specific column in excel, but want to stop my code when it meets an empty Here is my code:...

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

3

回答

質問


Reading data from excel
Hello, guys! I'm trying to write a code which reads data from a spesific column in excel. I am using xlsread comand in matlab co...

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

1

回答

質問


What would happen if the time for function execution is bigger that the t.Period using timer object
Hello, guys! I am wondering what would happen if I use a timer object to execute a program, but the period of the timer is small...

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

1

回答