photo

George


Last seen: 4ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


I am wanting to delete these entries of vector x when x = 0. How do I do this. Matlab gives me an error right now saying index cannot exceed 38 but I don't know what's wrong.
clear all for i = 10:1:65 x(i-9) = i; theta = i; tspan = linspace(0,1000,1000); V = 60; V...

5ヶ月 前 | 2 件の回答 | 0

2

回答

質問


Code lin 45 strfind not enough imput arguments. I am confused why this is.
close all; clearvars; %clc; filter_list = {'Sc_30um','V_13um','Ru_8.5um'}; %filter_list = {'Be_10um','B_10um','C_5um','Mg_10...

6ヶ月 前 | 1 件の回答 | 0

1

回答