photo

Raheel Ejaz


Last seen: 1 year 前 自 2021 起处于活动状态

Followers: 0   Following: 0

Aerospace Engineer

统计学

All
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

3 years 前

提问


Error in opening Designing a Guidance System in MATLAB and Simulink
Hi Everyone, I want to open the MATLAB example file "Designing a Guidance System in MATLAB and Simulink" but when I type MATLAB...

3 years 前 | 0 个回答 | 0

0

个回答

已回答
I want help to delete parameters from text file with matlab coding
clear;clc; fileID = fopen('try.txt','r'); S = textscan(fileID,'%s'); fclose(fileID); S2=[S{:}]; param={'Filter_Reset','Glob...

3 years 前 | 0

| 已接受

已回答
How to read data from a specific column of excel having mixed data types
Consider using this: [~,~,num_str] = xlsread (filename,sheet,xlRange); % num_str contains both numeric + string data.

3 years 前 | 0