Tien Tran - MATLAB Central
photo

Tien Tran


PetroVietnam University

自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

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

15 个提问
5 个回答

排名
22,216
of 298,292

声誉
2

贡献数
15 个提问
5 个回答

回答接受率
93.33%

收到投票数
2

排名
 of 20,560

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 3
  • First Answer

查看徽章

Feeds

排序方式:

已回答
I wnat to import date in excel file.
You can use a syntax: [num txt raw] = xlsread('yourexceldocument.xls')

9 years 前 | 0

已回答
I followed the instructions for Interactive Fitting (http://www.mathworks.com/help/matlab/data_analysis/interactive-fitting.html#bswij4t) the generated function will not accept variables of types double or single - why?
Hi Linda When you generate a code file, you can use as following: We have a function Linda(X1, Y1, valuesToEvaluate1), so, you...

9 years 前 | 0

提问


How to plot a tornado chart in Matlab?
I want to perform a sensitive analysis for my model, therefore I need to plot a tornado chart. Can you help me to plot a chart l...

9 years 前 | 1 个回答 | 1

1

个回答

已回答
how to add exponential trend?
Hi Nika Star Strider have answered this question for similar problem as following: A=[ 0.734 2.956 132.351 6.1775 1.385 ...

9 years 前 | 0

提问


How can I process data in neural network?
I have a data set involving inputs and target to train a ANN. However, the target is just true or false, how I can process the t...

9 years 前 | 2 个回答 | 0

2

个回答

已回答
Multilayer neural network with newff
I don't understand your question. Are you new one with ANN?

9 years 前 | 0

已回答
How to update the result after each iteration in uitable?
I have checked my code. I still run well, but it take a long time for a loop (about 5 minutes). The result is as follow: ...

9 years 前 | 0

提问


How to update the result after each iteration in uitable?
I want to save and update values calculated in each iteration of a loop into uitable to display on GUI. I have tried to use synt...

9 years 前 | 2 个回答 | 0

2

个回答

提问


How to save values calculated in each iteration of a loop into uitable to display on GUI?
For example: y = 5*x; for x=1:10 y(x) = 5*x; end When x = 1; y = 5; I want to display these values on uitbal...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Finding the fitting equation
I have some experiential data points as the attached file. How can I find a fitting equation for this data following a form belo...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Finding the best fitting function
I see a question on Mathwork: " I have 4 data points that I have plotted and are supposed to yield a cosine wave. How do I go ab...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How to create a random data set from the possible values?
I have eleven inputs, each input have several values. How can I create five hundred distinct sets of variables at random from th...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Failed to using syntax 'genFunction' to simulate
* I have trained a ANN, then using 'genFunction' to create a function file.m named 'netFcn'. However, I have not yet understood ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How to find maximal values in matrix?
* I have a matrix: A =[1, 128; 2, 300; ...;20, 500;...;99, 10; 100, 0]; * the row I need to extract be B=[20,500], with 50...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Using particle swarm optimization
I use Matlab R2014a, when i type "particleswarm" on commad window it is not work. How can I use PSO on this version of Matlab?

9 years 前 | 1 个回答 | 0

1

个回答

提问


How to save data in excel 2010 by Matlab?
When I save data by syntax: xlswrite (....), i just receive a file data of Microsoft Excel 97. How I can save file in new Excel ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Can you help me find the mistake in my Matlab code?
I use Matlab to find the optimal number of wells, however when I run the file of Optimization.m, it seems not work. I don't kno...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Helping to Create Line Animations
I want to create a line animation, but it seems not act in my Matlab software as attached image. Can you help me explaining this...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Help to plot a contour
I want to plot a contour graph to display Z with respect to X and Y. If Z = a*X + b*Y, I can plot a contour. However, If Z is a ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Neural Network in Matlab
I have input and output data to train neural network. How can I predict the following data using Matlab?

9 years 前 | 1 个回答 | 1

1

个回答