Community Profile

photo

Alessandro Maria Laspina


Last seen: 1 year 前 自 2019 起处于活动状态

统计数据

  • Thankful Level 3

查看徽章

Content Feed

排序方式:

提问


Shared Tiledlayout colorbar for R2020a
So there is a fast method for versions R2020b and after to place a shared colorbar. But I have 2020a. How can a shared colorbar ...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Histogram bin location to place text for categorical data
Hello, I'm trying to find the bin location for categorical data for histogram. Using text I can place the number of the counts...

1 year 前 | 2 个回答 | 0

2

个回答

提问


2D-Histogram with log y and x ticks
Hello, i am trying to use the solution in Plot 2D-histogram for X and Y - (mathworks.com), and add set(gca,'Yscale','log'...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Create Categorical array for histogram on R2020a
It seems like this example on Histogram plot - MATLAB - MathWorks Italia : A = [0 0 1 1 1 0 0 0 0 NaN NaN 1 0 0 0 1 0 1 0 1 0 0...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Boxplot multiline labels with latex interpreter
I am trying to plot a boxplot for data with two different lines for each label that are strings constructed from values of a mat...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Generating all unique binary vectors of length N given certain criteria
Hello, the following relates to the solution given in the question: How do I create a matrix with all binary combinations? - ...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Most efficient way to find all unique solutions of q
I am designing a convex program on MATLAB whose if-else functionality is being modelled with a binary vector q that is 1xN vecto...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Gurobi mex file cannot be found despite it being clearly there
Hello, I have downloaded Gurobi 9.5.0 along with its license (academic). I am unsure if this is a gurobi side issue or if it...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How can I extract the CLim color id of an imagesc plot?
For an imagesc plot, I have set the color limits of the cells between 0 and 100. I would like to know what the color id of each ...

2 years 前 | 0 个回答 | 0

0

个回答

提问


How can I add x and y ticks to my imagesc graph?
I have the graph with the x and y data given in the files attached. These values vary in order of magnitude from 10^1 to 10^5, a...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How can I make a single letter or specific letters bold without using the latex interpreter for title, axis, and labels?
As the question states, I want to be able to have a label that only has in bold certain characters. I specifically do not want ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Possible bug in fitrm within subject parameter declaration?
Hello, in building my repeated measures model for a factorial manova experiment (using matlab's manova function), there seems...

2 years 前 | 0 个回答 | 0

0

个回答

提问


Saving image in full screen with TiledLayout
With reference to this post: Saving a figure in full screen size? - MATLAB Answers - MATLAB Central (mathworks.com), I want to s...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Validating MPC controller with parameters
I have an MPC controller, and build it with the following script: nx = 11; ny = 11; nu = 13; nlobj = nlmpc(nx,ny,nu); nlobj...

2 years 前 | 0 个回答 | 2

0

个回答

提问


Specifying reference state values in MPC controller cost function
Hello, I have an MPC controller, built with the following general format (i have not included the nonlinear equations because ...

2 years 前 | 0 个回答 | 0

0

个回答

提问


Very small u control values in LQR initial response
I have a system described by xdot=Adx+Bdu and y=Cdx+Ddu, where dx and du are the changes in the states and control variables, ba...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Creating rgb vector based on Z data for standard colorbar
I have Z data for my x, and y data for which I would like to plot in a standard plot using the z data as a colorbar. I know tha...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
How can I rotate a vector by a certain amount along a specific plane?
To find the vector that is in the same plane as the points c, a, and b, which is orthogonal to a we must: 1) first find the vec...

3 years 前 | 0

| 已接受

提问


How can I rotate a vector by a certain amount along a specific plane?
I have three points in inertial space which is enough to specify a plane. I have a vector that lies in this plane, and would lik...

3 years 前 | 2 个回答 | 0

2

个回答

提问


How can you have two different legend charts on the same plots with different titles?
I have a a figure where I am trying to plot 6 different graphs. 3 of these graphs belong to a particular subset which represent ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Surface fit x y vector data with length(x)*length(y) size Z matrix
Hello, I am reposting a question to clear some things up from my previous post. Let me introduce the problem again: I have a...

3 years 前 | 0 个回答 | 0

0

个回答

提问


How do you set a breakpoint on multiple lines at once?
I have a long code, and the error handling options are not respected most likely because the code I am using is part of a softwa...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Surface fit approximation for x,y and z data
I have an x and y vector, of sizes n and m respectively. I also have a z matrix of size n by m. I am trying to do one of the f...

3 years 前 | 1 个回答 | 0

1

个回答

提问


ModuleNotFoundError; running python script in matlab script
I have a python script that I want to run through MATLAB. I have installed python 3.9.2 for windows but when I run the following...

3 years 前 | 2 个回答 | 0

2

个回答

提问


How can I transmit multiple variables to a function in the form of a single array?
My function has 20 inputs, in other words, it looks something like this: function [output1,output2]=multi_input(a,b,c,d,e,f,...

3 years 前 | 1 个回答 | 0

1

个回答

提问


MATLAB crashes when running in a parallel bash mode
Hello, bear with me for a few paragraphs while I explain the background of the problem as this is a meta-programming issue. ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


datcomimport returns all coefficients as 99999
Hello, I am using for006.dat from DATCOM's 99 version to import aerodynamic data. All input data is correctly displayed when u...

3 years 前 | 1 个回答 | 2

1

个回答

提问


DATCOM file reader state inconsistent
Hello, I am using DATCOM's for006.dat file to import aerodynamic coefficient data into matlab. When I use the datcomimport fun...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
%0.1x formatting not working for two digits (greater than 9)
Correct formatting should be %1.0f.

3 years 前 | 0

| 已接受

提问


%0.1x formatting not working for two digits (greater than 9)
I am meta programming a script file that is to be run on an ssh which runs one instance of matlab for each script. The for loop ...

3 years 前 | 1 个回答 | 0

1

个回答

加载更多