Sven
University of Michigan
Statistica
19 File
Cody DiscussionsRANK
122
of 301.383
REPUTAZIONE
1.041
CONTRIBUTI
19 Domande
205 Risposte
ACCETTAZIONE DELLE RISPOSTE
57.89%
VOTI RICEVUTI
260
RANK
156 of 21.252
REPUTAZIONE
7.977
VALUTAZIONE MEDIA
4.90
CONTRIBUTI
19 File
DOWNLOAD
154
ALL TIME DOWNLOAD
67888
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
1 Punto principale
NUMERO MEDIO DI LIKE
2
Feeds
Inviato
isosurfaceCC
Extract isosurface patches from individual connected components.
3 mesi fa | 1 download |
Inviato
concatFV - Concatenate multiple meshes into single mesh
Concatenate multiple FV struct patches into a single mesh
3 mesi fa | 1 download |
Inviato
splitFV - Partition a mesh into its connected components.
Splits a 2D or 3D mesh defined by faces and vertices into separately connected mesh pieces. [2025 update for vastly faster perfo...
3 mesi fa | 2 download |
Risolto
Find the maximum number of decimal places in a set of numbers
Given a vector or matrix of values, calculate the maximum number of decimal places within the input. Trailing zeros do not count...
quasi 2 anni fa
Risolto
MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9
quasi 2 anni fa
Risolto
MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8
quasi 2 anni fa
Domanda
Function (in 2024a) to separate implicit directory parts from a folder string?
In MATLAB versions from 2014 to 2023b there was an internal utility function called matlab.internal.language.introspective.separ...
quasi 2 anni fa | 1 risposta | 0
1
rispostaIs there any function similar to 'clabel' to use in 3D graphics (contourslice)?
A 3D spatial domain generates a 3D isosurface (rather than a 2D isocontour). Here is some code to generate/display such a surfa...
quasi 3 anni fa | 0
Domanda
Cascading sort order that restarts count at each subsequent column
I'm trying to sort a table by multiple columns (easy) and obtain a specialized sort order (not-so-easy). Rather than a sortInde...
oltre 3 anni fa | 1 risposta | 0
1
rispostaInviato
biasspace
Generates a vector of non-linearly spaced vector with custom bias in the spacing between points
circa 4 anni fa | 1 download |
Domanda
Delete axes interactions not working?
I'm using 2021a and it seems that deleting/disabling interactions isn't working as expected. I'm just trying to either (1) make ...
quasi 5 anni fa | 1 risposta | 1
1
rispostaRisolto
Split a string into chunks of specified length
Given a string and a vector of integers, break the string into chunks whose lengths are given by the elements of the vector. Ex...
oltre 5 anni fa
Inviato
stlwrite - write ASCII or Binary STL files
Export a variety of inputs (patch, surface) to an STL triangular mesh
quasi 8 anni fa | 46 download |
ftlim multiple regression with interaction term
It's a few years late but I think I've discovered the bug that may have been your problem (or at least generates a similar error...
quasi 8 anni fa | 0
Risolto
Find the nearest prime number
Happy 5th birthday, Cody! Since 5 is a prime number, let's have some fun looking for other prime numbers. Given a positive in...
oltre 8 anni fa
Risolto
I Plead the Fifth
Write a function to provide a yes or no answer to the input string. However, it must plead the 5th amendment (return an empty st...
oltre 8 anni fa
Risolto
Spot the First Occurrence of 5
This problem series invites you to solve two simple problems related to the integer NUMBER FIVE, in order to celebrate <https://...
oltre 8 anni fa
Risolto
5 Prime Numbers
Your function will be given lower and upper integer bounds. Your task is to return a vector containing the first five prime numb...
oltre 8 anni fa
Risolto
Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...
oltre 8 anni fa
Risolto
Is it really a 5?
A number containing at least one five will be passed to your function, which must return true or false depending upon whether th...
oltre 8 anni fa
Risolto
How to subtract?
* Imagine you need to subtract a few numbers using MATLAB. * You will not be using eval for this task. * Given two ASCII strin...
oltre 8 anni fa
Risolto
When Was That Goal Scored?
We want to find out when the goals were scored in a particular soccer game. For each game, we are given a "Goal Event Data" XML ...
circa 9 anni fa
Risolto
Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.
oltre 9 anni fa
FaceAlpha of bar3 plot smaller than 1 ruins rest of the plot
Hi Sven, We don't have your data (and we don't even know which of your variables are matrices, which are vectors etc.), so we...
quasi 10 anni fa | 0
how to make cropping for image ?
Hi Eliz, try this: % Read your original image Img1 = imread('http://www.mathworks.com/matlabcentral/answers/uploaded_fil...
quasi 10 anni fa | 1
how to compare cell arrays of different lengths?
We can start with your input a = int64(1:3)'; out = num2cell(a); b = int64(1:4)'; out2 =num2cell(b); We will pr...
quasi 10 anni fa | 1
| accettato
how to save all value of centoid of many object from one image ?
The centroid is not a scalar value. It has two components (X coordinate, Y coordinate), so you cannot assign it to a scalar vari...
quasi 10 anni fa | 0
Domanda
Save using -append behaves differently when replacing objects vs replacing arrays
Hi all, I'm trying to save some variables to a .mat file, appending to that file if the variable is new, overwriting if it's ...
circa 10 anni fa | 1 risposta | 1
1
rispostaInviato
inpolyhedron - are points inside a triangulated volume?
Test if 3d points are inside a mesh. Or, voxelise a mask from a surface. Mesh can be non-convex too!
oltre 10 anni fa | 71 download |











