Community Profile

photo

Synthia Caruvana


Active since 2019

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Answered
How to make a switch statement work for a matrix
nevermind i got it fam

5 years ago | 0

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 2 answers | 0

2

answers

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer