photo

George


Last seen: 4 maanden ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 maanden ago | 2 answers | 0

2

answers

Question


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 maanden ago | 1 answer | 0

1

answer