Farshina Nazrul Shimim
Followers: 0 Following: 0
統計
All
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ヶ月 前 | 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年 前 | 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年以上 前 | 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年弱 前
解決済み
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年弱 前
解決済み
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年弱 前