Community Profile

photo

hbcukid


Last seen: plus de 2 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

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

plus de 2 ans il y a | 1 réponse | 0

1

réponse

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

presque 3 ans il y a | 1 réponse | 0

1

réponse

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

presque 3 ans il y a | 1 réponse | 0

1

réponse

A répondu
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...

environ 3 ans il y a | 0

| A accepté

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

environ 3 ans il y a | 2 réponses | 0

2

réponses

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

environ 3 ans il y a | 1 réponse | 0

1

réponse

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

environ 3 ans il y a | 2 réponses | 0

2

réponses

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

plus de 3 ans il y a | 1 réponse | 0

1

réponse

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

plus de 3 ans il y a | 1 réponse | 0

1

réponse