Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
36 views

During each column experiment, three water applications of each 15 cm were made to each soil column every 1-2 weeks. The duration of the experiment is 33 days. The following is the experiment details:...
user32543063's user avatar
0 votes
0 answers
47 views

I am solving the 1D mixed-form Richards' equation in MATLAB using a fully implicit finite difference scheme (Picard iteration). The governing equation is: enter image description here (Note: My z-axis ...
user32543063's user avatar
Advice
1 vote
0 replies
31 views

Using the built-in function wblplot (https://uk.mathworks.com/help/stats/wblplot.html#d126e1264612) to analyse some data. How do I quantify the goodness of fit (e.g. r^2) of the plot it produces? The ...
user2587726's user avatar
Advice
2 votes
0 replies
30 views

Is direct linking from MatLab to DNG requirements done using OSLC links? If so, I was assuming that once you created the OSLC links to the appropriate DNG requirements, to select your DNG stream, you ...
Geoffrey Clemm's user avatar
Best practices
2 votes
8 replies
84 views

I want to create a data matrix in Matlab, aggregating/grouping data of two columns and by the sum of a third column. For example given the next data matrix x: game=[1;2;3;1;2;3;1]; Money=[0 ;5; 6; 0; ...
Claris's user avatar
  • 31
3 votes
0 answers
54 views

I am using matlab's pde toolbox and setup a geometry for femodel like this: gd = [3 4 0 1 1 0 0 0 1 1]'; % Example: A simple square sf = 'S1'; ns = ('S1')'; [g,bt] = decsg(gd, sf, ns) fe = femodel(...
MiB_Coder's user avatar
  • 977
0 votes
0 answers
37 views

I am using the Acoustics Toolbox from OALib in Matlab, from the link below: https://oalib-acoustics.org/models-and-software/acoustics-toolbox/ I go to the HTTP site and the source code and binaries ...
user21764386's user avatar
2 votes
0 answers
67 views

I want to calculate a solution with Mittag_Leffler function in in Matlab or Mathematica. $f(p) = \sum\limits_{k=0}^{\infty} (v/D)^k L^{(\alpha-1)k+\alpha-3} E^{k+1}{\alpha,(\alpha-1)k+\alpha-2}(-p/D L^...
Jacques's user avatar
  • 21
Best practices
2 votes
3 replies
75 views

Matlab has two ways how to store strings; either as character array foo='the text' or as a string array bar="the text". The problem starts when one tries to concatenate the arrays vertically,...
Crowley's user avatar
  • 2,341
1 vote
0 answers
46 views

I have three time series of data with different variables- Var1, Var2, and Var3. Although the length of all these data sets is different, their start and end times are the same. Consequently, one can ...
sreeraj t's user avatar
  • 2,775
3 votes
1 answer
70 views

In recent Matlab versions (I am using R2024b), when you hover or click on a line plotted on some axes it produces a data tip, which is a rectangle indicating the numerical values at that point. I ...
Luis Mendo's user avatar
  • 113k
Tooling
0 votes
1 replies
37 views

I have plotted a trajectory curve in Matlab figure using my code. I need to achieve arrow heads in the matlab figure showing the direction of the uav trajectory. Exactly like in the picture. Could you ...
Oğuz Keklikci's user avatar
Best practices
0 votes
2 replies
45 views

I am sourcing through multiple excel files for data analysis and plotting. For each testing profile/cycle, a numeric array of different units is compiled. After completion, I concatenate the current ...
Ryan Paye's user avatar
1 vote
0 answers
44 views

After installing MATLink, I tried the running the following cells in Mathematica: Needs["MATLink`"] OpenMATLAB[] and MEvaluate["mat = magic(4)"] But nothing showed up in the ...
Will Maud's user avatar
3 votes
1 answer
82 views

I've been trying to run a function three times that plots 2 sub-plots (6 plots total) onto on singular figure. So I've got a function that reads in a dataset and a manipulator, then manipulates it in ...
Harlot_Quinn's user avatar

15 30 50 per page
1
2 3 4 5
6308