photo

Raheel Ejaz


Last seen: environ un an il y a Actif depuis 2021

Followers: 0   Following: 0

Aerospace Engineer

Statistiques

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

Afficher les badges

Feeds

Afficher par

A résolu


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

plus de 3 ans il y a

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

plus de 3 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
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...

plus de 3 ans il y a | 0

| A accepté

Réponse apportée
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.

plus de 3 ans il y a | 0