photo

John Rebbner


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
1 답변

순위
75,926
of 300,853

평판
0

참여
10 질문
1 답변

답변 채택
20.0%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

참여
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

답변