Community Profile

photo

Mario Chiappelli


Last seen: ungefär 2 år ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Knowledgeable Level 2
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Channel


201 IoT System
PIR (Motion Sensor) AM2320 (Temp & Humidity

mer än 4 år ago

Answered
How do you update the legend of Figure 2 and Figure 3 instead of Figure 1?
No you don't need to. Here is some example code that I used for a plot for a class project. figure(1); hold on plot(data_time...

mer än 4 år ago | 0

Answered
Error : Number of elements in 'Timestamps' value must be equal to the number of rows of 'Values' value.
I would assume the issue is that you are reading in (for example) 10 data points that match up with 10 date times. You then are ...

mer än 4 år ago | 0

Answered
How do you update the legend of Figure 2 and Figure 3 instead of Figure 1?
I have always used the legend function in the following way: legend('nameOfGraphOne','nameOfGraphTwo',etc); I see you are impl...

mer än 4 år ago | 0

Answered
Labelling Curves on a Graph
The general method would be using the legend function, to which you give a vector of the plot object handles and a series of cor...

mer än 4 år ago | 3

| accepted

Answered
Make a loop to find each first positive value after a negative value in an vector.
Try this out: numbers = [1,2,3,-1,2,3,4,5,6,-7,-8,10,4,64,12,12,432,221,12]; num = length(numbers); negativeCheck = 0; for...

mer än 4 år ago | 0

| accepted

Answered
Trouble to construct graph
Check out this documentation: https://www.mathworks.com/help/matlab/ref/matlab.graphics.chart.primitive.histogram.html Most ...

mer än 4 år ago | 0

Answered
how do i get the position(bottom) of dynamically changing rows of my gui table
This line of code will return to you the number of rows in your table. Just perform it when you need to return the new length. ...

mer än 4 år ago | 0

| accepted

Answered
Create an Matrix of Variables from a String input
I don't quite understand what you are asking, but if you problem is with getting the cells of the y_var to be separate instead o...

mer än 4 år ago | 0

Answered
acces data in struct
I would loop through each A,B,C... Other languages call this a for each loop. for str = {'A','B','C'} variableName = strcat(...

mer än 4 år ago | 1

Answered
saving an output with loop
Save the ouput in an array based off of what iteration you are on. Something like this: outputArray = string(length(subjects));...

mer än 4 år ago | 0

Answered
Find first non-NaN in each column of array & combine into one vector
Check out this question asked earlier on the forum, I think it asks and answers what you want. https://www.mathworks.com/matl...

mer än 4 år ago | 0

Answered
How to plot the graph for different values of parameters?
This code worked for me in the past when comparing two graphs, essentially you need to use the hold command. figure(1); hold o...

nästan 5 år ago | 0

Answered
how to read multiple excel files, apply hampel filter and save them into folder with same names as input files
This task would be a lot easier to accomplish in Visual Basic (VBA).

nästan 5 år ago | 0

Question


Trying to compile ThingSpeak Toolbox Support into a standalone App. How to add P file requirements manually.
I am getting this error warning when attempting to compile an app that needs the ThingSpeak Toolbox Support add on in order to p...

nästan 5 år ago | 1 answer | 0

1

answer

Answered
Finding a specific rows?
I would use a double nested For statement and a counter variable as follows: for i = 1:31 % Number of ro...

nästan 5 år ago | 0

Answered
intensity graph for xy vs z
Here is the documentation for a 3D plot in MatLab https://www.mathworks.com/help/matlab/ref/plot3.html If this doesn't help,...

nästan 5 år ago | 0

Answered
How do I re-install matlab in my computer?
First you need to properly uninstall matlab from your computer. Find the location of the main matlab file. Mine looks like this...

nästan 5 år ago | 0

Channel


Bed Sensor

nästan 5 år ago

Question


My geoplot axes keep plotting on top of each other. How do I clear them before plotting again?
Here is a picture of the GUI I am working on. As you can see after a few iterations the axes keep printing on top of the previou...

nästan 5 år ago | 1 answer | 0

1

answer

Channel


Mario's Project Channel

ungefär 5 år ago

Channel


Mario's Public Test Channel

ungefär 5 år ago