フィルターのクリア

Problem using WindRose package

1 回表示 (過去 30 日間)
Jonathan Demmer
Jonathan Demmer 2020 年 1 月 19 日
回答済み: Jonathan Demmer 2020 年 1 月 20 日
Hello all,
I downloaded the package called WindRose 150622. I wrote a really simple code as an exampl.. But a message error appeared and I have no idea how to solve this problem. Can someone help me pelase?
Error message:
Warning: Name is nonexistent or not a directory: M:\Matlab_download\WindRose
> In path (line 109)
In addpath (line 96)
Warning: Name is nonexistent or not a directory: D:\Results\wind_data\150622
> In path (line 109)
In addpath (line 96)
Undefined function or variable 'WindRose'.
Code:
clear all
close all
clc
cd('D:\Results\wind_data\');
addpath M:\Matlab_download\WindRose 150622;
M = xlsread('Crosby_wind.xlsx');
direction = M(552:887,1);
speed = M(552:887,3);
[figure_handle,count,speeds,directions,Table] = WindRose(direction,speed);
  1 件のコメント
Walter Roberson
Walter Roberson 2020 年 1 月 19 日
addpath('M:\Matlab_download\WindRose 150622') ;

サインインしてコメントする。

回答 (1 件)

Jonathan Demmer
Jonathan Demmer 2020 年 1 月 20 日
Awesome thank you very much, sometimes I miss this kind of small error....

カテゴリ

Help Center および File ExchangeStandard File Formats についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by