提问


problem with m file
I have written the following m file, but gives me error instead of plotting the data. The error I get is:Error using plot Vecto...

4 years 前 | 1 个回答 | 0

1

个回答

提问


To store Output of a user defined function in an array
Suppose I have a user defined function which has only one input "b" and one output argument "e", e.g. function e=user_defined(b...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to present our data in different graphs
(A) I have a desired vector u=[1 2 3 4]. I used an algorithm and that algorithm estimated a best solution for my desired vector...

4 years 前 | 0 个回答 | 0

0

个回答

提问


My Excel writing program does not stop
I have two arrays of vextors V1 and V2. Array V1 has 100 row vectos and array V2 has 100 row vectors. i,e, each vector is a row ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to write a matlab program to arrange my workspace data?
I have a desired vector u=[0.5 1 2 40 70 90]. I give this vector to a metaheuristic algorithm and I run the algorithm. The algo...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to arrange a vector elements on the pattern of a reference vector
I have a reference vector u=[0.5 1 1.5 0.6981 1.3962 1.5707]. I want to estimate this vector via an algorithm. For that I am...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
How to re-arrange swapped elements in an estimated vector as compared to a reference vector
half_1st = 1:3; half_2nd = 4:6; tol = 0.1; u=[0.5 1 1.5 0.6981 1.3962 1.5707]; nn=0; for n=100:199 nn=nn+1; ...

5 years 前 | 0

提问


How to re-arrange swapped elements in an estimated vector as compared to a reference vector
I have a reference vector u=[0.5 1 1.5 0.6981 1.3962 1.5707]. I estimate several vectors of the same size using a metaheurist...

5 years 前 | 3 个回答 | 0

3

个回答

提问


Performance metrics of an algorithm
I have a desired vector u=[1 2 pi/4.1 pi/4]. I am using a metaheuristic algorithm BOA (Butterfly Optimization Algorithm). I esti...

5 years 前 | 1 个回答 | 0

1

个回答

提问


MSE, RMSE and any other useful evaluation metrics
If I have 100 vectors of error and each error vector has got four elements, then how can we we find its MSE, RMSE and any other ...

5 years 前 | 1 个回答 | 0

1

个回答

已回答
RMSE - Root mean square Error
If I have 100 vectors of error and each error vector has got four elements, then how can we we find its MSE, RMSE and any other ...

5 years 前 | 1

提问


I have 10 rows and four columns in variable two. I want to write one row in one cell, 2nd row in 2nd cell, 3rd row in 3rd cell and so on into an Excel file using Matlab. How can I do this?
I have a Matrix in Matlab Workspace having floating point data. The order of the matrix is 10x4. I want to write 1st row in A1 c...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to solve the problem in deepNetworkDesigner when outputs are more than input.
[x,t] = simplefit_dataset; Using this how can I enter my own inputs and traget data. e.g. if my input=[1; 2; 3; 4; 5]; and my t...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
what is x,t and y variables in this code?
[x,t] = simplefit_dataset; Using this how can I enter my own inputs and traget data. e.g. if my input=[1; 2; 3; 4; 5]; and my t...

5 years 前 | 0

提问


Why my exe file built in matlabR2009a cannot run on other systems?
I make exe file in matlabR2009a on a system having windows XP(32 bit).I have installed MCR on my system also and include MCR dur...

9 years 前 | 2 个回答 | 0

2

个回答

提问


I cannot use deployment Tool in my matlab 2015 because when I select Application Compiler, I get this figure window.What to do now? Regards
When I type deploytool in command window and press enter,a window appears showing 4 options.When I select the 1st ie application...

9 years 前 | 2 个回答 | 0

2

个回答