Community Profile

photo

Hans123


Last seen: 대략 1개월 전 2019년부터 활동

통계

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

배지 보기

Content Feed

보기 기준

질문


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개월 전 | 답변 수: 0 | 0

0

답변

질문


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

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

3년 초과 전 | 답변 수: 3 | 1

3

답변

질문


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

거의 4년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 4년 전 | 답변 수: 2 | 0

2

답변

질문


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;

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 4년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 1

1

답변

답변 있음
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...

4년 초과 전 | 4

| 수락됨

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

더 보기