![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13803312_1724373172283.jpeg)
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...
6개월 전 | 답변 수: 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년 전