統計
MATLAB Answers
0 質問
48 回答
ランク
of 170,890
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
TreeTable in Matlab 2025a
Hi Etienne, I understand that you are trying to generate treetables in MATLAB. Unfortunately, there is no built-in treetable co...
TreeTable in Matlab 2025a
Hi Etienne, I understand that you are trying to generate treetables in MATLAB. Unfortunately, there is no built-in treetable co...
4ヶ月 前 | 2
回答済み
How to plot individual scale for plots?
Hi Vishnuvardhan Naidu Tanga, I understand that you are trying to set individual y-axis scales for each plot. In your code, you...
How to plot individual scale for plots?
Hi Vishnuvardhan Naidu Tanga, I understand that you are trying to set individual y-axis scales for each plot. In your code, you...
4ヶ月 前 | 0
| 採用済み
回答済み
How do I avoid double axis when I use movie()
Hi Peter Frandsen, When “movie()” function is used to animate the captured frames, two axes appear instead of one because of th...
How do I avoid double axis when I use movie()
Hi Peter Frandsen, When “movie()” function is used to animate the captured frames, two axes appear instead of one because of th...
4ヶ月 前 | 0
回答済み
How can I load the control variables saved in a .mat file into the workspace without updating the Simulink model?
Hi Dominik Kurzmann, I understand that you are trying to load the control variables from a Variant Configuration into the MATLA...
How can I load the control variables saved in a .mat file into the workspace without updating the Simulink model?
Hi Dominik Kurzmann, I understand that you are trying to load the control variables from a Variant Configuration into the MATLA...
4ヶ月 前 | 0
回答済み
Why do I keep receiving this error message in Matlab Iris
Hi John, I understand that you are trying to run the IRIS toolbox in MATLAB, but your script fails on the line meant to start I...
Why do I keep receiving this error message in Matlab Iris
Hi John, I understand that you are trying to run the IRIS toolbox in MATLAB, but your script fails on the line meant to start I...
5ヶ月 前 | 0
回答済み
Why does digraph/addnode convert logicals to double?
Hi Stephan H, I understand that while using “addnode” method to add nodes to a “digraph”, if the node table includes a variable...
Why does digraph/addnode convert logicals to double?
Hi Stephan H, I understand that while using “addnode” method to add nodes to a “digraph”, if the node table includes a variable...
5ヶ月 前 | 0
回答済み
Kill single Job on MPS
Hi Jannes Klee, I understand that you wish to identify and terminate a specific running job on MATLAB Production Server (MPS) w...
Kill single Job on MPS
Hi Jannes Klee, I understand that you wish to identify and terminate a specific running job on MATLAB Production Server (MPS) w...
6ヶ月 前 | 0
回答済み
Mocking a Set Method doesn't work
Hi aoisdjas alsjdlsajd, I understand that you are trying to mock a set method for a property in MATLAB. MATLAB does not support...
Mocking a Set Method doesn't work
Hi aoisdjas alsjdlsajd, I understand that you are trying to mock a set method for a property in MATLAB. MATLAB does not support...
6ヶ月 前 | 0
回答済み
How to reset Drop Down control value (NOT uidropdown) - with example
Hi Paul, I understand that while using a Live Editor Drop Down Control when we change the selected value in the dropdown during...
How to reset Drop Down control value (NOT uidropdown) - with example
Hi Paul, I understand that while using a Live Editor Drop Down Control when we change the selected value in the dropdown during...
6ヶ月 前 | 0
| 採用済み
回答済み
Can I put two mocks of same class in an array?
Hi Larry Jones, In unit testing framework of MATLAB, when we use “createMock”, it dynamically generates a new class type for ea...
Can I put two mocks of same class in an array?
Hi Larry Jones, In unit testing framework of MATLAB, when we use “createMock”, it dynamically generates a new class type for ea...
6ヶ月 前 | 0
回答済み
Large amount of text frequency representation visually
Hi moin khan, I understand that while working on large-scale text mining in MATLAB, the goal is to: Process large text files ...
Large amount of text frequency representation visually
Hi moin khan, I understand that while working on large-scale text mining in MATLAB, the goal is to: Process large text files ...
6ヶ月 前 | 0
回答済み
Mathods of eliminating or reducing code duplication in MATLAB
Hi Samuel Maliva, Reducing or eliminating code duplication in MATLAB can make the code cleaner, more readable, and easier to ma...
Mathods of eliminating or reducing code duplication in MATLAB
Hi Samuel Maliva, Reducing or eliminating code duplication in MATLAB can make the code cleaner, more readable, and easier to ma...
6ヶ月 前 | 0
回答済み
bar with mean, std and significance star
Hey Gianluca, A bar graph can be created with error bars and significance stars in MATLAB using basic plotting functions like ...
bar with mean, std and significance star
Hey Gianluca, A bar graph can be created with error bars and significance stars in MATLAB using basic plotting functions like ...
8ヶ月 前 | 0
回答済み
Fit Linear Model Using "fitlm(" With 3-Way and 4-Way Interactions
Hi Sarah, The issue is in the model specification string you are passing to “fitlm”. The model specification is specified as “i...
Fit Linear Model Using "fitlm(" With 3-Way and 4-Way Interactions
Hi Sarah, The issue is in the model specification string you are passing to “fitlm”. The model specification is specified as “i...
8ヶ月 前 | 0
回答済み
paired ttest multiple groups loop?
Hi kcin, I understand that you are trying to automate paired t-tests across all unique group combinations, and prepare the resu...
paired ttest multiple groups loop?
Hi kcin, I understand that you are trying to automate paired t-tests across all unique group combinations, and prepare the resu...
8ヶ月 前 | 0
回答済み
ttest - no data
Hi Seldeeno, I understand that the goal is to perform a t-test without raw data, using just the means, standard deviations, and...
ttest - no data
Hi Seldeeno, I understand that the goal is to perform a t-test without raw data, using just the means, standard deviations, and...
8ヶ月 前 | 0
回答済み
mafdr p-values are smaller than uncorrected?
Hi Caitlin, I understand that the issue being faced is that the FDR-adjusted p-values returned by the “mafdr” function are com...
mafdr p-values are smaller than uncorrected?
Hi Caitlin, I understand that the issue being faced is that the FDR-adjusted p-values returned by the “mafdr” function are com...
8ヶ月 前 | 0
回答済み
Adding values in memoize function
Hi mumin chy, I understand that the goal is to inject known input-output pairs into the cache of a memoized function, so that ...
Adding values in memoize function
Hi mumin chy, I understand that the goal is to inject known input-output pairs into the cache of a memoized function, so that ...
8ヶ月 前 | 0
回答済み
Ttest with two matrix
Hi Mimmi, It appears that the error is occurring because the “ttest” function in MATLAB expects numeric arrays as input, where...
Ttest with two matrix
Hi Mimmi, It appears that the error is occurring because the “ttest” function in MATLAB expects numeric arrays as input, where...
8ヶ月 前 | 0
回答済み
T-test for two z-normalized matrices in MATLAB
Hi IM, I understand that you want to compare two 25×25 correlation matrices (X and X1) elementwise and find out if they differ...
T-test for two z-normalized matrices in MATLAB
Hi IM, I understand that you want to compare two 25×25 correlation matrices (X and X1) elementwise and find out if they differ...
8ヶ月 前 | 0
回答済み
paired t-test result interpretation
Hi Elvis, I understand that you want to know if the “ttest” function has been used correctly and how to interpret the t-test re...
paired t-test result interpretation
Hi Elvis, I understand that you want to know if the “ttest” function has been used correctly and how to interpret the t-test re...
8ヶ月 前 | 0
回答済み
t test and f test
Hi Shahid, I understand that you are trying to calculate p-values for a t-test and an F-test between two independent data sets...
t test and f test
Hi Shahid, I understand that you are trying to calculate p-values for a t-test and an F-test between two independent data sets...
8ヶ月 前 | 0
回答済み
Histogram Equalization in RGB
Hi Jony, In MATLAB, the “histeq” function works only on grayscale images. There are three options available to you depending o...
Histogram Equalization in RGB
Hi Jony, In MATLAB, the “histeq” function works only on grayscale images. There are three options available to you depending o...
9ヶ月 前 | 0
回答済み
set range for histogram
Hi Bindhu, To apply histogram equalization to an image and ensure that the resulting pixel values are constrained within a spec...
set range for histogram
Hi Bindhu, To apply histogram equalization to an image and ensure that the resulting pixel values are constrained within a spec...
9ヶ月 前 | 0
回答済み
How can I enlarge a subplot in a 'new' figure window by just clicking any of the subplot?
Hi Ajeya, The required functionality can be achieved in MATLAB by using the “ButtonDownFcn” property of each subplot which allo...
How can I enlarge a subplot in a 'new' figure window by just clicking any of the subplot?
Hi Ajeya, The required functionality can be achieved in MATLAB by using the “ButtonDownFcn” property of each subplot which allo...
9ヶ月 前 | 0
回答済み
Plotting a categorized dot (scatter?) plot
Hi Sam, I think the type of plot you are looking for here is the "strip plot" or "dot plot." A strip plot helps us visualize th...
Plotting a categorized dot (scatter?) plot
Hi Sam, I think the type of plot you are looking for here is the "strip plot" or "dot plot." A strip plot helps us visualize th...
9ヶ月 前 | 0
回答済み
How do I shade plot area with increasing and decreasing shades of a color
Hi Michael, I understand that you are trying to create a scatter plot with gradient background that mimics the natural daylight...
How do I shade plot area with increasing and decreasing shades of a color
Hi Michael, I understand that you are trying to create a scatter plot with gradient background that mimics the natural daylight...
9ヶ月 前 | 0
回答済み
How to loop and store a recordblocking?
Hi Andrés Liu, I understand that you are trying to create 5 audio segments of 10 seconds each without overwriting previous r...
How to loop and store a recordblocking?
Hi Andrés Liu, I understand that you are trying to create 5 audio segments of 10 seconds each without overwriting previous r...
10ヶ月 前 | 0
回答済み
Matlab help requesting user input and random integers
Hi Chris, I understand that you are trying to write MATLAB code that prompts the user for minimum and maximum integers, then as...
Matlab help requesting user input and random integers
Hi Chris, I understand that you are trying to write MATLAB code that prompts the user for minimum and maximum integers, then as...
10ヶ月 前 | 0
回答済み
A moving line on plot during audio play
Hi Mayank, I understand that you are trying to display a moving vertical line that progresses across the plot in real-ti...
A moving line on plot during audio play
Hi Mayank, I understand that you are trying to display a moving vertical line that progresses across the plot in real-ti...
10ヶ月 前 | 0

