Answered
Upper limit on the number of UIAxes children allowed
Don't call plot3 (or friends) multiple times for such, update the data properties of the one having been called or use the anima...

2 years ago | 0

Answered
Change properties in gscatter, based on the group label
load carsmall subplot(1,2,1) gscatter(Displacement,Horsepower,Model_Year) % default appearance subplot(1,2,2) hGSC=gscatter...

2 years ago | 1

| accepted

Answered
How to change position of both ylabels in yyaxis left, within a subplot enrivonment?
hAx=subplot(3,2,1); yyaxis left plot(rand(10,1),'bx-') hLabL=ylabel('Yleft') yyaxis right plot(rand(10,1),'ro-') hLabR=yla...

2 years ago | 1

| accepted

Question


Retrieve Compiled App Project Info at Runtime
<This Question> asked about retrieving version from compiled app; TMW Staff answered on Windows only by getting the details of t...

2 years ago | 1 answer | 0

1

answer

Answered
How can I mark the central point in annotate box
I=imread('https://www.mathworks.com/matlabcentral/answers/uploaded_files/1524096/image.png'); imshow(I) figure colormap gray ...

2 years ago | 0

Answered
Regression function NaN r values
A = importdata("Fundicion_gris.txt"); B = importdata("Acero_embuticion.txt"); sigma_mpa_embuticion = B.data(:, 1); epsilon_l_...

2 years ago | 0

| accepted

Answered
Error using matlab.internal.math.interp1, Sample points must be unique.
As the follow on comment above shows, you can safely ignore the duplicate points and retain the original function -- use [~,iu]...

2 years ago | 0

Answered
Streamlining of zeroing out last 2 bits of fixed 16 bit number?
I have no knowledge of how Fixed-Point Designer stores stuff, but can you not do something like x=bitand(x,0xFFFC) ?

2 years ago | 1

Answered
Is it possible to use gscatter in matlab app designer?
Works with R2021b; I do not know at what release the support for uiaxes was introduced; used to be able to get to the doc for ...

2 years ago | 0

Answered
Is "Undocumented Secrets of MATLAB Java Programming" by Yair Altman still up to date?
<Mathworks is abandoning Java>, going forward, <Java will be just another external language>. There's no incentive to go down t...

2 years ago | 0

Answered
Could someone please assist me? My code for the buck-boost converter controller isn't working properly when I run it.
<We already told you> this was going to be a problem but you didn't pay attention... if inputVoltage == 0.3 || inputVoltage == ...

2 years ago | 0

| accepted

Answered
How do I extract the audiodata from a struct that I got from dir(fullfile.....
"how do I get the audiodata from within the struct that is created by dir(..." See dir documentation; dir() doesn't return file...

2 years ago | 2

| accepted

Answered
extracting rows of data
% % Find the indices within the specified range % indices = (data(:, 1) >= minVoltage) & (data(:, 1) <= maxVoltage); % % Extra...

2 years ago | 1

Answered
How to iterate through a cell array and link elements in particle tracking?
I don't have time at the moment to attack in earnest, but I'd probably start by simplifying and instead of trying to make it all...

2 years ago | 0

Answered
Hello, if you have a moment, I could use your help in resolving this error.
inputVoltage=0.3; [q1, q2, q3, q4]=buckBoostControl(inputVoltage) function [q1, q2, q3, q4] = buckBoostControl(inputVoltage, ~...

2 years ago | 1

Answered
Error Exporting Table Using Parquetwrite (multidimensional array)
parquetwrite load gTruth for i=1:height(gTruth), gTruth.Apple(i)={gTruth.Apple{i}(:)};end parquetwrite('test.parq',gTruth) t...

2 years ago | 0

| accepted

Answered
how to fix this error ?
Well, you'll have to understand the role of the adjacency matrix in Algorithm 2 in the following paper: R. Shafipour, A. Khodab...

2 years ago | 0

Answered
Plot multiple columns of table with datetime
Use a @doc:timetable instead and then geth stackedplot for free that does it all for you. Use the target figure/panel to place ...

2 years ago | 0

Answered
HOW TO MAKE THE nan VALUE DISAPPEAR from my extraction, I also like someone to help me make a dynamic figure representing the evolution of the wind per day.
unzip('wind1.zip') d=dir('w*.nc'); info=ncinfo(d(1).name); info.Variables(:).Name t=ncread(d(1).name,'time'); Wind=ncread(d...

2 years ago | 0

Answered
How do I get ply file imports using App designer
% Button pushed function: Button function ButtonPushed(app, event) [f,d]=uigetfile('*.ply','Get PLY File'); ...

2 years ago | 0

Answered
I'm new to MATLAB GUI and want to ask for help
The problem running the function is that it expects there to be an already-existing .fig file that you didn't download with the ...

2 years ago | 0

| accepted

Answered
How to clear Panel of contents (Axes)
delete the objects desired using their handles

2 years ago | 0

| accepted

Answered
App designer - adding tag to objects
"..., when I add a text area, MATLAB gives the name TextArea by default to the obejct and I am not able to change it." Ah, but ...

2 years ago | 0

| accepted

Answered
Save in App designer text area value not as .txt, .dat, or .csv file - Matlab
Follow the instructions, Luke! <VBG> See rest of named-value pairs at <writecell> writecell(app.XYZfilecontentTextArea.Value, ...

2 years ago | 1

Answered
Join tables based on times that are within 3 hours of each other
A = table(["AAA"; "BBB"; "BBB"; "CCC"; "CCC"; "CCC"], ... [datetime('2023-07-07 10:55:19'); datetime('2023-07-28 09:31:00')...

2 years ago | 1

Answered
Add multi-row data to App Designer Text Area
You can do it by putting every record into a new line in a string array, but it will be a pain to deal with. T=join(string(resh...

2 years ago | 2

Answered
How to convert quarterly data into monthly and merge together
Your described process, while it would work, is going "'round Robin Hood's barn" to get there. Use a timetable and retime and i...

2 years ago | 0

Answered
how to plot a time series from row 1000 to 3000
d=dir('*bus*.mat'); load(d.name,'Id_6') whos head(Id_6) ix=(Id_6.Time>=0.1)&(Id_6.Time<=0.3); plot3(Id_6.Data(ix,1), Id_6.D...

2 years ago | 1

Answered
My .mat files contains data tested on a vehicle which includes latitudes, longitudes, speed etc.
load yourfile.mat plot(Signal_82,Signal_81) just maybe????

2 years ago | 1

Answered
Import data from file
If the need is just the timeseries data at the end and not the header stuff, then it gets easier... d=dir('*.txt'); l=readline...

2 years ago | 0

Load more