Community Profile

photo

Karen Landeros


Last seen: 1 year 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


compare two arrays then compare them to create a new one
So I have two arrays: A=randperm(5,5) B=randperm(5,5) And I want to compare the two and see if they match. If the number and ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


how do I randomly assign an effect to image
my code goes something like this: rgbImage = imread ('bunny.png'); %black text image saying "bunny" rgbImage2 = imread ('drago...

3 years 前 | 1 个回答 | 0

1

个回答

提问


moving decimal places to the left
hello! super simple question lol how do I turn my answer from: 1.0 into .1 ? So yes, how do I move the decimal place t...

3 years 前 | 1 个回答 | 0

1

个回答

提问


splitapply: further subdividing
So i have a table above and I want to use splitapply to find the mean. So the mean would come from this: #number of trues...

3 years 前 | 2 个回答 | 0

2

个回答

提问


splitapply help with logicals
Hello! I need some help from this. Again, after thinking, I came up with a table like this. Yes/No Gender...

3 years 前 | 1 个回答 | 0

1

个回答

提问


coneptually question: How to extract certain rows if column conditions are met?
This is more of a conceptual question so I do not have an exact table I can share. So I made up a quick one. State Residence ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Add an element if string meets conditions
A = ["tennis", "pizza", "switch", "popcorn", "laptop", "cupboard"]; word = "lookie" for i=1:length(A) if xxxx ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to remove first consonant/consonant cluster and add it to the end?
I am honeslty so lost at what to do? I thought it was simple since I understand loops and such but I keep gettign stuck. I did s...

3 years 前 | 2 个回答 | 0

2

个回答