photo

Raheel Ejaz


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Aerospace Engineer

Statistics

All
MATLAB Answers

1 Question
2 Answers

Cody

0 Problems
1 Solution

RANK
12,947
of 300,750

REPUTATION
4

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,073

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
104,230
of 170,837

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Solved


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

5 years ago

Question


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...

5 years ago | 1 answer | 0

1

answer

Answered
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...

5 years ago | 0

| accepted

Answered
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.

5 years ago | 0