Farshina Nazrul Shimim
Followers: 0 Following: 0
Feeds
提问
How to Remove Extra Subplot When Custom Plotting with 'particleswarm'?
Hello MATLAB Community, I’m working on implementing a custom plot function for the particleswarm function in the Global Optimiz...
3 months 前 | 1 个回答 | 0
1
个回答提问
Invalid training data. Predictors and responses must have the same number of observations. In trainNetwork function, multiple featureInputLayer, neural network for regression
Hi Everyone, I am trying to build a multiple-input feedforward neural network for regression. I got the idea of the what the in...
1 year 前 | 1 个回答 | 0
1
个回答提问
How to specify nrows and ncols instead of latscale and lonscale in georesize?
I am trying to rescale geotiffs using georesize. I have a required size [1527,3164] and I am extracting the latscale and lonscal...
2 years 前 | 0 个回答 | 0
0
个回答已解决
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
4 years 前
已解决
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
4 years 前
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
4 years 前