已解决


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:...

3 years 前

已回答
How to select array elements based on the elements of another array?
I understand you're trying to get all the values in an array between two values. You may use a mask to achieve your objective ...

3 years 前 | 0

已回答
Error using readtable (line 318)
I understand you're getting an error when reading 'tsunamis.xlsx' Run the following code and it should work fine Clear all B...

3 years 前 | 0

| 已接受

已回答
how to include four hidden layers by taking away LSTM.
I understand you would like to add 4 fully connected hidden layers without LSTM. The same fullyConnectedLayer() function can b...

3 years 前 | 0

| 已接受

已回答
How to plot matlab figure in excel through matlab script
I understand that you're trying to import MATLAB figures into a Microsoft Excel workbook. Please find here the documentation fo...

3 years 前 | 0

已回答
COMBINATION OF CLASSIFIERS KNN AND ADI BY VOTING RULE
I understand that you're trying to combine the results of 2 classifiers using majority voting. Please look at this similar ques...

3 years 前 | 0

已回答
Getting a new rotation matrix from an existing one by rotating an angle about a certain axis
It is my understanding that you are looking for a function that can rotate an object about an axis by a specific angle. The ro...

3 years 前 | 0

已回答
How to put square root numbers into Matlab?
Hello Ryan, There are 2 ways to go about it. One possible way is: 7 * sqrt(2) / 2 Another possible and more general way to ...

3 years 前 | 0

| 已接受

已回答
calculate the difference on the antenna azimuth
Hello Michael, Given an angle A in degrees, the signed angle is (A + 180) modulo 360 - 180 The difference between two angl...

3 years 前 | 2

| 已接受