Feeds
質問
How to make a switch statement work for a matrix
I am trying to convert letters to numbers using the following switch algorithm: switch grades case {'A','a'} GP =...
7年弱 前 | 1 件の回答 | 0
1
回答質問
How to find a corresponding matrix value
I have two matricies, y and t, and I calculated the values of t from the values of y. I then found the minimum value of t, but I...
7年弱 前 | 1 件の回答 | 0
1
回答質問
Function output into a variable
How do I insert my function outputs into a variable in my script? Here's my function: function [r,th] = AddVecPol(r1,th1,r2,th...
7年弱 前 | 2 件の回答 | 0
2
回答質問
Inputting a certain number of data points between two values
I need to input x values from 0 to pi with ten data points in that range. How do I specify that I want ten data points? I know h...
7年弱 前 | 1 件の回答 | 0
1
回答質問
How to refer to multiple separate columns?
B = 15 12 9 6 3 2 4 6 8 10 6 12 18 24 30 How do I refer to columns...
7年弱 前 | 1 件の回答 | 0

