Community Profile

photo

Hans123


Last seen: alrededor de 1 mes hace Con actividad desde 2019

Estadísticas

  • Promoter
  • Knowledgeable Level 1
  • Thankful Level 4
  • First Answer

Ver insignias

Content Feed

Ver por

Pregunta


Creating a Plotting GUI to extra data from nested structure file and plot
I have obtained data from a instrument that is in the form of a strucutre file. The format of the file is similar to the file c...

3 meses hace | 0 respuestas | 0

0

respuestas

Pregunta


Reducing Whitespace for a 2x3 subplot
I am trying to reduce the whitespace between a 2x3 grid of images. I have tried subplot and tiledlayout--codes and images below...

más de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


3-bit Counter - Using solely (nested) for loops
Hi there, I am trying to write a way to create an 3 column 8-bit RGB array to capture all 15 million+ possible colors - without...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Reading Text Files with Numbers and String
Hi, this is a common question and I could not find an answer pertaining to my problem I have attached an excerpt of my textfile...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Tools used for Sparse Matrix Efficiency
I have read documentation and the MATLAB community answers regarding this and I found a lot of helpful information about the pow...

más de 3 años hace | 3 respuestas | 1

3

respuestas

Pregunta


editing the JET colormap
I want to edit the jet colormap such that it reflects that values of 0 are shown in white, I followed the below code and the fol...

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Formatting the JET colormap
I am familiar with colormapeditor but every time I type it in the command window, after setting colormap to jet, I edit the paru...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


3D grid from a large 3D matrix
I have a 3D matrix, .mat file attached in this thread, which has a 200x200x600 matrix has 5021 non-zero values and 23.9 million...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


3D plot from 3D matrix
I read through the forums to help answer my questions before submitting a question. Eventhough there were similar questions aske...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Faces of a Cube - Multifaceted Patches Documentation
Hi, I was reading the literature on MathWorks Documentation regarding Multifaceted Patches and I am not able to understand how ...

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Nested If-ELSEIF statements
I tried looking up this question in litreature and the forum and I couldn't find anything pertaining to my situation. I have ...

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Converting C++ to MATLAB: statement
I am trying to convert the below C++ line to MATLAB, any help appreciated A[index1d(x,y,z)] += B[i]*W;

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


C++ to MATLAB: for loops
currently working on converting C++ to MATLAB not proficient in C++ and this is a for loop Help appreciated for(offx=0;offx<=...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to Save multiple results into one array
This seems simple, but I can't wrap my head around it I am trying to save 2 variables that are output from the mink, where k=2,...

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Sorting numbers according to elements of an array
Sorry for the vague title, I asked a similar question earlier very poorly and I extracted the most fundamental concept that I am...

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Sorting elements according to an array
I will try my best to phrase this question, hope it makes sense I have 2 arrays, DATA which has useful data and SCALE which has...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to edit grid lines on a 3D plot
I am trying to change the traditional grid on a MATLAB figure to one that I have calculated according to my data points. I have...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Plotting the integral of a graph
Hi, I have a graph of a waveform that I want to find the integral plot of this waveform (shown below). Could this be done on MA...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Isolating a single pulse by removing noise
I hope my title wasn't misleading, I simply want to remove the oscillatory noise from the pulse I obtain from a monostable multi...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Saving Data In A For Loop Into An Array
This seems like a basic question, but I can't seem to figure it out. I have data for multiple spirals and I want all the x,y an...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Fixing a plotting problem over a fixed axes
I want the below spirals to be evenly spaced (in both x and y axes). I am hoping distance between the rows and columns of the h...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Creating a Helix Spiral
I want to create a helix sprial. I wish to have control over changing the radius of the spiral, the gap between each layer and t...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Problem with the Color Bar
My color bar shows solid boundaries and does not blend together. Below I have attached my problem, I rather want it to look...

más de 4 años hace | 1 respuesta | 1

1

respuesta

Respondida
Create plot with multiple overlayed lines, where colorbar corresponds to color of line
Hope this helps clc; close; clear time = 0:0.1:5; %seconds A = 10; %number of plots colormap(jet(10)) jetcustom = jet(1...

más de 4 años hace | 4

| aceptada

Pregunta


Checking whether one row of an array is equal to the rows in a separate array
I trying to compare one row of an Array A with all the rows in another array B of the same size, the logical answer will be used...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Getting colors using RGB values w/ scatter3
I am trying to get grey colored plot points on my 3D scatter plot, I am unfamiliar with scatter3. From the error messages I am g...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Text Boxes on MATLAB not showing up
The text boxes are not showing up for my plot, I am not getting an error message either. Let me know what is wrong in this code ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Flipping the x labels in a plot
This question was asked and answered many times, but I can't seem to find the correct answer to my problem. I want to switch th...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Changing color of graphs in MATLAB plot
I have a basic plot command that is in a loop, and each iteration spits out a graph on the same figure. There would be about 7...

casi 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to obtain data from elements in cell arrays
I have a cell array A that is a 1x1600 cell. Each element in the cell has a 2500x3 array. I need to take the second column of...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Cargar más