Community Profile

photo

hbcukid


Last seen: mer än 2 år ago Active since 2020

Statistics

  • Thankful Level 2
  • Thankful Level 3

View badges

Content Feed

View by

Question


How do I disable a dropdown option?
On my GUI on the appbuilder I have two dropdown menus with the same options, app.dropdown1 and app.dropdown2. Their Items are a1...

mer än 2 år ago | 1 answer | 0

1

answer

Question


How do I make this a function?
I am fairly new to Matlab and am new to making functions, I have code for a noncircular shift and am trying to make it a general...

nästan 3 år ago | 1 answer | 0

1

answer

Question


How do I switch specific elements in an index?
I have a 3000x7000 2d matrix a = randi(20,3000,7000) and I am trying to switch elements of specific indices, but don't know h...

nästan 3 år ago | 1 answer | 0

1

answer

Answered
How to circ shift rows by different increments
A = rand(100,100); Fill_Value = 0; for Target_Group = 1: +5: length(A) for Relative_Row = 0: 4 Row = Target...

ungefär 3 år ago | 0

| accepted

Question


How to circ shift rows by different increments
I have a 100x100 matrix and I am trying to figure how to shift them in different increments. For example I want row 1 to shift b...

ungefär 3 år ago | 2 answers | 0

2

answers

Question


How do I append a row average to a new matrix
I have a 500x500 size matrix and I am trying to get the average of every 5 values in a row to make it a 100x100 matrix. How do I...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


How to search functions for mat use
I am working in a somewhat large folder and am trying to find out which all files or functions call/use this "test.mat" file. Is...

ungefär 3 år ago | 2 answers | 0

2

answers

Question


How to perform circshift on specific elements?
I have a much larger dataset but given A = [1 2 3 4; 5 6 7 8; 9 10 11 12], how can I use circshift on the odd rows and only colu...

mer än 3 år ago | 1 answer | 0

1

answer

Question


How do I add an integer to every or any nth row
Fairly new to MATLAB so I am just playing around to familiarize myself with it. Lets say I have a 4x4 matrix, "A", how would I ...

mer än 3 år ago | 1 answer | 0

1

answer