Michela Longhi - MATLAB Central
photo

Michela Longhi


Last seen: 4 years 前 自 2016 起处于活动状态

Followers: 1   Following: 0

统计学

MATLAB AnswersFrom 12/16 to 04/25Use left and right arrows to move selectionFrom 12/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

16 个提问
1 个回答

排名
81,042
of 298,264

声誉
0

贡献数
16 个提问
1 个回答

回答接受率
56.25%

收到投票数
0

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Can you help me with ode45?
Hello, I have some problem with my matlab code. I would like to use ode45, but the program gives me the error: "Not enough inp...

6 years 前 | 1 个回答 | 0

1

个回答

提问


For Loop with matrices?
Hello! I have these matrices: x(0)=[1;2] and x(1)=A*x(0), where A=[1 3;4 5] How can I create a for lopp to obtain: x(2)=A...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Compare two matrices and find similar values
I have two matrices with 3 column each. I want to compare the rows, the first matrix is: 6 40 110 6 40 573 6 41 66 ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Call a function for colormap
Hi, I have a function CMR64.m : function pal=CMR64(); CMRmap=[1.00 1.00 1.00; .... ... pal=f...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Double for loop with problems
I have a column vector _temp_ of size 221 and another column vector _x_ of size 2819. I want to create a new column vector from ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


x,y,z plot and temperature
Hi, I am interested in visualizing temperature distribution on a 3D plot like point. I have a 3d path, for each point I ha...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Insert comma/point in a number
I have a temperature data in a char format without comma or point to divide the decimal and I want to insert a point after the s...

7 years 前 | 1 个回答 | 0

1

个回答

提问


bars at specific (x,y) points
I need to create a 3d bar plot with bars at specific (x,y) points. Where X and Y are the coordinates and the temperature column ...

7 years 前 | 2 个回答 | 0

2

个回答

已回答
plot3 temperature color
I wrote: plot3(X,Y,Z) c = 1:numel(Y); %# colors h = surface([X(:), X(:)], [Y(:), Y(:)], [Z(:), Z(:)], [c(:),...

7 years 前 | 0

提问


plot3 temperature color
Hi, I have this plot 3d: figure() plot3(X,Y,Z) where X and Y are coordinate and Z is the correspondent temperature v...

7 years 前 | 3 个回答 | 0

3

个回答

提问


VideoWriter create an empty video
I have a problem with VideoWriter, after create the plot with the scatter function, Matlab create a new .avi file but it is empt...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Plot a video near a matlab plot
Hi, I have a video and a plot which shows the measures of temperature at each seconds of the video. The matlab plot is a moving...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Create a difference vector of time
I have a matrix of times (HH:MM:SS) : the first column is the start-time and the second is the stop-time. I can extract each co...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How to create a For loop for a linspace?
I have this code: for j = 1:20 c(j) = linspace(1,10,length(j)); end But, the r...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Marker color changes with temperature
I am plotting the time vs temperature in plot mode, but I want that the markers change the color with the temperature, how can I...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Temperature vs time plot
I want to plot data vs temperature data from an external file: fileID_A=fopen('discesa_salita.txt'); A = text...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Divide a number by time
Hi, I have a time express in duration t = duration 00:01:12 and I want to divide a number n=9 by t: Y=n/...

8 years 前 | 1 个回答 | 0

1

个回答