photo

Leon


Last seen: 대략 2개월 전 2019년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

32 질문
2 답변

File Exchange

1 파일

순위
188,165
of 300,813

평판
0

참여
32 질문
2 답변

답변 채택
62.5%

획득한 표
0

순위
18,113 of 21,086

평판
2

평균 평점
0.00

참여
1 파일

다운로드 수
1

ALL TIME 다운로드 수
29

순위

of 171,169

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 4
  • First Submission

배지 보기

Feeds

보기 기준

질문


The single function is not behaving as expected
I'm trying to use single to save disk space because my files are very large. I know it could affect the precision if my numbers ...

대략 2개월 전 | 답변 수: 2 | 0

2

답변

질문


New empty figure window shows up every time I run this colormap command
I have a program created using App-Designer. After adding the code below to my script, it would generate a new empty figure, ev...

4개월 전 | 답변 수: 1 | 0

1

답변

질문


How to disable interactive icons on Matlab plots within App Designer?
Every time after a Matlab plot is created, if you hover your mouse cursor to the upper right side of it, you will see small icon...

5개월 전 | 답변 수: 1 | 0

1

답변

질문


My program developed in App Designer is not fully functional in Runtime
Does anyone know why my program developed in App Designer is not working properly within Runtime? Is that because I have some co...

6개월 전 | 답변 수: 0 | 0

0

답변

질문


In App Designer, how can I ensure that the values displayed on the UI do not appear in scientific notation?
For example, I have a field called app.Profile.Value. Large numbers are often converted to scientific notation. How do I force a...

6개월 전 | 답변 수: 1 | 0

1

답변

질문


Can not read MAT file in another language
I have two MAT files. I can open A but can not open B in Julia. When I used the command “@show(File)”. I got the below for File...

6개월 전 | 답변 수: 1 | 0

1

답변

질문


Precision lost when combining Int32 integers with single precision numerical numbers
I have a column data A composed of Int32 numbers, and another column data B composed of single precision numbers. When I try t...

7개월 전 | 답변 수: 4 | 0

4

답변

질문


How to ensure the file path information in Matlab uialert windows is not abbreviated?
Below is my code: File_W = fullfile(Path, 'Output', ['Test_.xlsx']); message = sprintf(['An Excel file named ', File_W, ' has ...

7개월 전 | 답변 수: 0 | 0

0

답변

질문


A question about text string concatenation
Below is my code to concatenate several text strings together. Why doesn't it work? When I used disp(a), it shows them as separa...

7개월 전 | 답변 수: 3 | 0

3

답변

질문


Error: Inputs must be character vectors, cell arrays of character vectors, or string arrays.
Here is an example of my Variable A: A= "33RO30160505" "33RO30160507" "33RO30160508" isstring(A) = 1. However, I keep ge...

7개월 전 | 답변 수: 1 | 0

1

답변

질문


How to store this type of data with unknown number of them?
I have a N by 3 column data, each row, I need to store some additional information like the below: empty [] [1, 2, 31] [45] ...

7개월 전 | 답변 수: 1 | 0

1

답변

질문


How to convert a column of float or not data into double?
My data column can be float numbers throughout, e.g. A = [1, 2, 3]; or a strings, like the below B = [1, 2, 3, 'n/a', 5]; I...

7개월 전 | 답변 수: 3 | 0

3

답변

질문


How to reduce the file size of MAT files?
My MAT file is around 7 GB. It has been very slow to read and write into this file. I wonder if there are ways I can make the fi...

7개월 전 | 답변 수: 2 | 0

2

답변

질문


Is it possible to reduce this for loop into one line of code?
My goal is to simplify the for-loop below to a one line of code. Please see attached for a mat file storing the Headers variable...

10개월 전 | 답변 수: 4 | 0

4

답변

질문


How to simplify this for-loop into a one line of code?
Attached is a file storing a cell array A, a logical array for the columns: tf, and a logical array for A: map2. My goal is to...

10개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to identify strings that can be converted to float numbers in a cell array?
Can it be as simple as this? >> str2double(A) ans = NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN ...

10개월 전 | 0

답변 있음
How to identify strings that can be converted to float numbers in a cell array?
Many thanks for the proposed solution. Unfortunately, I have hundreds of these files, and each of them is like a box of chocol...

10개월 전 | 0

질문


How to identify strings that can be converted to float numbers in a cell array?
I can convert a string to double using str2double, but my goal is to identify such cells. Attached is an example file. A = rea...

10개월 전 | 답변 수: 2 | 0

2

답변

질문


Cell2table issues when a numerical column is read as strings
Attached is a data file test5.mat, containing a varaible "A". It stores one column (out of many columns, which can either be num...

10개월 전 | 답변 수: 1 | 0

1

답변

질문


How to assign a double value to a cell array?
My goal is to replace any missing values in my cell array T1 with -999, if the column is composed of floating numbers, and repla...

10개월 전 | 답변 수: 1 | 0

1

답변

질문


Is this a bug of the detectImportOptions function?
My goal is to determine the location of the variable names row. Attached is a sample Excel data file. Metadata information cou...

10개월 전 | 답변 수: 1 | 0

1

답변

질문


Matlab Central bugs?
While I was trying to post a question on my Safari, several fields, including the "Description" was grayed out. As a result, I c...

10개월 전 | 답변 수: 0 | 0

0

답변

질문


How to read all rows of an Excel with missing rows included?
My goal is to read all contents of an Excel file as cells using the function "readcell". However, every time when I used this fu...

10개월 전 | 답변 수: 4 | 0

4

답변

질문


How to detect missing values in a string cell array
I have a cell array A like the below: Columns 1 through 4 {'NAME'} {'STNNBR'} {[<missing>]} {'SAMPNO'} . I tri...

10개월 전 | 답변 수: 1 | 0

1

답변

질문


Indexing data on a grid
I have a variable VAR with a size of 360 x 180. I also have an index Ind (composed of 1 and 0) on the same size. How do I get a ...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


How do I do a regress like this?
I have a series of numbers that decrease by about the same percetentage rate with time. How do I do the regression to find the e...

2년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Anyone knows how to make a vertical contour plot like this?
Attached is an example. The figure is from this paper: https://science.sciencemag.org/content/363/6432/1193. I wonder if this c...

대략 5년 전 | 답변 수: 0 | 0

0

답변

제출됨


Reading information of a NetCDF file
"ncdisp" does not indicate the N number of a variable. Here is an alternative function. Var = netcdf.getVar(ncid, N);

대략 5년 전 | 다운로드 수: 1 |

0.0 / 5

질문


How to make a text area in app-designer GUI copyable?
I create a GUI interface using Matlab app-designer. One thing I notice is that the info generated inside a text area box can not...

대략 5년 전 | 답변 수: 0 | 0

0

답변

질문


How to write a loop so that I do not need to repeat my super long inner loop?
The station number column of my data can be either numerical or string. I have to rely on the station number info to split the d...

거의 6년 전 | 답변 수: 1 | 0

1

답변

더 보기