photo

Cong Ba


The MathWorks Inc

2016 年からアクティブ

Followers: 0   Following: 0

I work in the Engineering Development Group at MathWorks and have a background in Biomedical Engineering.

My professional interests include MATLAB.

統計

All
MATLAB Answers

1 質問
9 回答

ThingSpeak

4 パブリック チャネル

ランク
3,248
of 300,369

評判
18

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

回答採用率
0.0%

獲得投票数
2

ランク
 of 20,936

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,436

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

スコア
0

バッジ数
0

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

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

平均評価
35

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

平均いいねの数

  • Knowledgeable Level 2
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How can i compute the mean of specific number of table rows?
Try reshape: a = randn(100,1); % assume this is the column you have b = reshape(a,[10,10]); % reshape it so each co...

約8年 前 | 0

| 採用済み

回答済み
Plot data from cell array
Try if this works for you: %% a is a cell array of 1x7 cell and each of this is a 1x100 double a = cell(1,7); for i =...

約8年 前 | 1

| 採用済み

回答済み
How to do cubic spline smoothing of two 2D matrixes of equal size
Have you checked out this? https://www.mathworks.com/help/matlab/ref/interp2.html#inputarg_method

約8年 前 | 0

回答済み
How to effectively assign values to different location in a TABLE?
%% copied from your question nums =[5;6;7;12;13;14;16;17;18]; v1_threshold = 0.1:0.1:0.2; table = cell2table (repmat...

約8年 前 | 0

回答済み
Error message when using findpeaks and csvread
Try this (remember to put the csv file in the working folder): data = csvread('baselinesmooth.csv'); [pks,locs] = findpe...

8年以上 前 | 0

回答済み
Can I extract the ROIs into separate images for classification?
Try something like this: (assume you've got your ROIs as seperate matrices, I_ROI_1, I_ROI_2, etc. ) I{1} = I_ROI_1; I{...

8年以上 前 | 0

| 採用済み

回答済み
Parallel calculations on matlab
Memory usage is actually irrelevant here. You actually wanted to look at CPU usage. And this question is actually more relevant ...

8年以上 前 | 1

回答済み
plotting data by month/year
Hi Alexis, You may look into this data type called <https://www.mathworks.com/help/matlab/timetables.html timetable> . It is ...

8年以上 前 | 0

回答済み
How can I insert 2 figures in one figure?
Hi Agustin, It seems like you want to have 2 separately plots on one figure - and if this is the case, <https://www.mathworks...

8年以上 前 | 0

チャネル


number of cars in west visitor parking area

8年以上 前

チャネル


test_matlab_push

8年以上 前

チャネル


Traffic Peak Analysis

8年以上 前

チャネル


Cong's 1st Channel - Dew Point
Cong's 1st Channel - will use temperature and humidity to calculate dew point, or more.

8年以上 前

質問


about 2d spaps (smoothing spline)
I have some sparse data points in a 3d space, let's say temperature, humidity and attendance of my class of 100 days. So I have ...

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

0

回答