Feeds
질문
ismember runs too slow (others have asked similar questions)
I am trying to use ismember in a long for loop to identify indices shared between arrays. This is pretty similar to a question t...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
ismember runs too slow (others have asked similar questions)
I am trying to use ismember in a long for loop to identify indices shared between arrays. This is pretty similar to a question t...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
Split array into separate arrays, where difference between values exceeds a specific number
Let's say I have this array. A = [1 2 3 4 10 11 12 20 21 22 23 29 30 31 32 40 41 42]; In this array, between the 4th a...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Rewrite a long symbolic fraction with fraction bars so it is more compact
I have a symbolic output (see below) that is extremely long, and hard to identify when each set of parentheses begins and stops....
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Trying to load the entire structure field but only able to get the first element
I have a structure array 147x1 with 5 fields. Whenever I try b=folderInfo.bytes it only returns the first element, in...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Count how many times a number is repeated in a certain row of an array
Please consider the array A = [1;1;1;2;2;2;2;2;3;3;4;4;4;4;4;4;4;5;5;5;5]; I would like to determine how many times each...
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
How to correct the error “Valid indices for 'variable' are restricted in PARFOR loops”
I am trying to set up a parfor nested loop in MatLab R2016a as below. N = size(A,1); M = size(v,1); in = zeros(N*M,1)...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
How do I find the path of an external hard drive plugged into my device with MatLab?
I am using an external hard drive on multiple devices on the same network. I need to access data on a single external hard drive...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Search for pdf with specific title and move to a different location on my PC with matlab
Hello, I have a folder, let's say 'C:\directory', with a large number of PDF files in it. This folder also houses my matlab c...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
meshgrid provides wrong dimensions
Hello, I am using the meshgrid function to try and make a grid for my surface plots. My x,y, and z arrays are length 102, 42...
7년 초과 전 | 답변 수: 1 | 1
1
답변질문
How do I make two axes on the same plot using a single set of data?
Hello, I am trying to plot a curve with one shared y axis and two separate x axes. I am able to do this but I run into some prob...
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
Find the indices where an two iso-surfaces intersect
Hello, I would like to find the indices where two iso-surfaces intersect. The first surface is one from my CFD data (in blue)...
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
colorbar zooming problem with gca
Hello, I am trying to make contour plots so that I can eventually put them into a movie. However, I'm having a small problem tha...
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
Extract slice data from 3D scalar field into a N by M array for integration in Matlab
I am looking to extract data on a plane of a scalar field in Matlab so that I can integrate over the area of the slice and find ...
대략 8년 전 | 답변 수: 2 | 0
2
답변질문
Extract Min and Max values from Contour Plot
Hello, I have a special function that creates a contour plot on the surface of cylinder. I would like to extract the minimum ...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
Iso-surface with two plots only plots in one color
I have the following function, that I use to plot two iso-surfaces from data collected in CFD. The only problem is that it does ...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
Operands to the and && operators must be convertible to logical scalar values
My script takes zeros(3,3,countX_dn,countY_dn,countZ_dn) and uses central differencing to calculate the values inside ignoring t...
8년 초과 전 | 답변 수: 1 | 0