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 =...
6 years 前 | 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...
6 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

