som - MATLAB Central
photo

som


Last seen: 約2年 前 2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 06/11 to 04/25Use left and right arrows to move selectionFrom 06/11Use 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

68 質問
3 回答

ランク
9,804
of 298,264

評判
2

コントリビューション
68 質問
3 回答

回答採用率
48.53%

獲得投票数
1

ランク
 of 20,554

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,718

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 4
  • First Answer

バッジを表示

Feeds

表示方法

質問


How to Extract NetCDF Temperature data using MATLAB
Hi there, Hope to be fine and everything goes well. I have an nc file named cru_ts4.06.2001.2010.tmx.dat.nc.gz, that has been...

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

0

回答

質問


save and export the value of objective function in GA toolbox
Hi all I have written an optimization M-file and executed it by GA toolbox. I want to save and export the value of objecti...

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

0

回答

質問


Executing a big and time-consuming program
Hi All I have a very big and single program whose execution time is too long. I want to run / save part of the program on one...

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

1

回答

質問


Plotting Two probability distribution functions on a single image
Hi all I have two series data named A & B. I want to plot their probability distribution functions (pdf) through a single im...

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

0

回答

質問


transforming some cells having 2-dimensional matrics to 3-dimensional matrics
Hi all I have a variable named “A” which is in cell format as following: A=cell(4,3); A{:,:}=ones(16,5); <16x5 doub...

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

1

回答

質問


transforming cells having multi-dimensional matrics to 2-dimensional matrix.
Hi all, I have a cell named Z whose elemnts are 3-dimensional matrixs as following: z{1,1}=ones(nsm,nr, num_class)*10; ...

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

1

回答

質問


change a cell having 3-dimenisional matrix into a 2-dimenisional matrix
Hi all, I have a variable named "z" which has the 2-dimensional cell structure like following program: for tt=1:3 ...

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

1

回答

質問


Determining the optimal number of clusters in Kmeans technique
I have a matrix like "A". I want to cluster its data using K-Means method. A=[45 58 59 46 76 53 57 65 71 40 55 59...

12年弱 前 | 3 件の回答 | 0

3

回答

質問


modelling an ANN with lots of Output Variabels
Hi all, I want to run an Artificial Neural Network (ANN) whose patterns contain 12 input variables as well as 10 output vari...

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

1

回答

質問


clssification of a data series according to its numbers
Hi all, I have some cells like "a" whose lenght decrease each step like below: a{1}=[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15...

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

0

回答

質問


seprating a vector into sub vectors ,
Hi all, I have a vector like "a" . I want to classify "a" vector into a cell including 4 seprated vector i.e. A{1}(1:4), A{...

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

1

回答

質問


removing equal elements from a matrix
Hi all, I have a matrix like "a" whose some elemnts are equal to each other. I wato to transform this...

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

1

回答

質問


Finding the maximum value of a function
Hi all, I have a non-linear function like y=3*x^2+5*x+9 wich comes with some constraint as below: ...

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

2

回答

質問


random matrix with fix data
Hi all, I generated A matrix including random and normal variable as below: A=randn(4); ...

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

1

回答

質問


Putting the results of some variables in one sheet
Hi all, I've written a program with some outputs like 'a', 'b', 'c' which are seprated in different sheets of MATLAB. To...

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

1

回答

質問


data generation using bootstrap method
Hi all, I have a data series like 'a': a= [50;46;28;31;38;49;52;33;38;32;61;90;42;42;45;29;36;30;...

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

1

回答

質問


comparing relevant elemnts of two matrix
Hi all, I have two matrics like below: a=[9 7 NaN; 6 3 8; 15 NaN 5; NaN 4 2]; b= [10,14,NaN;10,10,13;10,NaN,1...

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

4

回答

質問


Fit an equation to a matrix
Hi all, I have a matrix like a=[3 7 6; 8 5 7; 1 4 7]; I want to fit an equation like below to all...

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

0

回答

質問


Import a vector including strings and numbers
Hi all, I have a series of data including strings (e.g. stars) and numbers like below: A= [*0.29 *0.60 *0.54 *0.72 *0...

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

1

回答

質問


loading and removing combined string and number vectors
Hi all, I have a series of data including strings (e.g. stars) and numbers like below: A= [*0.29 *0.45 *0.37 *0.56 *0.49 ...

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

1

回答

質問


being equal two matrics contaning NaNs and numbers smaller than 1
Hi all, I have two matrics e.g. "a" & "b", which contains some "NaN" elements and numbers less than 1. ...

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

1

回答

質問


which two members from s vector restricted a random number
Hi all, I have a vector like s=[200 278 434 590 746 903 1059 1215 1371 1450]. I want to determin...

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

1

回答

質問


loading / calling a prepared Auto Regressive model in another for- loop
Hi all, I've written a program which generate an one-order Auto Regressive modele, named AR(1) model, for each month, i.e. t=1:...

13年弱 前 | 0 件の回答 | 0

0

回答

質問


loading an prepared Auto Regressive model in another for- loop
Hi all, I've written a program which generate an one-order Auto Regressive modele AR(1), named ar_prmtr model here, for each ...

13年弱 前 | 0 件の回答 | 0

0

回答

質問


time seris prediction using AR(1) model
Hi all, I want to forecast/ predict a time series based on first order Auto Regressive modeles,AR(1). The time series which c...

13年弱 前 | 0 件の回答 | 0

0

回答

質問


debugging operation
Hi, I wrote a program and I want to debug it usnig 'keyboard command'. clc; clear; tic ; for i=1:100 a=i^2+i+10...

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

1

回答

質問


a couple of question
Hi all, I have a couple of question. I would appreciate if somebody replies me. The mentioned questions are as below: 1: I w...

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

1

回答

質問


decreasing run time of a program -
Hi all; I've written a program including foure loops like below: clear ; clc ; tic ; %== input data ============...

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

1

回答

質問


generation of fixed random variables
Hi all, I want to generate 12 sets of random variable whose elements don't change in each run. I tried with following commands ...

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

2

回答

質問


removing case sensitivity in matlab
hi all, How can I remove the case sensitivity in matlab? Is there a command for that?? Thanks

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

2

回答

さらに読み込む