Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
112 views

The specific Experiment Manager of interest is here https://www.mathworks.com/help/matlab/ref/experimentmanager-app.html. Other related documentation is specifically for AI, but I am interested in ...
ngc1300's user avatar
  • 180
0 votes
0 answers
70 views

Current Crack Detection Hello, I need help narrowing down the range of interest to the tangent between the arc and rectangular block. It's able to highlight a small portion of the crack I want it to. ...
Elijah's user avatar
  • 9
4 votes
1 answer
229 views

I am using spectral method to solve an ordinary differential equation. The following R code and the MATLAB code are completely the same. But the R code gets explode (the u value it solved would become ...
Asigan's user avatar
  • 215
1 vote
0 answers
48 views

I am trying to use the two-sample ttest in the spm1d MATLAB package. I have watched the tutorial videos on Youtube and know how to run tests similar to what's shown in those videos. I am wondering if ...
od4's user avatar
  • 11
Advice
1 vote
3 replies
72 views

The command help size shows that: [M1,M2,M3,...,MN] = size(X) for N>1 returns the sizes of the first N dimensions of the array X. If the number of output arguments N does not equal NDIMS(...
M. Saamin Rahman's user avatar
1 vote
1 answer
73 views

I'm using MATLAB/Simulink 2023b and built a very simple PV model: constant irradiance (1000), a PV array block, and measurement blocks. But when I run the simulation, all outputs show NaN, even though ...
skander's user avatar
  • 41
4 votes
1 answer
75 views

Let's say we have 3 datasets of the same size, that we want to plot on the same histogram: Dataset_1 = [1 1 1 1 1 1 2 2 2 2 3 3]; Dataset_2 = [1 1 1 2 2 2 2 2 2 3 3 3]; Dataset_3 = [1 1 2 2 2 2 3 3 3 ...
BillBokeey's user avatar
  • 3,572
Advice
1 vote
5 replies
99 views

This is the code from my current heatmap: N = 36; Lat_extended = [Latency; zeros(N*N - length(Latency), 1)]; Lat_matrix = reshape(Lat_extended, N, N); figure; heatmap(Lat_matrix) And the figure, The ...
ricardovaras_99's user avatar
1 vote
0 answers
56 views

My code doesn't work well when I apply a custom colormap. It does well with the default colormaps; however, when I specify my own it doesn't work. My current code is this: mymap = [ 0.769, 0.992, 1....
Cristian Alberto Juarez Valle's user avatar
1 vote
0 answers
53 views

How can I extract free spaces from a occupancy grid map in the MATLAB. I have the following code which gave the output that there is no free cell on the occupancy grid map. clc; clear; close all; rng(...
Encipher's user avatar
  • 3,488
1 vote
0 answers
33 views

I'm running into an error while attempting to setup a configuration structure for a single subjects EEG data using Fieldtrip. While I think the answer is plain, I am unable to figure out for the life ...
G_V_12's user avatar
  • 11
1 vote
0 answers
42 views

So I made a program in matlab that numerically simulates a DTS system and its almost right but there's one detail that there's "jagged teeth" in the graphic diagram ( circled in blue ) ...
LEO101's user avatar
  • 13
-2 votes
0 answers
34 views

I want to make my poles and zeros markers bigger. In PLOT I had this option in properties, but in rltool I don't have the same option. I've tried to use set(0, 'DefaultLineMarkerSize', 8); but this is ...
BearShark's user avatar
1 vote
0 answers
61 views

We are using Matlab to communicate with a C++ library, and are struggling with memory management. We create a libpointer pointing to an array, and then try to update its value in a loop. I don't think ...
RPM's user avatar
  • 1,809
1 vote
0 answers
21 views

I am implementing a Grey Wolf Optimizer (GWO) for Maximum Power Point Tracking (MPPT) to generate the reference speed in a wind energy conversion system using Simulink. However, when I run the ...
Ayada Amira's user avatar

15 30 50 per page
1
2 3 4 5
6312