Hi everyone, I face a difficulty in plotting graph from mat file. I want to get the graph from the mat file but the graph did not pop out and get the result in command window as shown in the figure 1 below.
Figure 1
The figure 2 below is the setting for the code.
Anyone can help me? Thanks. This is the code I am using:
clc;
clear all;
close all;
s = load('lai3.mat');
plot(transpose(s.val))
1 件のコメント
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/512816-how-to-plot-graph-from-mat-file#comment_815259
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/512816-how-to-plot-graph-from-mat-file#comment_815259
サインインしてコメントする。