![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/24334951_1634211133981_DEF.jpg)
Dobs
Followers: 0 Following: 0
Javascript, R, HTML, CSS
Spoken Languages:
English
Statistica
RANK
155.904
of 297.046
REPUTAZIONE
0
CONTRIBUTI
13 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
38.46%
VOTI RICEVUTI
0
RANK
of 157.776
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How can I add individual datapoints and connecting lines to grouped boxchart?
Hi, I'm trying to make a boxchart with grouped data. There are two sessions and two groups, so the chart needs to have two boxc...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
Save regression output (fitlm) into table
Hello, Is there any way to save the output from multiple linear regression into a table? (I don't mean exporting it into excel)...
quasi 3 anni fa | 2 risposte | 0
2
risposteDomanda
Entering data into cell array
Hi, how do you enter data into a cell array? I have the following empty array: noble_gases = cell(5,4,1) Into the left co...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Display file names from current directory if more than n characters
Hi, I want to write code that returns the filenames in my current directory, but only those filenames with more than n charac...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Function to compute product of all numbers from 1 to n
Hi, I'm trying to solve the following problem: "Write a Matlab function that recursively computes the product of the integers f...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Change x axis increments
Hi, I am trying to write the code for the plot in the attached image. This is what I have so far: a = [0,10,20,30,50,80,130,21...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Write code for a given plot
Hi, we're supposed to write the code for the plot in the attached image. So far I have the following code but the plot doesn't ...
circa 3 anni fa | 1 risposta | 0
1
rispostaCan I place markers on only some of the points of my line plot?
For some reason, when I use MarkerIndices in my line plot, the actual line disappears and only the markers are left. Is there a ...
circa 3 anni fa | 0
Domanda
While loop to find index of first element to be less than and greater than in a vector
Hi, I have the following problem: "Using a while loop, find the first element and its index in the variable "a" that is great...
oltre 3 anni fa | 3 risposte | 0
3
risposteDomanda
Function with for loop to calculate power mean
Hi, I wrote the following code: function [M] = powermean(x, p) %powermean computes power mean % Computes the power mean wi...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Find sequence of numbers in vector
Hi, we're supposed to find a specific sequence of numbers in a vector using a for and while loop but I don't know how to do it:...
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
For/if loop for adding up only odd numbers
Hi, We're supposed to write a loop (it must be a loop!) to calculate the following expression (see attached image). We're suppo...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Exponent mantissa form of real numbers
Hi, I'm supposed to convert the following real numbers into exponent mantissa form: a = 789.34 b = 0.0001 c = 400000000000 ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
4x4 matrix with numbers from 1 to 4 in specific order
Hi, I want to create the following matrix: M = 1 2 3 4 0 0 0 3 0 0 0 2 ...
oltre 3 anni fa | 2 risposte | 0